0byt3m1n1
Path:
/
data
/
26
/
2
/
109
/
109
/
2761924
/
meta
/
3036421
/
mysql.backup
/
[
Home
]
File: royalstag.mysqlcluster22.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster22 Database: royalstag -- ------------------------------------------------------ -- Server version 5.6.51-91.0-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 AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (1,2,'akismet_error','1432279260'),(2,2,'akismet_history','a:4:{s:4:\"time\";d:1432279260.6999208927154541015625;s:7:\"message\";s:99:\"Akismet was unable to check this comment (response: invalid), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:13:\"lenagregorcic\";}'),(3,2,'akismet_delayed_moderation_email','1'),(4,2,'akismet_history','a:4:{s:4:\"time\";d:1432538919.993381977081298828125;s:7:\"message\";s:50:\"markoprelec changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"markoprelec\";}'),(5,3,'akismet_error','1432277383'),(6,3,'akismet_history','a:4:{s:4:\"time\";d:1432277383.3146440982818603515625;s:7:\"message\";s:99:\"Akismet was unable to check this comment (response: invalid), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:13:\"lenagregorcic\";}'),(7,3,'akismet_delayed_moderation_email','1'),(8,3,'akismet_history','a:4:{s:4:\"time\";d:1432538920.90789890289306640625;s:7:\"message\";s:50:\"markoprelec changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"markoprelec\";}'),(9,4,'akismet_error','1432276939'),(10,4,'akismet_history','a:4:{s:4:\"time\";d:1432276939.5611870288848876953125;s:7:\"message\";s:99:\"Akismet was unable to check this comment (response: invalid), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:13:\"lenagregorcic\";}'),(11,4,'akismet_delayed_moderation_email','1'),(12,4,'akismet_history','a:4:{s:4:\"time\";d:1432538922.3652179241180419921875;s:7:\"message\";s:50:\"markoprelec changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"markoprelec\";}'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (2,188,'lenagregorcic','info@example.com','','141.101.91.55','2015-05-22 07:21:00','2015-05-22 07:21:00','You are the best, guys, thanks a lot!\nI will highly recommend you, it was a pleasure to do business with!',0,'1','','',0,0),(3,194,'lenagregorcic','info@example.com','','141.101.91.55','2015-05-22 06:49:43','2015-05-22 06:49:43','When I grow up, I want to have my own truck!',0,'1','','',0,0),(4,196,'lenagregorcic','info@example.com','','141.101.91.55','2015-05-22 06:42:19','2015-05-22 06:42:19','Wow, that is just amazing!',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1643 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.accesswineservice.com','yes'),(2,'home','http://www.accesswineservice.com','yes'),(3,'blogname','Import & Export Global Logistics','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@accesswineservice.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','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:13:{i:0;s:29:\"acf-repeater/acf-repeater.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:27:\"backupbuddy/backupbuddy.php\";i:4;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:5;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:34:\"custom-sidebars/customsidebars.php\";i:8;s:43:\"really-simple-popup/really-simple-popup.php\";i:9;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:10;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:11;s:22:\"wp-editor/wpeditor.php\";i:12;s:27:\"wp_logooos_plugin/logos.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','','no'),(39,'template','cargopress-pt','yes'),(40,'stylesheet','cargopress-pt-child','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','38590','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','0','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:10:\"CATEGORIES\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_text','a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<a href=\"#elementid\" class=\"hs-rsp-popup hiddendiv btn btn-info\">REQUEST A QUOTE</a>\r\n<div id=\"elementid\" style=\"display:none\">[contact-form-7 id=\"313\" title=\"Request a Quick Quote\"]</div>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:0:{}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','8','yes'),(83,'page_on_front','7','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','828','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:16:\"aiosp_manage_seo\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:12:\"RECENT POSTS\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:4:\"cs-1\";a:1:{i:0;s:10:\"nav_menu-1\";}s:12:\"blog-sidebar\";a:9:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:14:\"recent-posts-3\";i:7;s:11:\"tag_cloud-1\";i:8;s:12:\"categories-3\";}s:20:\"regular-page-sidebar\";a:1:{i:0;s:10:\"nav_menu-2\";}s:14:\"header-widgets\";a:4:{i:0;s:13:\"pw_icon_box-1\";i:1;s:13:\"pw_icon_box-2\";i:2;s:13:\"pw_icon_box-3\";i:3;s:6:\"text-1\";}s:18:\"navigation-widgets\";a:1:{i:0;s:17:\"pw_social_icons-1\";}s:14:\"footer-widgets\";a:4:{i:0;s:22:\"black-studio-tinymce-1\";i:1;s:10:\"nav_menu-4\";i:2;s:10:\"nav_menu-3\";i:3;s:22:\"black-studio-tinymce-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:2:{i:1;a:2:{s:5:\"title\";s:9:\"TAG CLOUD\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:5:{i:1;a:1:{s:8:\"nav_menu\";i:4;}i:2;a:1:{s:8:\"nav_menu\";i:4;}i:3;a:4:{s:5:\"title\";s:9:\"Locations\";s:8:\"nav_menu\";i:32;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"58\";s:5:\"state\";s:2:\"ok\";}}i:4;a:4:{s:5:\"title\";s:12:\"Access Links\";s:8:\"nav_menu\";i:30;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"57\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:5:{i:1509606738;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:1509606827;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1509609435;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1509613322;a:1:{s:16:\"backupbuddy_cron\";a:1:{s:32:\"b2d6f4df5dfc2b203ff6fc9b49103fdc\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:2:{i:0;s:12:\"housekeeping\";i:1;a:0:{}}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(115,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"info@accesswineservice.com\";s:7:\"version\";s:5:\"4.8.3\";s:9:\"timestamp\";i:1509527943;}','no'),(140,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1456989385;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(141,'current_theme','CargoPress Child Theme','yes'),(142,'theme_mods_cargopress-pt','a:8:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:12:\"top-bar-menu\";i:31;s:9:\"main-menu\";i:29;}s:8:\"logo_img\";s:98:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/03/Big-Logo-color-on-bottom-service.jpg\";s:10:\"logo2x_img\";s:98:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/03/Big-Logo-color-on-bottom-service.jpg\";s:21:\"logo_dimensions_array\";a:2:{s:5:\"width\";i:191;s:6:\"height\";i:199;}s:15:\"logo_top_margin\";s:0:\"\";s:10:\"cached_css\";s:6642:\".top, .top-navigation .sub-menu > li > a { background-color: #f5f5f5; }\n.top, .top-navigation .sub-menu > li > a { border-bottom-color: #ededed; }\n.top-navigation .sub-menu > li > .sub-menu { border-left-color: #ededed; }\n.top, .top-navigation > li > a, .top-navigation .sub-menu > li > a { color: #aaaaaa; }\n.top-navigation > li > a:hover, .top-navigation > li > a:focus, .top-navigation .sub-menu > li > a:focus, .top-navigation .sub-menu > li > a:hover { color: #919191; }\n.header__widgets, .header__logo, .header__container::before, .header__container::after, .header__logo::after { background-color: #ffffff; }\n@media (max-width: 991px) { .header__container, .main-navigation .sub-menu>li>a { background-color: #ffffff; } }\n.header, .header .icon-box__title { color: #aaaaaa; }\n.header .icon-box__subtitle { color: #474747; }\n.breadcrumbs { background-color: #ffffff; }\n.breadcrumbs a::before, .breadcrumbs a::after { background-color: #e6e6e6; }\n.breadcrumbs a { color: #444444; }\n.breadcrumbs a:hover { color: #373737; }\n.breadcrumbs { color: #aaaaaa; }\n@media (min-width: 992px) { .header__container { background-color: #1f425d; } }\n.navbar-toggle, .jumbotron { background-color: #1f425d; }\n.navbar-toggle:hover { background-color: #062944; }\n@media (min-width: 992px) { .social-icons__link, .social-icons__link:hover { color: #1f425d; } }\n@media (min-width: 992px) { .main-navigation > li > a, .main-navigation .menu-item-has-children::after, .main-navigation > li:hover > a, .main-navigation > li:focus > a { color: #ffffff; } }\n@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a, .main-navigation .sub-menu > li > a, .main-navigation ul.sub-menu { background-color: #ffffff; } }\n@media (min-width: 992px) { .main-navigation .sub-menu > li > a, .main-navigation .sub-menu .menu-item-has-children::after { color: #999999; } }\n@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a, .main-navigation .sub-menu > li > a:hover, .main-navigation .menu-item-has-children:hover::after, .main-navigation .sub-menu .menu-item-has-children:hover::after { color: #1f425d; } }\n@media (max-width: 991px) { .main-navigation > li > a { color: #444444; } }\n@media (max-width: 991px) { .main-navigation > li:hover > a, .main-navigation > li:focus > a { color: #1f425d; } }\n@media (max-width: 991px) { .main-navigation .sub-menu > li > a { color: #999999; } }\n@media (max-width: 991px) { .main-navigation .sub-menu > li > a:hover { color: #1f425d; } }\n.main-title { background-image: url(\"\"); }\n.main-title h1, .main-title h2 { color: #444444; }\n.main-title h3 { color: #aaaaaa; }\nbody, .widget_pw_icon_box .icon-box__subtitle { color: #aaaaaa; }\nh1, h2, h3, h4, h5, h6, hentry__title, .hentry__title a, .page-box__title a { color: #444444; }\n.header .icon-box .fa, .number-counter__icon, hr.hr-quote::after { color: #e21f2f; }\n.latest-news__date, .sticky .btn--post, .main-navigation > .current-menu-item > a::after, .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, body.woocommerce-page span.onsale, .woocommerce span.onsale { background-color: #e21f2f; }\n.latest-news__date::after { border-top-color: #ce0b1b; }\n.sticky .btn--post { border-color: #e21f2f; }\n.btn-info, .btn-primary, .testimonial__quote::before, .widget_search .search-submit, .sidebar .widget_nav_menu ul > li.current-menu-item a, .pagination .current, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout, body.woocommerce-page nav.woocommerce-pagination ul li span.current, body.woocommerce-page button.button.alt, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce-page .woocommerce-error a.button, body.woocommerce-page .woocommerce-info a.button, body.woocommerce-page .woocommerce-message a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-page #payment #place_order, body.woocommerce-page #review_form #respond input#submit, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .widget_calendar caption { background-color: #4ab9cf; }\n.btn-info, .btn-primary, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout { border-color: #4ab9cf; }\n.btn-info:hover, .open > .btn-info.dropdown-toggle, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-primary.active, .btn-primary.focus, .widget_search .search-submit:hover, .widget_search .search-submit:focus, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout:hover, body.woocommerce-page button.button.alt:hover, body.woocommerce-page .woocommerce-error a.button:hover, body.woocommerce-page .woocommerce-info a.button:hover, body.woocommerce-page .woocommerce-message a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-page #payment #place_order:hover, body.woocommerce-page #review_form #respond input#submit:hover { background-color: #3dacc2; }\n.btn-info:hover, .open > .btn-info.dropdown-toggle, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-primary.active, .btn-primary.focus, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout:hover { border-color: #3dacc2; }\na, .latest-news--more-news::after, .widget_pw_icon_box .icon-box:hover .fa, body.woocommerce-page ul.products li.product a:hover img, .woocommerce ul.products li.product a:hover img, body.woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price, body.woocommerce-page .star-rating, .woocommerce .star-rating, body.woocommerce-page div.product p.price, body.woocommerce-page p.stars a { color: #4ab9cf; }\na:hover, a:focus { color: #3dacc2; }\n.widget_pw_icon_box .icon-box:hover, .logo-panel img:hover { border-bottom-color: #4ab9cf; }\n.footer-top, .footer::before, .footer::after, .footer-top::before, .footer-top::after { background-color: #1f425d; }\n.footer .icon-container--square, .footer .icon-container--circle { color: #1f425d; }\n.footer-top__headings { color: #ffffff; }\n.footer-top, .footer-top .textwidget { color: #9eb7cb; }\n.footer .widget_nav_menu ul > li > a { color: #9eb7cb; }\n.footer-bottom { background-color: #162f42; }\n.footer-bottom { color: #577186; }\n.footer-bottom a { color: #eeeeee; }\n.footer-bottom a:hover { color: #fbfbfb; }\n\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1456990113;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:9:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:14:\"recent-posts-3\";i:7;s:11:\"tag_cloud-1\";i:8;s:12:\"categories-3\";}s:20:\"regular-page-sidebar\";a:1:{i:0;s:10:\"nav_menu-2\";}s:14:\"header-widgets\";a:4:{i:0;s:13:\"pw_icon_box-1\";i:1;s:13:\"pw_icon_box-2\";i:2;s:13:\"pw_icon_box-3\";i:3;s:6:\"text-1\";}s:18:\"navigation-widgets\";a:1:{i:0;s:17:\"pw_social_icons-1\";}s:14:\"footer-widgets\";a:4:{i:0;s:22:\"black-studio-tinymce-1\";i:1;s:10:\"nav_menu-3\";i:2;s:10:\"nav_menu-4\";i:3;s:22:\"black-studio-tinymce-2\";}s:4:\"cs-1\";a:1:{i:0;s:10:\"nav_menu-1\";}}}}','yes'),(143,'theme_switched','','yes'),(144,'widget_pw_call_to_action','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_pw_number-counter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_pw_brochure_box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_pw_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_pw_featured_page','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_pw_google_map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_pw_icon_box','a:4:{i:1;a:5:{s:5:\"title\";s:15:\"Call Us Anytime\";s:4:\"text\";s:12:\"650-477-2691\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:13:\"fa-headphones\";s:7:\"new_tab\";s:0:\"\";}i:2;a:5:{s:5:\"title\";s:12:\"Opening Time\";s:4:\"text\";s:19:\"9:00 A.M - 5.00 P.M\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:10:\"fa-clock-o\";s:7:\"new_tab\";s:0:\"\";}i:3;a:5:{s:5:\"title\";s:8:\"Email Us\";s:4:\"text\";s:26:\"info@accesswineservice.com\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:13:\"fa-envelope-o\";s:7:\"new_tab\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_pw_latest_news','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_pw_opening_time','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_pw_skype','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_pw_social_icons','a:2:{i:1;a:4:{s:12:\"social_icons\";a:4:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:4:\"link\";s:76:\"https://www.facebook.com/pages/Access-Supply-Chain-Services/1176767952338972\";s:4:\"icon\";s:11:\"fa-facebook\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:4:\"link\";s:155:\"https://www.linkedin.com/company/access-wine-service?trk=vsrp_companies_res_name&trkInfo=VSRPsearchId33967881458880866526VSRPtargetId2798661VSRPcmptprimary\";s:4:\"icon\";s:11:\"fa-linkedin\";}i:6;a:3:{s:2:\"id\";s:1:\"6\";s:4:\"link\";s:53:\"https://www.pinterest.com/chriskammer/wine-logistics/\";s:4:\"icon\";s:12:\"fa-pinterest\";}i:7;a:3:{s:2:\"id\";s:1:\"7\";s:4:\"link\";s:43:\"https://www.youtube.com/watch?v=gqIR1NN0H2k\";s:4:\"icon\";s:10:\"fa-youtube\";}}s:7:\"new_tab\";s:2:\"on\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"54\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_pw_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'cs_sidebars','a:1:{i:0;a:7:{s:2:\"id\";s:4:\"cs-1\";s:4:\"name\";s:12:\"Our Services\";s:11:\"description\";s:0:\"\";s:13:\"before_widget\";s:0:\"\";s:12:\"after_widget\";s:0:\"\";s:12:\"before_title\";s:0:\"\";s:11:\"after_title\";s:0:\"\";}}','yes'),(158,'siteorigin_panels_initial_version','2.3.1','no'),(159,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.9\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1456990540;s:7:\"version\";s:3:\"4.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:2;}}','yes'),(160,'recently_activated','a:1:{s:33:\"duplicate-post/duplicate-post.php\";i:1509001234;}','yes'),(161,'siteorigin_panels_settings','a:0:{}','yes'),(162,'widget_black-studio-tinymce','a:3:{i:1;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1073:\"<div class=\"footer-logo\"><img class=\" size-full logo1\" src=\"http://www.accesswineservice.com/wp-content/uploads/2016/10/access-supply-chain.png\" alt=\"Global Beverage logistics\" /> <img class=\"wp-image-827 alignnone\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/11/Big-Logo-color-on-bottom-service.jpg\" alt=\"\" width=\"114\" height=\"130\" /></div>\r\n<p style=\"clear: both;\">Access Wine Service is a division of Access Supply Chain Services.</p>\r\n \r\n\r\n[fa icon=\"fa-facebook\" style=\"square\" href=\"https://www.facebook.com/Access-Supply-Chain-Service-1503069553249206/\" target=\"_blank\"] [fa icon=\"fa-linkedin\" style=\"square\" href=\"https://www.linkedin.com/company/access-wine-service?trk=vsrp_companies_res_name&trkInfo=VSRPsearchId%3A33967881458880866526%2CVSRPtargetId%3A2798661%2CVSRPcmpt%3Aprimary\" target=\"_blank\"] [fa icon=\"fa-pinterest\" style=\"square\" href=\"https://www.pinterest.com/chriskammer/wine-logistics/\" target=\"_blank\"] [fa icon=\"fa-youtube\" style=\"square\" href=\"https://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\"]\";s:4:\"type\";s:4:\"html\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"56\";s:5:\"state\";s:2:\"ok\";}}i:2;a:6:{s:5:\"title\";s:22:\"Award Winning Service \";s:4:\"text\";s:198:\"Top 100 Green Logistics Companies Globally, 100 Great Partners, Quest for Quality Winner <br><br>\r\n\r\n<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Award-Winning-Service.png\">\";s:4:\"type\";s:4:\"html\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"59\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'category_children','a:0:{}','yes'),(169,'bcn_options','a:2:{s:10:\"hseparator\";s:0:\"\";s:18:\"apost_product_root\";i:353;}','yes'),(171,'slb_version','2.5.2','yes'),(172,'slb_options','a:25:{s:7:\"enabled\";b:1;s:12:\"enabled_home\";b:1;s:12:\"enabled_post\";b:1;s:12:\"enabled_page\";b:1;s:15:\"enabled_archive\";b:1;s:14:\"enabled_widget\";b:1;s:11:\"group_links\";b:1;s:10:\"group_post\";b:1;s:13:\"group_gallery\";b:0;s:12:\"group_widget\";b:0;s:10:\"ui_autofit\";b:1;s:10:\"ui_animate\";b:1;s:19:\"slideshow_autostart\";b:1;s:18:\"slideshow_duration\";s:1:\"6\";s:10:\"group_loop\";b:1;s:18:\"ui_overlay_opacity\";s:3:\"0.8\";s:16:\"ui_title_default\";b:0;s:11:\"txt_loading\";s:7:\"Loading\";s:9:\"txt_close\";s:5:\"Close\";s:12:\"txt_nav_next\";s:4:\"Next\";s:12:\"txt_nav_prev\";s:8:\"Previous\";s:19:\"txt_slideshow_start\";s:15:\"Start slideshow\";s:18:\"txt_slideshow_stop\";s:14:\"Stop slideshow\";s:16:\"txt_group_status\";s:25:\"Item %current% of %total%\";s:13:\"theme_default\";s:11:\"slb_default\";}','yes'),(173,'cs_modifiable','a:10:{s:10:\"modifiable\";a:5:{i:0;s:12:\"blog-sidebar\";i:1;s:14:\"footer-widgets\";i:2;s:14:\"header-widgets\";i:3;s:18:\"navigation-widgets\";i:4;s:20:\"regular-page-sidebar\";}s:16:\"post_type_single\";a:0:{}s:17:\"post_type_archive\";a:0:{}s:15:\"category_single\";a:0:{}s:16:\"category_archive\";a:0:{}s:4:\"blog\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:6:\"search\";a:0:{}s:4:\"date\";a:0:{}}','yes'),(177,'theme_mods_cargopress-pt-child','a:13:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:12:\"top-bar-menu\";i:31;s:9:\"main-menu\";i:29;}s:21:\"logo_dimensions_array\";a:2:{s:5:\"width\";i:279;s:6:\"height\";i:164;}s:8:\"logo_img\";s:68:\"http://www.accesswineservice.com/wp-content/uploads/2017/11/logo.png\";s:10:\"logo2x_img\";s:68:\"http://www.accesswineservice.com/wp-content/uploads/2017/07/logo.png\";s:15:\"logo_top_margin\";s:2:\"10\";s:10:\"cached_css\";s:6693:\".header, .header .icon-box__title { color: #aaaaaa; }\r\n.header .icon-box__subtitle { color: #474747; }\r\n.top, .top-navigation .sub-menu > li > a { background-color: #f5f5f5; }\r\n.top, .top-navigation .sub-menu > li > a { border-bottom-color: #ededed; }\r\n.top-navigation .sub-menu > li > .sub-menu { border-left-color: #ededed; }\r\n.top, .top-navigation > li > a, .top-navigation .sub-menu > li > a { color: #aaaaaa; }\r\n.top-navigation > li > a:hover, .top-navigation > li > a:focus, .top-navigation .sub-menu > li > a:focus, .top-navigation .sub-menu > li > a:hover { color: #919191; }\r\n.header__widgets, .header__logo, .header__container::before, .header__container::after, .header__logo::after { background-color: #ffffff; }\r\n@media (max-width: 991px) { .header__container, .main-navigation .sub-menu>li>a { background-color: #ffffff; } }\r\n.breadcrumbs { background-color: #ffffff; }\r\n.breadcrumbs a::before, .breadcrumbs a::after { background-color: #e6e6e6; }\r\n.breadcrumbs a { color: #444444; }\r\n.breadcrumbs a:hover { color: #373737; }\r\n.breadcrumbs { color: #aaaaaa; }\r\n@media (min-width: 992px) { .header__container { background-color: #1f425d; } }\r\n.navbar-toggle, .jumbotron { background-color: #1f425d; }\r\n.navbar-toggle:hover { background-color: #062944; }\r\n@media (min-width: 992px) { .social-icons__link, .social-icons__link:hover { color: #1f425d; } }\r\n@media (min-width: 992px) { .main-navigation > li > a, .main-navigation .menu-item-has-children::after, .main-navigation > li:hover > a, .main-navigation > li:focus > a { color: #ffffff; } }\r\n@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a, .main-navigation .sub-menu > li > a, .main-navigation ul.sub-menu { background-color: #ffffff; } }\r\n@media (min-width: 992px) { .main-navigation .sub-menu > li > a, .main-navigation .sub-menu .menu-item-has-children::after { color: #999999; } }\r\n@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a, .main-navigation .sub-menu > li > a:hover, .main-navigation .menu-item-has-children:hover::after, .main-navigation .sub-menu .menu-item-has-children:hover::after { color: #1f425d; } }\r\n@media (max-width: 991px) { .main-navigation > li > a { color: #444444; } }\r\n@media (max-width: 991px) { .main-navigation > li:hover > a, .main-navigation > li:focus > a { color: #1f425d; } }\r\n@media (max-width: 991px) { .main-navigation .sub-menu > li > a { color: #999999; } }\r\n@media (max-width: 991px) { .main-navigation .sub-menu > li > a:hover { color: #1f425d; } }\r\n.main-title { background-image: url(\"\"); }\r\n.main-title h1, .main-title h2 { color: #444444; }\r\n.main-title h3 { color: #aaaaaa; }\r\nbody, .widget_pw_icon_box .icon-box__subtitle { color: #aaaaaa; }\r\nh1, h2, h3, h4, h5, h6, hentry__title, .hentry__title a, .page-box__title a { color: #444444; }\r\n.header .icon-box .fa, .number-counter__icon, hr.hr-quote::after { color: #e21f2f; }\r\n.latest-news__date, .sticky .btn--post, .main-navigation > .current-menu-item > a::after, .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, body.woocommerce-page span.onsale, .woocommerce span.onsale { background-color: #e21f2f; }\r\n.latest-news__date::after { border-top-color: #ce0b1b; }\r\n.sticky .btn--post { border-color: #e21f2f; }\r\n.btn-info, .btn-primary, .testimonial__quote::before, .widget_search .search-submit, .sidebar .widget_nav_menu ul > li.current-menu-item a, .pagination .current, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout, body.woocommerce-page nav.woocommerce-pagination ul li span.current, body.woocommerce-page button.button.alt, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce-page .woocommerce-error a.button, body.woocommerce-page .woocommerce-info a.button, body.woocommerce-page .woocommerce-message a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-page #payment #place_order, body.woocommerce-page #review_form #respond input#submit, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .widget_calendar caption { background-color: #4ab9cf; }\r\n.btn-info, .btn-primary, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout { border-color: #4ab9cf; }\r\n.btn-info:hover, .open > .btn-info.dropdown-toggle, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-primary.active, .btn-primary.focus, .widget_search .search-submit:hover, .widget_search .search-submit:focus, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout:hover, body.woocommerce-page button.button.alt:hover, body.woocommerce-page .woocommerce-error a.button:hover, body.woocommerce-page .woocommerce-info a.button:hover, body.woocommerce-page .woocommerce-message a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-page #payment #place_order:hover, body.woocommerce-page #review_form #respond input#submit:hover { background-color: #3dacc2; }\r\n.btn-info:hover, .open > .btn-info.dropdown-toggle, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-primary.active, .btn-primary.focus, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout:hover { border-color: #3dacc2; }\r\na, .latest-news--more-news::after, .widget_pw_icon_box .icon-box:hover .fa, body.woocommerce-page ul.products li.product a:hover img, .woocommerce ul.products li.product a:hover img, body.woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price, body.woocommerce-page .star-rating, .woocommerce .star-rating, body.woocommerce-page div.product p.price, body.woocommerce-page p.stars a { color: #4ab9cf; }\r\na:hover, a:focus { color: #3dacc2; }\r\n.widget_pw_icon_box .icon-box:hover, .logo-panel img:hover { border-bottom-color: #4ab9cf; }\r\n.footer-top, .footer::before, .footer::after, .footer-top::before, .footer-top::after { background-color: #1f425d; }\r\n.footer .icon-container--square, .footer .icon-container--circle { color: #1f425d; }\r\n.footer-top__headings { color: #ffffff; }\r\n.footer-top, .footer-top .textwidget { color: #9eb7cb; }\r\n.footer .widget_nav_menu ul > li > a { color: #9eb7cb; }\r\n.footer-bottom { background-color: #162f42; }\r\n.footer-bottom { color: #577186; }\r\n.footer-bottom a { color: #eeeeee; }\r\n.footer-bottom a:hover { color: #fbfbfb; }\r\n\";s:7:\"favicon\";s:104:\"http://www.accesswineservice.com/wp-content/uploads/2017/11/cropped-Big-Logo-color-on-bottom-service.jpg\";s:18:\"top_bar_visibility\";s:2:\"no\";s:17:\"header_logo_width\";s:3:\"255\";s:15:\"footer_left_txt\";s:128:\"Access Supply Chain Service Business <a href=\"http://www.accesswineservice.com/terms-and-conditions/\"> Terms and Conditions </a>\";s:16:\"footer_right_txt\";s:66:\"Copyright © 2016–2017 Access Wine Service. All rights reserved.\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(194,'wdev-frash','a:3:{s:7:\"plugins\";a:2:{s:27:\"wordpress-popup/popover.php\";i:1456991825;s:34:\"custom-sidebars/customsidebars.php\";i:1499669120;}s:5:\"queue\";a:4:{s:32:\"bba87391710944d67f24d8c1729a5356\";a:3:{s:6:\"plugin\";s:27:\"wordpress-popup/popover.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1509685940;}s:32:\"c6788b5eb6b55e757c7822ca974a16bb\";a:3:{s:6:\"plugin\";s:27:\"wordpress-popup/popover.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1509685940;}s:32:\"6a9b139509f3226afafc03dc81d90bd2\";a:3:{s:6:\"plugin\";s:34:\"custom-sidebars/customsidebars.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1509685940;}s:32:\"f21a0d5a84b747557fce042d7049df2b\";a:4:{s:6:\"plugin\";s:34:\"custom-sidebars/customsidebars.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1500273920;s:6:\"sticky\";b:1;}}s:4:\"done\";a:0:{}}','no'),(195,'inc_popup-config','a:2:{s:13:\"loadingmethod\";s:4:\"ajax\";s:5:\"rules\";a:7:{i:0;s:28:\"class-popup-rule-browser.php\";i:1;s:24:\"class-popup-rule-geo.php\";i:2;s:26:\"class-popup-rule-popup.php\";i:3;s:29:\"class-popup-rule-referrer.php\";i:4;s:24:\"class-popup-rule-url.php\";i:5;s:25:\"class-popup-rule-user.php\";i:6;s:28:\"class-popup-rule-prosite.php\";}}','yes'),(196,'popover_installed','6','yes'),(203,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(487,'duplicate_post_copyexcerpt','1','yes'),(488,'duplicate_post_copyattachments','0','yes'),(489,'duplicate_post_copychildren','0','yes'),(490,'duplicate_post_copystatus','0','yes'),(491,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(492,'duplicate_post_show_row','1','yes'),(493,'duplicate_post_show_adminbar','1','yes'),(494,'duplicate_post_show_submitbox','1','yes'),(655,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(656,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(657,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(658,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(659,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(660,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(661,'siteorigin_widget_bundle_version','1.10.2','yes'),(662,'siteorigin_widgets_old_widgets','/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home/jspinfotech/public_html/Test/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(765,'rewrite_rules','a:125:{s:14:\"sitemap.xml.gz\";s:60:\"index.php?aiosp_sitemap_gzipped=1&aiosp_sitemap_path=root.gz\";s:25:\"sitemap_(.+)_(\\d+).xml.gz\";s:74:\"index.php?aiosp_sitemap_path=$matches[1].gz&aiosp_sitemap_page=$matches[2]\";s:19:\"sitemap_(.+).xml.gz\";s:43:\"index.php?aiosp_sitemap_path=$matches[1].gz\";s:11:\"sitemap.xml\";s:33:\"index.php?aiosp_sitemap_path=root\";s:22:\"sitemap_(.+)_(\\d+).xml\";s:71:\"index.php?aiosp_sitemap_path=$matches[1]&aiosp_sitemap_page=$matches[2]\";s:16:\"sitemap_(.+).xml\";s:40:\"index.php?aiosp_sitemap_path=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:9:\"logooo/?$\";s:26:\"index.php?post_type=logooo\";s:39:\"logooo/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=logooo&feed=$matches[1]\";s:34:\"logooo/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=logooo&feed=$matches[1]\";s:26:\"logooo/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=logooo&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"logooocategory/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?logooocategory=$matches[1]&feed=$matches[2]\";s:50:\"logooocategory/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?logooocategory=$matches[1]&feed=$matches[2]\";s:31:\"logooocategory/([^/]+)/embed/?$\";s:47:\"index.php?logooocategory=$matches[1]&embed=true\";s:43:\"logooocategory/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?logooocategory=$matches[1]&paged=$matches[2]\";s:25:\"logooocategory/([^/]+)/?$\";s:36:\"index.php?logooocategory=$matches[1]\";s:34:\"logooo/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"logooo/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"logooo/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"logooo/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"logooo/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"logooo/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"logooo/([^/]+)/embed/?$\";s:39:\"index.php?logooo=$matches[1]&embed=true\";s:27:\"logooo/([^/]+)/trackback/?$\";s:33:\"index.php?logooo=$matches[1]&tb=1\";s:47:\"logooo/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?logooo=$matches[1]&feed=$matches[2]\";s:42:\"logooo/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?logooo=$matches[1]&feed=$matches[2]\";s:35:\"logooo/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?logooo=$matches[1]&paged=$matches[2]\";s:42:\"logooo/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?logooo=$matches[1]&cpage=$matches[2]\";s:31:\"logooo/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?logooo=$matches[1]&page=$matches[2]\";s:23:\"logooo/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"logooo/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"logooo/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"logooo/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"logooo/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"logooo/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(874,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1499712286','no'),(875,'_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\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:29:\"Popular — WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Plugins extend and expand the functionality of WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jul 2017 06:38: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-41019\";s:7:\"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: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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:43: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";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:\"\";}}}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:5025:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</li>\n</ul>\n<h4>4.7</h4>\n<ul>\n<li>Added REST API custom endpoints to manipulate contact form data.</li>\n<li>Config Validator: Added test items for field names and attachment file paths.</li>\n<li>Added custom DOM events: <code>wpcf7invalid</code>, <code>wpcf7spam</code>, <code>wpcf7mailsent</code>, <code>wpcf7mailfailed</code> and <code>wpcf7submit</code>.</li>\n<li>New action hook: <code>wpcf7_after_flamingo</code>.</li>\n<li>Added <code>size</code> option to <code>select</code> and <code>select*</code> form-tag types.</li>\n<li>Made it possible to use the 3rd parameter of <code>wpcf7_add_form_tag()</code> to specify “features” of the form-tag type.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/contact-form-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s: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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/akismet/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Oct 2005 08:57: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:41:\"https://wordpress.org/plugins-wp/akismet/\";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:103:\"Akismet checks your comments and contact form submissions against our global database of spam to…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18320:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You’ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n<p><!--section=changelog--></p>\n<h4>3.3.2</h4>\n<p><em>Release Date – 10 May 2017</em></p>\n<ul>\n<li>Fixed a bug causing JavaScript errors in some browsers.</li>\n</ul>\n<h4>3.3.1</h4>\n<p><em>Release Date – 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working after a comment was edited using “Quick Edit.”</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using “Quick Edit.”</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date – 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the “Check for Spam” button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date – 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date – 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the “Check for Spam” button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date – 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date – 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date – 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date – 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the ‘akismet_comment_nonce’ filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date – 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date – 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date – 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author’s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date – 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date – 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren’t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date – 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the “Remove comment author URL” JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date – 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date – 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date – 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the “Check for Spam” button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date – 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date – 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP’s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date – 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix “Check for Spam” to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new “discard pervasive spam” feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date – 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date – 1st August, 2013</em></p>\n<ul>\n<li>Update ‘Already have a key’ link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date – 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date – 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date – 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don’t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date – 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date – 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date – 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date – 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date – 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the “Auto delete” option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in “author” column of posts screen</li>\n<li>Added margin-top to “cleared by …” badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a ‘History’ link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved “flagged by…” notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid “flagged by…” notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date – 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under ‘Akismet Status’ on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, “Show the number of comments you’ve approved beside each comment author.”</li>\n<li>New option, “Use a nonce on the comment form.”</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date – 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date – 5th June, 2010</em></p>\n<ul>\n<li>Fix “Are you sure” nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date – 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date – 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date – 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date – 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date – 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date – 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n</dd>\n</dl>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/akismet/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\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:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2010 20: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:103:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}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:13811:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site’s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin alsgruo allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta & Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn’t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog’s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import & Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you’ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You’ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>5.0.1</h4>\n<p>Release Date: July 6th, 2017</p>\n<ul>\n<li>Fixes a fatal error that could occur when trying to save a post that has <code><a></code>-tags with invalid URLs in it.</li>\n</ul>\n<h4>5.0.0</h4>\n<p>Release Date: July 6th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where images via <code>https</code> were not working, props <a href=\"https://github.com/apfelbox\" rel=\"nofollow\">Jannik Zschiesche</a>.</li>\n<li>Fixes a bug where the whip notification can be shown multiple times.</li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Introduces a module that counts links in the content.</li>\n<li>Adds Flesch Reading for Italian.</li>\n<li>Changes ‘page title’ to ‘seo title’ in the snippet preview.</li>\n<li>Changes recommended maximum sentence length for Italian from 20 to 25 words, based on more in-depth research.</li>\n<li>Implements the extracted version of the Algolia Search which is now present in <code>yoast-components</code>.</li>\n<li>\n<p>Adds a banner for the structured data course.</p>\n</li>\n<li>\n<p>Under the hood</p>\n</li>\n<li>Introduces a database table to keep track of the linking structure. If the table cannot be created, a notification will be shown.</li>\n<li>When there are posts or pages to reindex, a notice will be shown.</li>\n</ul>\n</li>\n</ul>\n<h4>4.9.0</h4>\n<p>Release Date: June 7th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where there were certain assessments missing when switching to cornerstone content.</li>\n<li>Fixes a bug where the configuration wizard button was visible for users who didn’t have enough rights to access the configuration wizard.</li>\n<li>Fixes a bug where the column <code>ID</code> was ambiguous, causing an SQL error.</li>\n<li>Fixes a bug where the category URL in the sitemap was encoded twice.</li>\n<li>Fixes a bug where an old upgrade notice is not removed.</li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Removes the noodp advanced robots meta value as it is no longer used.</li>\n<li>Loads the translations only when the configuration wizard endpoint is called, instead of every time <code>rest_api_init</code> is called.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/jetpack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 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:41:\"https://wordpress.org/plugins-wp/jetpack/\";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:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11711:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media — no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"http://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack’s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn’t working. What’s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can’t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you’ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>5.1</h4>\n<ul>\n<li>Release date: July 5th, 2017</li>\n<li>Release post: https://jetpack.com/2017/07/05/jetpack-5-1-comment-likes/</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* You and your readers can now show appreciation to particularly clever comments with the new Comment Likes feature.</p>\n<p><strong>Enhancements</strong><br />\n* Quickly visit your current site’s front-end directly from the Masterbar’s new “View Site” item.<br />\n* Site data fetch from /me/sites REST API endpoint now includes <code>blog_public</code> in the list of returned options.<br />\n* The Flickr widget now automatically displays images in a grid if there’s enough room.<br />\n* E-mail sharing is now disabled by default unless it’s explicitly enabled by a filter or Akismet is active.</p>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Updated instructions in Flickr widget to reflect recent changes to the Flickr UI.</li>\n</ul>\n<p><strong>Bug fixes</strong></p>\n<ul>\n<li>EU Cookie Law Banner cookie no longer cached.</li>\n<li>WP Admin menu can now be accessed in mobile when Masterbar is displayed.</li>\n<li>We now sync the <code>order_id</code> for <code>order_items</code> in older WooCommerce versions.</li>\n<li>UI now handles VaultPress connection or registration problems gracefully.</li>\n<li>Photon now works correctly with images uploaded before WordPress 2.7.</li>\n</ul>\n<h4>5.0</h4>\n<ul>\n<li>Release date: June 6th, 2017</li>\n<li>Release post: http://jetpack.com/2017/06/06/jetpack-5-0-spring-clean/</li>\n</ul>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Several changes to the Jetpack dashboard and notices: alignment tweaks, code refactor, text simplification, and more.</li>\n<li>Changes to the communication layer between your site and WordPress.com, to improve performance and allow you to do more to manage your site from WordPress.com.</li>\n<li>Social menu gets icons for Etsy, Meetup, 500px, and Goodreads.</li>\n<li>Jetpack data sync now better supports WordPress updates, themes changes, widgets, and multisite networks.</li>\n<li>Video is updated to be fully compatible with the upcoming Media Widget.</li>\n<li>Force secure WordPress.com API requests for request body, remove deprecated stats methods, and add new endpoints for post listing and user invitations.</li>\n<li>Jetpack’s Command Line tools can now output information about the primary Jetpack site owner. Try <code>wp jetpack status</code>!</li>\n<li>Custom CSS now supports the <code>animation-fill-mode</code>, <code>fill</code>, and <code>stroke</code> properties.</li>\n<li>Remove the “Menus” item from the WordPress.com toolbar for parity with the toolbar on WordPress.com.</li>\n<li>Improve the display of the Omnisearch results page on sites using an RTL language.</li>\n<li>Trim any white space when adding new email address in the Contact Info Widget.</li>\n<li>Improve the look of your recipes in search engine result pages, when you use the Recipe shortcode.</li>\n</ul>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Improve the connection process for end users and hosts.</li>\n<li>Improve compatibility of Jetpack data sync with WooCommerce and Pet Manager plugins.</li>\n<li>Make sure Jetpack’s SEO Tools don’t conflict with other SEO plugins that may already be active on the site, like Yoast SEO or All In One SEO Pack.</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Add a “Set Up” button when a Personal plan is purchased, but VaultPress isn’t active yet.</li>\n<li>When the Ads feature is active, do not display Ads in RSS feeds.</li>\n<li>Comments do not use Photon for Facebook and Twitter avatars and now avoid non-secure warnings when submitting comments on a HTTP site in Safari.</li>\n<li>Contact form emails are now sent in a way that ensures they are correctly rendered as HTML.</li>\n<li>Properly print the full list of modules when using the sync command in Jetpack’s Command Line Interface (CLI).</li>\n<li>Avoid errors when reordering a lot of Restaurant menu items at once.</li>\n<li>Add a mechanism to detect broken connection states and resolve them.</li>\n<li>Autosaves can now be restored as Markdown.</li>\n<li>Photon no longer conflicts with Facebook’s CDN, local images, and plugins that customize reponsive images.</li>\n<li>Avoid potential PHP notice in Publicize.</li>\n<li>Fix bad jQuery selector in Presentations shortcode.</li>\n<li>Avoid fatal errors for Social Links on sites running PHP 7.1.</li>\n<li>Properly escape button attribute in spellchecker.</li>\n<li>Avoid PHP notices for stats on some sites when user roles are not attributed properly.</li>\n<li>No longer attempt to sync options that do not exist and avoid fatal errors when de/activating plugins.</li>\n<li>Avoid errors when Social Menu functions have already been defined in the theme or in another plugin.</li>\n<li>VideoPress media items now always return their unique ID, and do not trigger any PHP notice.</li>\n<li>Fix style of the EU Cookie Law Widget on themes with specific positioning.</li>\n<li>Use correct time constant to define an hour in Upcoming Events Widget.</li>\n<li>Avoid HTML encoding issues in sitemaps.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/jetpack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 18:48:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";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:\"\";}}}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:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -> Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click “Install Now”</li>\n<li>Finally click “Activate Plugin & Run Importer”</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to the Tools -> Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I’m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.</p>\n<p>A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>— <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren’t duplicates if their post_type’s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>… and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s: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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 15:32: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";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:\"\";}}}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:20075:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all — forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href=\"https://support.woothemes.com/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.1.0 – 2017-06-28</h4>\n<ul>\n<li>Feature – Built-in product CSV importer and exporter for products.</li>\n<li>Feature – Display (toggle-able) terms inline on the checkout rather than showing a link.</li>\n<li>Feature – On the “pay for order” page, if logged out show a login form rather than an error message.</li>\n<li>Feature – Enabled oembed support for product short descriptions.</li>\n<li>Feature – Added bulk variation update for stock status.</li>\n<li>Feature – On customer profiles: added a button to copy billing address to shipping address.</li>\n<li>Feature – Setup Wizard – Automatic Shipping Zone Creation In Setup Wizard for the base location.</li>\n<li>Feature – Setup Wizard – Added a new optional Storefront Theme step if you’re using a non-WooCommerce compatible theme.</li>\n<li>Feature – Made it possible to manage extension licenses purchased from WooCommerce.com on the extensions screen.</li>\n<li>Tweak – Gallery – Added a data-caption for captions to support both captions and titles for SEO.</li>\n<li>Tweak – Gallery – Used smoothHeight setting to better support images of different heights.</li>\n<li>Tweak – UI – Added blank states for API keys & webhooks.</li>\n<li>Tweak – UI – Made Product submenu labels consistent in admin.</li>\n<li>Tweak – UI – Changed street address field label and placeholder to minimize user error on checkout.</li>\n<li>Tweak – UI – Added a confirmation before deleting log files.</li>\n<li>Tweak – If prices are the same for all variations, use price not priceSpecification in structured data.</li>\n<li>Tweak – Added variable so shipping calculator is shown on first row only when showing multiple shipping packages.</li>\n<li>Tweak – Updated mini-cart HTML to use a list.</li>\n<li>Tweak – Allow linking to single product additional_information tab from url hash.</li>\n<li>Tweak – Re-included WooCommerce endpoints on the appearance > menus screens.</li>\n<li>Tweak – Always sync incorrect titles on variation read regardless of version.</li>\n<li>Tweak – Standardize rating HTML in all templates.</li>\n<li>Tweak – When searching, disable WC sort order so results are sorted by relevance.</li>\n<li>Tweak – Update price sorting code to use min or max for variable products depending on sorting direction.</li>\n<li>Tweak – Utilize $product method to get thumbnail in loops.</li>\n<li>Tweak – Check for an existing display name before updating a user on checkout. Adds display_name prop to the CRUD.</li>\n<li>Tweak – Adapt variable product price used in sorting based on direction of sort.</li>\n<li>Tweak – Made state validation less strict for keys.</li>\n<li>Tweak – For COD orders, force payment complete status to be completed.</li>\n<li>Fix – Use get_max_purchase_quantity in cart template and fix logic when stock management is off.</li>\n<li>Fix – Added log_id as the secondary sorting column to log list so log entries sort correctly.</li>\n<li>Fix – Fix shop page when using shop base and UTF8 shop page slug.</li>\n<li>Fix – Added handles so drag and drop does not break edit on mobile when sorting categories.</li>\n<li>Fix – Added ABSPATH checks to all files.</li>\n<li>Fix – Fixed how to flush rewrite rules after saving the shop main page.</li>\n<li>Fix – Emails sent via admin should switch to global locale.</li>\n<li>Fix – Set and restore wp_query so product page functions think it’s a real product page.</li>\n<li>Fix – Variation default value of ‘0’ fails to save on product.</li>\n<li>Fix – Prevent locations being added to the “Rest Of The World” shipping zone via the API.</li>\n<li>Dev – Allow date created to be set in wc_create_refund.</li>\n<li>Dev – Introduced a <a href=\"https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query\" rel=\"nofollow\">WC_Order_Query class</a> for finding/searching orders.</li>\n<li>Dev – Added “restored” webhook.</li>\n<li>Dev – Support floats for the custom attribute name sorting function.</li>\n<li>Dev – Updated Emogrifier to version 1.2.</li>\n<li>Dev – Sort product data tabs by priority in admin screen.</li>\n<li>Dev – Added new hooks for: dashboard reviews widget, product and category sorting events, woocommerce_add_to_cart_sold_individually_found_in_cart, cart empty messages.</li>\n<li>Dev – Added filters for zoom / flexslider / photoswipe enabling.</li>\n<li>Dev – Added filter for cookie name.</li>\n<li>Dev – Added ability to filter Photoswipe lightbox options.</li>\n<li>Dev – Added new filter for product thumbnail size.</li>\n<li>Dev – Added action for displaying custom data for fees in admin.</li>\n<li>Dev – Changed build_payload from private to public in webhook system.</li>\n<li>Dev – Added deprecated notice to WC_Order_Item_Meta (deprecated in 3.0).</li>\n<li>Dev – Added namespace to jQuery events that are removed in VariationForm.</li>\n<li>Dev – Made WC_Checkout::get_posted_data() public.</li>\n<li>Dev – Add custom message for custom system status tools.</li>\n<li>Dev – Added filters to change which order items are created and loaded to support custom item types.</li>\n<li>Dev – Updated jQuery payment and serializejson libraries.</li>\n<li>Localization – Added Bolivian states.</li>\n<li>Localization – Use VAT for Norway instead of Tax.</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 19:30: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:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}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:4934:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jun 2005 09:33: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:95:\"This plugin will generate a special XML sitemap which will help search engines to better…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:\"\";}}}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:7635:\"<p><!--section=description--></p>\n<p>This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page) or <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal/\" rel=\"nofollow\">donate via PayPal</a>. I’m gladly supporting this plugin since over 9 years! Thanks a lot! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a <a href=\"http://www.arnebrachhold.de/redir/sitemap-paypal\" title=\"Donate with PayPal\" rel=\"nofollow\">small donation</a> for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your blog directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or “I can’t find the sitemap.xml file!”</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options… Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you’re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn’t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn’t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with “google-sitemap-generator”.</p>\n</dd>\n<dt>What’s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>You can always find the changelog on <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">the plugin website</a>, since I don’t like to maintain the same content on different pages. Thank you for your understanding!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/limit-login-attempts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2009 14:20: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:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11759:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn’t. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy — which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don’t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n return ($ip == ‘my-ip’) ? true : $allow;<br />\n}<br />\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.</p>\n<p>In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in ‘init’ action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define “Text Domain” correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”</li>\n<li>Added question to FAQ (“Why not reset failed attempts on a successful login?”)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite & WPMU support (again thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:bigexplorations@bigexplorations.com.tw\" rel=\"nofollow\">bigexplorations@bigexplorations.com.tw</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure “shake”</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:burobjorn@burobjorn.nl\" rel=\"nofollow\">burobjorn@burobjorn.nl</a></li>\n<li>Added Hungarian translation, thanks to B?lint Vereskuti <a href=\"mailto:balint@vereskuti.info\" rel=\"nofollow\">balint@vereskuti.info</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:ova13lastar@gmail.com\" rel=\"nofollow\">ova13lastar@gmail.com</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li>Added Norwegian translation, thanks to Rune Gulbrands?y</li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/limit-login-attempts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jun 2007 06:02: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:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";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:58:\"Extends and enhances TinyMCE, the WordPress Visual 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:\"\";}}}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:10701:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add “Smilies”, they do not show in the editor.</dt>\n<dd>\n<p>The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the “old” buttons in the editor</dt>\n<dd>\n<p>Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.6.3</h4>\n<ul>\n<li>Updated for WordPress 4.8 and TinyMCE 4.6.3.</li>\n</ul>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing “Source code” button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don’t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the ‘textpattern’ plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated ‘table’ plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the ”directionality” plugin when RTL or LTR button is selected.</li>\n<li>Show the ”Advanced Options” to super admins on multisite installs.</li>\n<li>Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated ”table” plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/tinymce-advanced/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:50:\"https://wordpress.org/plugins/browse/popular/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:\"Mon, 10 Jul 2017 06:44: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:\"Mon, 10 Jul 2017 06:38:12 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/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:\"20130911040210\";}','no'),(876,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1499712286','no'),(877,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1499669086','no'),(878,'_transient_timeout_plugin_slugs','1509087725','no'),(879,'_transient_plugin_slugs','a:13:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:29:\"acf-repeater/acf-repeater.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:27:\"backupbuddy/backupbuddy.php\";i:4;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:5;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:34:\"custom-sidebars/customsidebars.php\";i:8;s:27:\"wp_logooos_plugin/logos.php\";i:9;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:10;s:43:\"really-simple-popup/really-simple-popup.php\";i:11;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:12;s:22:\"wp-editor/wpeditor.php\";}','no'),(880,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1499712286','no'),(881,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\'>The Month in WordPress: June 2017</a> <span class=\"rss-date\">July 3, 2017</span><div class=\"rssSummary\">We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/lets-encrypt-passes-100-million-certificates-issued-will-offer-wildcard-certificates-in-january-2018\'>WPTavern: Let’s Encrypt Passes 100 Million Certificates Issued, Will Offer Wildcard Certificates in January 2018</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wangguard-plugin-author-shuts-down-splog-hunting-service-due-to-trauma-and-death-threats\'>WPTavern: WangGuard Plugin Author Shuts Down Splog Hunting Service Due to Trauma and Death Threats</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\'>WPTavern: WordSesh Asia Now in Planning for 2018, WordCamp Asia Targeted for 2019</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wordpress-seo/\' class=\'dashboard-news-plugin-link\'>Yoast SEO</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wordpress-seo&_wpnonce=30163414cc&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Yoast SEO\'>Install</a>)</span></li></ul></div>','no'),(886,'duplicate_post_copytitle','1','yes'),(887,'duplicate_post_copydate','0','yes'),(888,'duplicate_post_copyslug','1','yes'),(889,'duplicate_post_copycontent','1','yes'),(890,'duplicate_post_copythumbnail','1','yes'),(891,'duplicate_post_copytemplate','1','yes'),(892,'duplicate_post_copyformat','1','yes'),(893,'duplicate_post_copyauthor','0','yes'),(894,'duplicate_post_copypassword','0','yes'),(895,'duplicate_post_copycomments','0','yes'),(896,'duplicate_post_copymenuorder','1','yes'),(897,'duplicate_post_blacklist','','yes'),(898,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(899,'duplicate_post_show_bulkactions','1','yes'),(900,'duplicate_post_version','3.2','yes'),(901,'duplicate_post_show_notice','0','no'),(903,'siteorigin_panels_active_version','2.5.13','yes'),(905,'wpe_settings','','yes'),(908,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(909,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(910,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(911,'db_upgraded','','yes'),(914,'can_compress_scripts','0','no'),(917,'fresh_site','0','yes'),(968,'_site_transient_timeout_community-events-9d60ec5c933a8e03531563eb9b2bde68','1500577204','no'),(969,'_site_transient_community-events-9d60ec5c933a8e03531563eb9b2bde68','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.173.33.0\";}s:6:\"events\";a:2:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Delhi\";s:3:\"url\";s:31:\"https://2017.delhi.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-08-19 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"New Delhi, INDIA\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.62826199999999943202055874280631542205810546875;s:9:\"longitude\";d:77.215475999999995337930158711969852447509765625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCamp Delhi 2017\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/241230379/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-08-19 09:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.624812999999999618694346281699836254119873046875;s:9:\"longitude\";d:77.2137680000000017344063962809741497039794921875;}}}}','no'),(1009,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1019,'_site_transient_timeout_browser_ba081c70c62b1a73f7586809b37ba98f','1502617506','no'),(1020,'_site_transient_browser_ba081c70c62b1a73f7586809b37ba98f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1021,'_site_transient_timeout_community-events-291dab6d22f4830989acf76870466385','1502055913','no'),(1022,'_site_transient_community-events-291dab6d22f4830989acf76870466385','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"45.127.194.0\";}s:6:\"events\";a:4:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"WordPress for Community Managers\";s:3:\"url\";s:61:\"https://www.meetup.com/WordPress-Chandigarh/events/240080904/\";s:6:\"meetup\";s:20:\"WordPress Chandigarh\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Chandigarh/\";s:4:\"date\";s:19:\"2017-08-13 11:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chandigarh, CH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:30.75;s:9:\"longitude\";d:76.7799987792970028976924368180334568023681640625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"The State of Javascript\";s:3:\"url\";s:61:\"https://www.meetup.com/WordPress-Chandigarh/events/240105017/\";s:6:\"meetup\";s:20:\"WordPress Chandigarh\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Chandigarh/\";s:4:\"date\";s:19:\"2017-08-13 11:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chandigarh, CH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:30.75;s:9:\"longitude\";d:76.7799987792970028976924368180334568023681640625;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Delhi\";s:3:\"url\";s:31:\"https://2017.delhi.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-08-19 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"New Delhi, INDIA\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.62826199999999943202055874280631542205810546875;s:9:\"longitude\";d:77.215475999999995337930158711969852447509765625;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"Global WordPress Translation Day 3\";s:3:\"url\";s:61:\"https://www.meetup.com/WordPress-Chandigarh/events/240104941/\";s:6:\"meetup\";s:20:\"WordPress Chandigarh\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Chandigarh/\";s:4:\"date\";s:19:\"2017-09-30 13:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chandigarh, CH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:30.75;s:9:\"longitude\";d:76.7799987792970028976924368180334568023681640625;}}}}','no'),(1037,'_transient_timeout_sow:cleared','1502618444','no'),(1038,'_transient_sow:cleared','1','no'),(1049,'_site_transient_timeout_community-events-132c926251652e74cde425626e6680b0','1502221386','no'),(1050,'_site_transient_community-events-132c926251652e74cde425626e6680b0','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"45.127.193.0\";}s:6:\"events\";a:4:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"WordPress for Community Managers\";s:3:\"url\";s:61:\"https://www.meetup.com/WordPress-Chandigarh/events/240080904/\";s:6:\"meetup\";s:20:\"WordPress Chandigarh\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Chandigarh/\";s:4:\"date\";s:19:\"2017-08-13 11:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chandigarh, CH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:30.75;s:9:\"longitude\";d:76.7799987792970028976924368180334568023681640625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"The State of Javascript\";s:3:\"url\";s:61:\"https://www.meetup.com/WordPress-Chandigarh/events/240105017/\";s:6:\"meetup\";s:20:\"WordPress Chandigarh\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Chandigarh/\";s:4:\"date\";s:19:\"2017-08-13 11:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chandigarh, CH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:30.75;s:9:\"longitude\";d:76.7799987792970028976924368180334568023681640625;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Delhi\";s:3:\"url\";s:31:\"https://2017.delhi.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-08-19 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"New Delhi, INDIA\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.62826199999999943202055874280631542205810546875;s:9:\"longitude\";d:77.215475999999995337930158711969852447509765625;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"Global WordPress Translation Day 3\";s:3:\"url\";s:61:\"https://www.meetup.com/WordPress-Chandigarh/events/240104941/\";s:6:\"meetup\";s:20:\"WordPress Chandigarh\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Chandigarh/\";s:4:\"date\";s:19:\"2017-09-30 13:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chandigarh, CH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:30.75;s:9:\"longitude\";d:76.7799987792970028976924368180334568023681640625;}}}}','no'),(1063,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1509563595;s:7:\"checked\";a:6:{s:19:\"cargopress-pt-child\";s:3:\"1.0\";s:13:\"cargopress-pt\";s:5:\"1.4.0\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:14:\"twentyfourteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(1069,'_site_transient_timeout_community-events-2e246106608466c8fcef0b93a8a18369','1502311422','no'),(1070,'_site_transient_community-events-2e246106608466c8fcef0b93a8a18369','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"122.173.168.0\";}s:6:\"events\";a:2:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Delhi\";s:3:\"url\";s:31:\"https://2017.delhi.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-08-19 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"New Delhi, INDIA\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.62826199999999943202055874280631542205810546875;s:9:\"longitude\";d:77.215475999999995337930158711969852447509765625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCamp Delhi 2017\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/241230379/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-08-19 09:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.624812999999999618694346281699836254119873046875;s:9:\"longitude\";d:77.2137680000000017344063962809741497039794921875;}}}}','no'),(1123,'_site_transient_timeout_browser_f39dac43e45b0c9454247195c3d17a2d','1506668463','no'),(1124,'_site_transient_browser_f39dac43e45b0c9454247195c3d17a2d','a:9:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"61.0.3163.91\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1125,'_site_transient_timeout_community-events-79257316f82901a81659b92ec0015b86','1506106868','no'),(1126,'_site_transient_community-events-79257316f82901a81659b92ec0015b86','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"122.173.5.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"How to start with WordPress\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982565/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-09-23 17:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WordPress & WordPress Community Introduction\";s:3:\"url\";s:63:\"https://www.meetup.com/Noida-WordPress-Meetup/events/242969072/\";s:6:\"meetup\";s:22:\"Noida WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/Noida-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-09-24 16:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Noida, UP, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.579999923706001396794817992486059665679931640625;s:9:\"longitude\";d:77.330001831055000138803734444081783294677734375;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Mastering selection of Themes and Plugins\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982825/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-07 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:49:\"Increasing engagement and decreasing bounce rate \";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982926/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-14 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}}}','no'),(1194,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1507357804','no'),(1195,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1196,'_site_transient_timeout_community-events-47f385f5b141ddfccc2a1d623dfe5f49','1506796213','no'),(1197,'_site_transient_community-events-47f385f5b141ddfccc2a1d623dfe5f49','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"169.149.130.0\";}s:6:\"events\";a:0:{}}','no'),(1215,'WPLANG','','yes'),(1224,'aioseop_options','a:85:{s:16:\"aiosp_home_title\";s:37:\"Import & Export Global Logistics \";s:22:\"aiosp_home_description\";s:145:\"We provide services for Containers, Auction Wines, Logistics and Customs Brokerage, International and Domestic Trucking from Winery to Warehouse.\";s:20:\"aiosp_togglekeywords\";s:1:\"1\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:5:\"2.4.2\";s:7:\"modules\";a:1:{s:29:\"aiosp_feature_manager_options\";a:7:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:2:\"on\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:2:\"on\";s:35:\"aiosp_feature_manager_enable_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:0:\"\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:0:\"\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_performance\";s:0:\"\";}}s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:22:\"aiosp_acf_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_wpcf7_contact_form_title_format\";s:27:\"%post_title% | %blog_title%\";s:25:\"aiosp_logooo_title_format\";s:27:\"%post_title% | %blog_title%\";}','yes'),(1267,'_site_transient_timeout_community-events-a22981a9ab27e1090c816a747abad129','1507142343','no'),(1268,'_site_transient_community-events-a22981a9ab27e1090c816a747abad129','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"122.173.220.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WordPress & WordPress Community Introduction\";s:3:\"url\";s:63:\"https://www.meetup.com/Noida-WordPress-Meetup/events/242969072/\";s:6:\"meetup\";s:22:\"Noida WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/Noida-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-10-07 16:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Noida, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.57491900000000129011823446489870548248291015625;s:9:\"longitude\";d:77.318802000000005136826075613498687744140625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Mastering selection of Themes and Plugins\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982825/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-14 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Increasing engagement and decreasing bounce rate\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982926/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"Mastering PHPMyAdmin for WordPress\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982967/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}}}','no'),(1334,'_site_transient_timeout_community-events-238c440bc296af2cc101bf651f33251b','1507669140','no'),(1335,'_site_transient_community-events-238c440bc296af2cc101bf651f33251b','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.173.19.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Mastering selection of Themes and Plugins\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982825/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-14 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WordPress & WordPress Community Introduction\";s:3:\"url\";s:63:\"https://www.meetup.com/Noida-WordPress-Meetup/events/242969072/\";s:6:\"meetup\";s:22:\"Noida WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/Noida-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-10-15 16:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Noida, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.57491900000000129011823446489870548248291015625;s:9:\"longitude\";d:77.318802000000005136826075613498687744140625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Increasing engagement and decreasing bounce rate\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982926/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"Mastering PHPMyAdmin for WordPress\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982967/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}}}','no'),(1358,'wp_logo_slider_images','a:4:{i:20171010094322;a:6:{s:2:\"id\";s:14:\"20171010094322\";s:4:\"file\";s:74:\"/home/jspinfotech/public_html/Test/wp-content/uploads/2017/10/TTB-logo.jpg\";s:8:\"file_url\";s:74:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\";s:9:\"thumbnail\";s:0:\"\";s:13:\"thumbnail_url\";s:80:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}i:20171010094334;a:6:{s:2:\"id\";s:14:\"20171010094334\";s:4:\"file\";s:76:\"/home/jspinfotech/public_html/Test/wp-content/uploads/2017/10/US-Customs.gif\";s:8:\"file_url\";s:76:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\";s:9:\"thumbnail\";s:0:\"\";s:13:\"thumbnail_url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-thumb.gif\";s:14:\"image_links_to\";s:0:\"\";}i:20171010095459;a:6:{s:2:\"id\";s:14:\"20171010095459\";s:4:\"file\";s:81:\"/home/jspinfotech/public_html/Test/wp-content/uploads/2017/10/bevrage-control.jpg\";s:8:\"file_url\";s:81:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control.jpg\";s:9:\"thumbnail\";s:0:\"\";s:13:\"thumbnail_url\";s:87:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}i:20171010095703;a:6:{s:2:\"id\";s:14:\"20171010095703\";s:4:\"file\";s:74:\"/home/jspinfotech/public_html/Test/wp-content/uploads/2017/10/FDA-Logo.jpg\";s:8:\"file_url\";s:74:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.jpg\";s:9:\"thumbnail\";s:0:\"\";s:13:\"thumbnail_url\";s:80:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}}','yes'),(1359,'wp_logo_slider_settings','a:10:{s:10:\"custom_css\";s:354:\"#logo-slider-wraper{margin:auto;}\r\n.slide img{width:100%;height:auto;}\r\n@media screen and (max-width: 480px) and (min-width: 321px)\r\n{\r\n#logo-slider-wraper {\r\n transform: translateX(-55px);\r\n}\r\n#logo-slider {\r\n height:auto!important;\r\n}\r\n}\r\n@media only screen and (min-width: 770px)\r\n{\r\n#logo-slider-wraper {\r\n transform: translateX(-35px);\r\n}\r\n}\";s:5:\"arrow\";i:0;s:8:\"bgcolour\";s:7:\"#FFFFFF\";s:12:\"slider_width\";i:250;s:13:\"slider_height\";i:250;s:7:\"num_img\";i:1;s:10:\"auto_slide\";i:1;s:15:\"auto_slide_time\";i:3;s:10:\"new_window\";s:2:\"on\";s:13:\"select_slider\";s:5:\"slide\";}','yes'),(1366,'widget_dk-image-rotator-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1369,'_transient_timeout_wpos_offers_feed','1507718332','no'),(1370,'_transient_wpos_offers_feed','<style type=\"text/css\">\r\n.wpos-offer-wrp img{max-width:100%;} \r\n</style>\r\n\r\n<br/>\r\n<div class=\"wpos-offer-wrp\">\r\n <a href=\"https://www.wponlinesupport.com/projobs-support/\" target=\"_blank\">\r\n <img src=\"https://www.wponlinesupport.com/plugin-data-api/images/projobs-banner.jpg\" alt=\"\" />\r\n </a>\r\n</div>','no'),(1371,'wplss_logo_showcase_cat_children','a:0:{}','yes'),(1374,'widget_logooos-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1437,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1509424301','no'),(1438,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1445,'_site_transient_timeout_community-events-89b86b08ba1becf7da9d60d358966389','1508862709','no'),(1446,'_site_transient_community-events-89b86b08ba1becf7da9d60d358966389','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"122.173.106.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Increasing engagement and decreasing bounce rate\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982926/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Open house meetup for new WordPress users\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/244407312/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.558254000000001582293407409451901912689208984375;s:9:\"longitude\";d:77.2081680000000005748006515204906463623046875;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"Adding custom fields in WP DB\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983000/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-18 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"Setting Custom Page for WP\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983020/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-25 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}}}','no'),(1460,'siteorigin_widgets_new_widgets','a:0:{}','yes'),(1462,'_transient_timeout_oembed_bfe7a06b5f35df5fd3d6e4d752538295','1508909606','no'),(1463,'_transient_oembed_bfe7a06b5f35df5fd3d6e4d752538295','O:8:\"stdClass\":13:{s:5:\"title\";s:13:\"Wine Importer\";s:4:\"html\";s:137:\"<iframe width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/PiPCbRMMLRE?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>\";s:7:\"version\";s:3:\"1.0\";s:12:\"provider_url\";s:24:\"https://www.youtube.com/\";s:15:\"thumbnail_width\";i:480;s:4:\"type\";s:5:\"video\";s:13:\"provider_name\";s:7:\"YouTube\";s:16:\"thumbnail_height\";i:360;s:10:\"author_url\";s:56:\"https://www.youtube.com/channel/UCFsFKPEqiHuVwePKAOPQoaA\";s:13:\"thumbnail_url\";s:48:\"https://i.ytimg.com/vi/PiPCbRMMLRE/hqdefault.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:11:\"author_name\";s:12:\"Chris Kammer\";}','no'),(1468,'logooocategory_children','a:0:{}','yes'),(1473,'_site_transient_timeout_community-events-9e8bea58cb197ea41142267c47a62e3a','1508877211','no'),(1474,'_site_transient_community-events-9e8bea58cb197ea41142267c47a62e3a','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"171.61.220.0\";}s:6:\"events\";a:0:{}}','no'),(1493,'_site_transient_timeout_browser_f4757416d81cc9d320149395449b1063','1509605013','no'),(1494,'_site_transient_browser_f4757416d81cc9d320149395449b1063','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.62\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1501,'_site_transient_timeout_community-events-3a9825e6952497387d9550f22f64d80d','1509043420','no'),(1502,'_site_transient_community-events-3a9825e6952497387d9550f22f64d80d','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.173.12.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Increasing engagement and decreasing bounce rate\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982926/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Open house meetup for new WordPress users\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/244407312/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-10-28 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.558254000000001582293407409451901912689208984375;s:9:\"longitude\";d:77.2081680000000005748006515204906463623046875;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"Adding custom fields in WP DB\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983000/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-18 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"Setting Custom Page for WP\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983020/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-25 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999198507794062606990337371826171875;s:9:\"longitude\";d:77.133769999999998390194377861917018890380859375;}}}}','no'),(1513,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1509012061','no'),(1514,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4390;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2515;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2374;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2361;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1839;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1609;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1602;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1437;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1361;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1357;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1347;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1281;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1147;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1065;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1054;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:961;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:827;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:827;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:815;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:779;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:773;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:676;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:672;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:666;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:656;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:653;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:648;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:638;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:634;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:615;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:603;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:595;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:587;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:581;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:579;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:564;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:562;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:548;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:538;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:530;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:524;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:507;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:503;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:500;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:492;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:479;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:478;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:476;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:476;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:454;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:450;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:448;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:443;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:441;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:441;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:425;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:411;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:411;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:408;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:404;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:398;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:391;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:383;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:374;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:356;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:347;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:343;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:335;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:333;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:331;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:327;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:324;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:323;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:323;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:316;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:312;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:301;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:296;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:295;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:294;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:292;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:287;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:286;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:283;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:279;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:276;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:276;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:273;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:271;}}','no'),(1519,'pb_backupbuddy','a:102:{s:12:\"data_version\";s:2:\"14\";s:21:\"importbuddy_pass_hash\";s:32:\"e6e061838856bf47e1de730719fb2609\";s:23:\"importbuddy_pass_length\";i:9;s:16:\"backup_reminders\";i:1;s:16:\"edits_since_last\";i:14;s:17:\"last_backup_start\";d:1509001453.9434669;s:18:\"last_backup_finish\";d:1509001553.9182701;s:18:\"last_backup_serial\";s:10:\"axvaqocxcd\";s:17:\"last_backup_stats\";a:10:{s:11:\"archiveFile\";s:73:\"backup-jspdevelopmentdemo_com_Test-2017_10_26-07_04am-full-axvaqocxcd.zip\";s:10:\"archiveURL\";s:147:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/backupbuddy_backups/backup-jspdevelopmentdemo_com_Test-2017_10_26-07_04am-full-axvaqocxcd.zip\";s:11:\"archiveSize\";i:45353123;s:5:\"start\";d:1509001453.9434669;s:6:\"finish\";d:1509001553.9182701;s:4:\"type\";s:4:\"full\";s:12:\"profileTitle\";s:15:\"Complete Backup\";s:13:\"scheduleTitle\";s:0:\"\";s:15:\"integrityStatus\";b:1;s:12:\"destinations\";a:0:{}}s:21:\"last_error_email_time\";i:0;s:19:\"force_compatibility\";i:0;s:29:\"force_mysqldump_compatibility\";i:0;s:9:\"schedules\";a:0:{}s:9:\"log_level\";s:1:\"1\";s:13:\"high_security\";i:0;s:19:\"next_schedule_index\";i:100;s:13:\"archive_limit\";i:0;s:18:\"archive_limit_full\";i:0;s:16:\"archive_limit_db\";i:0;s:19:\"archive_limit_files\";i:0;s:18:\"archive_limit_size\";i:0;s:22:\"archive_limit_size_big\";i:50000;s:17:\"archive_limit_age\";i:0;s:26:\"delete_archives_pre_backup\";i:0;s:23:\"lock_archives_directory\";i:0;s:25:\"set_greedy_execution_time\";i:0;s:28:\"email_notify_scheduled_start\";s:0:\"\";s:36:\"email_notify_scheduled_start_subject\";s:49:\"BackupBuddy Scheduled Backup Started - {home_url}\";s:33:\"email_notify_scheduled_start_body\";s:140:\"A scheduled backup has started with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}.\n\nDetails:\r\n\r\n{message}\";s:31:\"email_notify_scheduled_complete\";s:0:\"\";s:39:\"email_notify_scheduled_complete_subject\";s:50:\"BackupBuddy Scheduled Backup Complete - {home_url}\";s:36:\"email_notify_scheduled_complete_body\";s:142:\"A scheduled backup has completed with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}.\n\nDetails:\r\n\r\n{message}\";s:24:\"email_notify_send_finish\";s:0:\"\";s:32:\"email_notify_send_finish_subject\";s:43:\"BackupBuddy File Send Finished - {home_url}\";s:29:\"email_notify_send_finish_body\";s:168:\"A destination file send of file {backup_file} has finished with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}.\n\nDetails:\r\n\r\n{message}\";s:18:\"email_notify_error\";s:19:\"er.jitin8@gmail.com\";s:26:\"email_notify_error_subject\";s:30:\"BackupBuddy Error - {home_url}\";s:23:\"email_notify_error_body\";s:132:\"An error occurred with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}. Error details:\r\n\r\n{message}\";s:12:\"email_return\";s:0:\"\";s:19:\"remote_destinations\";a:0:{}s:27:\"remote_send_timeout_retries\";s:1:\"1\";s:11:\"role_access\";s:16:\"activate_plugins\";s:16:\"dropboxtemptoken\";s:0:\"\";s:11:\"backup_mode\";s:1:\"2\";s:16:\"multisite_export\";s:1:\"0\";s:16:\"backup_directory\";s:0:\"\";s:14:\"temp_directory\";s:0:\"\";s:13:\"log_directory\";s:0:\"\";s:10:\"log_serial\";s:15:\"7q2s0fr2nk39rh8\";s:13:\"notifications\";a:0:{}s:19:\"zip_method_strategy\";s:1:\"1\";s:24:\"database_method_strategy\";s:3:\"php\";s:17:\"alternative_zip_1\";s:1:\"0\";s:17:\"alternative_zip_2\";s:1:\"0\";s:19:\"ignore_zip_warnings\";s:1:\"0\";s:19:\"ignore_zip_symlinks\";s:1:\"1\";s:18:\"zip_build_strategy\";s:1:\"3\";s:15:\"zip_step_period\";s:2:\"30\";s:13:\"zip_burst_gap\";s:1:\"2\";s:21:\"zip_min_burst_content\";s:2:\"10\";s:21:\"zip_max_burst_content\";s:3:\"100\";s:25:\"disable_zipmethod_caching\";s:1:\"0\";s:19:\"archive_name_format\";s:8:\"datetime\";s:20:\"archive_name_profile\";s:1:\"0\";s:30:\"disable_https_local_ssl_verify\";s:1:\"0\";s:17:\"save_comment_meta\";s:1:\"1\";s:27:\"ignore_command_length_check\";s:1:\"0\";s:18:\"default_backup_tab\";s:1:\"0\";s:18:\"deployment_allowed\";s:1:\"0\";s:9:\"hide_live\";s:1:\"0\";s:10:\"remote_api\";a:2:{s:4:\"keys\";a:0:{}s:3:\"ips\";a:0:{}}s:20:\"skip_spawn_cron_call\";s:1:\"0\";s:5:\"stats\";a:6:{s:9:\"site_size\";i:0;s:18:\"site_size_excluded\";i:0;s:17:\"site_size_updated\";i:0;s:7:\"db_size\";i:11354112;s:16:\"db_size_excluded\";i:11354112;s:15:\"db_size_updated\";i:1509536361;}s:9:\"disalerts\";a:0:{}s:15:\"breakout_tables\";s:1:\"1\";s:19:\"include_importbuddy\";s:1:\"1\";s:17:\"max_site_log_size\";s:1:\"3\";s:11:\"compression\";s:1:\"1\";s:25:\"no_new_backups_error_days\";s:2:\"10\";s:15:\"skip_quicksetup\";s:1:\"0\";s:13:\"prevent_flush\";s:1:\"0\";s:17:\"rollback_cleanups\";a:0:{}s:20:\"phpmysqldump_maxrows\";s:0:\"\";s:20:\"disable_localization\";s:1:\"0\";s:18:\"max_execution_time\";s:0:\"\";s:24:\"backup_cron_rescheduling\";s:1:\"0\";s:29:\"backup_cron_passed_force_time\";s:0:\"\";s:20:\"force_single_db_file\";s:1:\"0\";s:11:\"deployments\";a:0:{}s:19:\"max_send_stats_days\";s:1:\"7\";s:20:\"max_send_stats_count\";s:1:\"6\";s:26:\"max_notifications_age_days\";s:2:\"21\";s:19:\"save_backup_sum_log\";s:1:\"1\";s:26:\"limit_single_cron_per_pass\";s:1:\"1\";s:18:\"tested_php_runtime\";d:123;s:17:\"tested_php_memory\";d:510;s:23:\"last_tested_php_runtime\";i:1509001463;s:22:\"last_tested_php_memory\";i:1509001460;s:17:\"use_internal_cron\";s:1:\"0\";s:33:\"php_runtime_test_minimum_interval\";s:6:\"604800\";s:32:\"php_memory_test_minimum_interval\";s:6:\"604800\";s:8:\"profiles\";a:3:{i:0;a:8:{s:4:\"type\";s:8:\"defaults\";s:5:\"title\";s:15:\"Global Defaults\";s:18:\"skip_database_dump\";s:1:\"0\";s:19:\"backup_nonwp_tables\";s:1:\"0\";s:15:\"integrity_check\";s:1:\"1\";s:29:\"mysqldump_additional_includes\";s:0:\"\";s:29:\"mysqldump_additional_excludes\";s:0:\"\";s:8:\"excludes\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:2:\"db\";s:5:\"title\";s:13:\"Database Only\";s:3:\"tip\";s:49:\"Just your database. I like your minimalist style.\";}i:2;a:2:{s:4:\"type\";s:4:\"full\";s:5:\"title\";s:15:\"Complete Backup\";}}}','no'),(1522,'ithemes-updater-cache','a:10:{s:18:\"timeout-multiplier\";i:1;s:10:\"expiration\";i:1509578791;s:9:\"timestamp\";i:1509535454;s:8:\"packages\";a:1:{i:0;s:11:\"backupbuddy\";}s:14:\"update_plugins\";a:0:{}s:13:\"update_themes\";a:0:{}s:12:\"use_ca_patch\";b:0;s:7:\"use_ssl\";b:1;s:14:\"quick_releases\";b:0;s:18:\"timeout-mulitplier\";i:1;}','no'),(1528,'pb_backupbuddy_notifications','a:1:{i:0;a:7:{s:4:\"time\";i:1509001553;s:4:\"slug\";s:14:\"backup_success\";s:5:\"title\";s:30:\"Backup completed successfully.\";s:7:\"message\";s:56:\"A manual backup has completed successfully on your site.\";s:4:\"data\";a:3:{s:6:\"serial\";s:10:\"axvaqocxcd\";s:4:\"type\";s:4:\"full\";s:13:\"profile_title\";s:15:\"Complete Backup\";}s:6:\"urgent\";b:0;s:8:\"syncSent\";b:0;}}','no'),(1529,'_transient_timeout_pb_backupbuddy_stop_backup-axvaqocxcd','1509087955','no'),(1530,'_transient_pb_backupbuddy_stop_backup-axvaqocxcd','1','no'),(1559,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.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.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.3\";s:7:\"version\";s:5:\"4.8.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.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1509563588;s:15:\"version_checked\";s:5:\"4.8.3\";s:12:\"translations\";a:0:{}}','no'),(1563,'_site_transient_timeout_browser_64f5519026e11fcaa264d756233b04a7','1510132921','no'),(1564,'_site_transient_browser_64f5519026e11fcaa264d756233b04a7','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"56.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1571,'_site_transient_timeout_community-events-90ae85384d8ab978114262a46e4153d2','1509571334','no'),(1572,'_site_transient_community-events-90ae85384d8ab978114262a46e4153d2','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"122.173.183.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:80:\"Open House Meetup - WordPress\'s use in various domains like Blogging & Ecommerce\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/244581278/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.63438;s:9:\"longitude\";d:77.222014999999999;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"Adding custom fields in WP DB\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983000/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-18 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"Setting Custom Page for WP\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983020/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-25 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"Choosing between WordPress.com and Self-hosted\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982950/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-25 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}}}','no'),(1583,'_site_transient_timeout_browser_f4b342427dc93e6e5fd5c14ef1fb74ec','1510133034','no'),(1584,'_site_transient_browser_f4b342427dc93e6e5fd5c14ef1fb74ec','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"57.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1591,'_site_transient_timeout_it-updater-get_package_details-c7ce3','1509621854','no'),(1592,'_site_transient_it-updater-get_package_details-c7ce3','a:3:{s:8:\"packages\";a:1:{s:11:\"backupbuddy\";a:1:{s:5:\"error\";a:3:{s:4:\"code\";i:8012;s:4:\"type\";s:33:\"ITXAPI_Updater_Missing_Legacy_Key\";s:7:\"message\";s:55:\"A legacy key was not provided with the package details.\";}}}s:9:\"time_skew\";i:-1;s:13:\"min_poll_time\";i:30;}','no'),(1593,'ithemes-updater-keys','a:0:{}','no'),(1594,'bcn_version','5.7.1','no'),(1595,'_transient_timeout_pb_backupbuddy_latest_version','1509579549','no'),(1596,'_transient_pb_backupbuddy_latest_version','a:2:{i:0;s:7:\"8.1.1.0\";i:1;s:5:\"8.1.1\";}','no'),(1597,'_transient_timeout_pb_backupbuddy_avail_zip_methods','1509578834','no'),(1598,'_transient_pb_backupbuddy_avail_zip_methods','a:3:{s:7:\"methods\";a:1:{i:0;s:10:\"ziparchive\";}s:7:\"details\";a:1:{s:10:\"ziparchive\";a:2:{s:4:\"attr\";a:10:{s:4:\"name\";s:17:\"ZipArchive Method\";s:13:\"compatibility\";b:0;s:10:\"is_checker\";b:1;s:9:\"is_lister\";b:1;s:11:\"is_archiver\";b:0;s:13:\"is_unarchiver\";b:1;s:12:\"is_commenter\";b:1;s:9:\"is_zipper\";b:1;s:11:\"is_unzipper\";b:1;s:12:\"is_extractor\";b:1;}s:5:\"param\";a:0:{}}}s:7:\"control\";a:1:{s:9:\"signature\";s:32:\"0776790901192bc85ca86c7465aadb5d\";}}','no'),(1601,'_site_transient_timeout_available_translations','1509547442','no'),(1602,'_site_transient_available_translations','a:111:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-02 13:13:49\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-26 18:50:50\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-19 16:27:32\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 23:25:51\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-09 11:53:31\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-20 19:52:24\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-10-20 19:50:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-09-09 11:51:58\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-25 16:30:54\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 14:22:45\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-04 05:23:56\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-05 17:50:24\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-19 12:08:05\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-14 18:07:51\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-17 14:23:13\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-12 21:37:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-22 14:47:25\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 11:12:28\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 07:51:37\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-28 07:25:08\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nutugne\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 06:06:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-22 15:33:00\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ຕໍ່\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 06:25:41\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-05 06:45:20\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"जारीराख्नु \";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-30 07:58:32\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-13 12:25:56\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-31 15:12:50\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-25 10:02:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-20 08:02:58\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 17:15:54\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-10-13 11:55:41\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-29 08:57:23\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-30 15:56:22\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-23 11:17:01\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-29 12:16:07\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-12 12:51:50\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.7.7\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-31 15:34:01\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-07 02:08:56\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-12 12:20:32\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-19 19:56:39\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 08:22:57\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.8.2\";s:7:\"updated\";s:19:\"2017-10-15 05:40:58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.2/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 09:08:47\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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.8.3\";s:7:\"updated\";s:19:\"2017-09-12 11:35:05\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-27 14:50:31\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(1605,'_site_transient_timeout_community-events-5647ece37eab3d6b64579d7c675e095a','1509583306','no'),(1606,'_site_transient_community-events-5647ece37eab3d6b64579d7c675e095a','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"171.61.214.0\";}s:6:\"events\";a:0:{}}','no'),(1615,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1509563594;s:8:\"response\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"4.9\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"4.4.12\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.4.4.12.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:7:\"default\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:7:\"default\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-128x128.png?rev=979908\";s:2:\"2x\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=979908\";s:7:\"default\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=979908\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=1354894\";s:7:\"default\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";}s:11:\"banners_rtl\";a:0:{}}s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/black-studio-tinymce-widget\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-128x128.png?rev=1002774\";s:2:\"2x\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-256x256.png?rev=1002774\";s:7:\"default\";s:80:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon-256x256.png?rev=1002774\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-1544x500.png?rev=1002774\";s:2:\"1x\";s:82:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-772x250.png?rev=1002774\";s:7:\"default\";s:83:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-1544x500.png?rev=1002774\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.5.7.1.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-128x128.png?rev=971477\";s:2:\"2x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-256x256.png?rev=971477\";s:3:\"svg\";s:60:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=971477\";s:7:\"default\";s:60:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=971477\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.jpg?rev=479408\";s:7:\"default\";s:70:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.jpg?rev=479408\";}s:11:\"banners_rtl\";a:0:{}}s:34:\"custom-sidebars/customsidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/custom-sidebars\";s:4:\"slug\";s:15:\"custom-sidebars\";s:6:\"plugin\";s:34:\"custom-sidebars/customsidebars.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/custom-sidebars/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/custom-sidebars.3.1.0.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:68:\"https://ps.w.org/custom-sidebars/assets/icon-128x128.png?rev=1414065\";s:2:\"2x\";s:68:\"https://ps.w.org/custom-sidebars/assets/icon-256x256.png?rev=1414065\";s:7:\"default\";s:68:\"https://ps.w.org/custom-sidebars/assets/icon-256x256.png?rev=1414065\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/custom-sidebars/assets/banner-1544x500.png?rev=1414065\";s:2:\"1x\";s:70:\"https://ps.w.org/custom-sidebars/assets/banner-772x250.png?rev=1414065\";s:7:\"default\";s:71:\"https://ps.w.org/custom-sidebars/assets/banner-1544x500.png?rev=1414065\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-sidebars/assets/banner-1544x500-rtl.png?rev=1562672\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-sidebars/assets/banner-772x250-rtl.png?rev=1562672\";s:7:\"default\";s:75:\"https://ps.w.org/custom-sidebars/assets/banner-1544x500-rtl.png?rev=1562672\";}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.5.13\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.5.13.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:7:\"default\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";s:7:\"default\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"really-simple-popup/really-simple-popup.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/really-simple-popup\";s:4:\"slug\";s:19:\"really-simple-popup\";s:6:\"plugin\";s:43:\"really-simple-popup/really-simple-popup.php\";s:11:\"new_version\";s:6:\"1.0.11\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/really-simple-popup/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/really-simple-popup.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.10.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.10.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:7:\"default\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";s:7:\"default\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}}s:22:\"wp-editor/wpeditor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/wp-editor\";s:4:\"slug\";s:9:\"wp-editor\";s:6:\"plugin\";s:22:\"wp-editor/wpeditor.php\";s:11:\"new_version\";s:7:\"1.2.6.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-editor/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/wp-editor.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:62:\"https://ps.w.org/wp-editor/assets/icon-128x128.png?rev=1184262\";s:2:\"2x\";s:62:\"https://ps.w.org/wp-editor/assets/icon-256x256.png?rev=1184262\";s:7:\"default\";s:62:\"https://ps.w.org/wp-editor/assets/icon-256x256.png?rev=1184262\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-editor/assets/banner-772x250.png?rev=497457\";s:7:\"default\";s:63:\"https://ps.w.org/wp-editor/assets/banner-772x250.png?rev=497457\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(1618,'_site_transient_timeout_aioseop_update_check_time','1509619625','no'),(1619,'_site_transient_aioseop_update_check_time','1509598025','no'),(1620,'_transient_timeout_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1509641316','no'),(1621,'_transient_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Premium WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Oct 2017 15:36: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://semperplugins.com/wp-content/uploads/2016/06/cropped-AIOSEOP-Gear-Blue-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Choosing the Right Domain Name for SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://semperplugins.com/choosing-the-right-domain-name-for-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://semperplugins.com/choosing-the-right-domain-name-for-seo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Sep 2017 14:51:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"domain names\";s: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:8:\"SEO tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3443/\";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:398:\"Back in the day, way way back, your website domain could have had a major impact on your site’s rankings. That changed a few years ago (2012 to be exact) when Google wanted to weed out websites that may have<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/choosing-the-right-domain-name-for-seo/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7445:\"<p><img class=\"size-full wp-image-3702 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured.jpg\" alt=\"\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/06/choosing-a-domain-name-for-seo-featured-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>Back in the day, way way back, your website domain could have had a major impact on your site’s rankings. That changed a few years ago (2012 to be exact) when Google wanted to weed out websites that may have good domain names but very little “substance”.</p>\n<p>Exact Match Domains (EMD) is where the problem started. Businesses would essentially purchase keyword domains to rank for a particular keyword. And the EMD was enough for them to rank: they barely focused on quality content and relevance (two things that matter greatly for SEO nowadays). That strategy no longer works.</p>\n<p>That’s not to say that domain names no longer affect SEO. They still do (and studies have proven that), but how?</p>\n<p>Let’s find out.</p>\n<h2>How Domain Names Impact SEO</h2>\n<p>There have been a lot of changes to SEO, particularly from the largest search engine: Google. But one thing that hasn’t changed, but has been emphasized more, is original quality content, relevance and always aligning with search engine best practices. A component of this is your domain name – it’s unique, only you can have it.</p>\n<p>Even though it may not directly impact your rankings anymore, a good domain name will get you more brand recognition, trust and higher click-through-rates (CTR).</p>\n<p>However, the definition of a good domain name has changed, at least according to Google. We see this in how the search engine treats certain types of domains.</p>\n<h2>Exact Match Domains (EMD)</h2>\n<p>EMDs are domain names that include keyword phrases. For example, let’s say you are selling hair products and want to rank for “quality hair products.” The EMD you would most likely use is qualityhairproducts.com. Just purchasing that domain would have gotten you the first page ranking a while ago.</p>\n<p>Yup! You wouldn’t have needed original content or backlinks. You would simply rank for it with your domain name. That all changed after Google released the Exact Match Domain Update.</p>\n<p>The update essentially made EMDs obsolete in search engine rankings. In fact, a study by High Position showed that the average EMD ranking went from position 13.4 to 26.6 (yikes!) after Google’s update. The average top 10 EMD also dropped in rankings: from 3.2 down to 11.9. So now we know that choosing an exact match domain in 2017 is quite pointless, a bad idea even.</p>\n<p>So how should you decide on a domain name to maximize SEO? You need only do two things: choose a memorable brand name (to make your domain name) and pick a .com extension.</p>\n<p>Let’s go into more detail.</p>\n<h2>Your Brand Name Should Be Your Domain Name</h2>\n<p>We can all agree that your brand is important. Your brand name is how your customers recognize and find you in search engines and social media platforms. So think of your domain name as the foothold of your online brand.</p>\n<p>In fact, the more customers are using your brand name to search for you online, the more your SEO and rankings will improve. This is referred to as brand signalling (any reference of your business online). Matt Cutts, former Head of Web Spam at Google, claimed that Google “actually came up with a classifier to say, okay, IRS or Wikipedia or New York Times is over on this side, and the low-quality sites are over on this side.”</p>\n<p>That’s right, Google now cares more about brands for SEO than it does about keywords and links. For that reason, using your brand name is more important than keywords. You’re probably scratching your head at this point, wondering how Google would associate your brand with certain keywords…</p>\n<p>Well, Google will associate keywords with your brand as your brand becomes more popular; and as you produce more relevant and high quality content. Let’s take a look at Bitly as an example. It’s a URL shortener and link management platform yet their brand name does not match those keywords. It however ranks at the top for those keywords in Google.</p>\n<p>That’s because of its popularity. As long as people recognize it and are searching for it, Google will measure that brand signal and rank it accordingly. For this reason, it is important to have a memorable brand name and consequently, a memorable domain name.</p>\n<p>Don’t worry if your brand name contains a keyword, or in other words, is a PMD (partial match domain). That’s because Google is only searching for spam sites with EMDs and PMDs – the actual problem isn’t the keywords, but rather the content and quality of the site. A PMD or EMD with bad user experience and low quality content would experience a steep downgrade in rankings. Whereas, a PMD or EMD with great user experience and content would not be greatly affected.</p>\n<p><em>However</em>, if you are just starting out, you should go with a memorable brand name domain and avoid using keywords.</p>\n<h2>Opt For a .com Extension</h2>\n<p>You probably already know that .com is the most popular domain extension. That is because most other domain extensions like .biz and .us are viewed as spam. Although choosing it may not directly impact your rankings, you may be viewed as a low-ranking site which could affect your SEO.</p>\n<p>.com is simply the most convenient and safest choice to go with. When in doubt, go with it.</p>\n<h2>Tips for Choosing the Perfect Domain Name</h2>\n<p>Now let’s recap and go over the tips on picking the best domain name:</p>\n<ul>\n<li>Use your brand name</li>\n<li>Don’t use exact match domains. Partial match domains are OK but a brand name is always more effective</li>\n<li>Choose a .com extension</li>\n<li>Make it memorable so users can easily remember it</li>\n<li>Keep it short, 15 characters at most</li>\n<li>Avoid numbers, hyphens and special characters</li>\n<li>Avoid misspelling words on purpose. It’s a no-no for branding</li>\n<li>Make it easy to spell</li>\n</ul>\n<h2>Wrapping Up</h2>\n<p>We hope you now have a good understanding of how domain names affect SEO in 2017. If you’re starting a new business or changing to a better domain name, the tips above should help you pick out the best one for your business.</p>\n<p>Remember: As long as you have great content and a good SEO strategy, a strong and unique domain name may rank you higher. Choose one wisely, use it correctly and start reaping the value.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://semperplugins.com/choosing-the-right-domain-name-for-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"How to Come up with Great Content Ideas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://semperplugins.com/how-to-come-up-with-great-content-ideas/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://semperplugins.com/how-to-come-up-with-great-content-ideas/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2017 13:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"content marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://semperplugins.com/?p=2375\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"Do you spend hours staring at a blank computer screen or piece of paper, desperately racking your brain for just one great content idea? Well, the sad reality is that you cannot afford to wait for inspiration to strike: your readers<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-come-up-with-great-content-ideas/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12694:\"<p><img class=\"size-full wp-image-3674 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured.jpg\" alt=\"Looking for some great ideas to produce new content? Here are a few tips to get you started.\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/09/great-content-ideas-featured-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>Do you spend hours staring at a blank computer screen or piece of paper, desperately racking your brain for just one great content idea? Well, the sad reality is that you cannot afford to wait for inspiration to strike: your readers are waiting for yet another one of your great posts to enjoy and share.</p>\n<p>This article is your reference for tips and tricks to find inspiration and create great content to grow your WordPress site.</p>\n<p>We’ll cover the following topics:</p>\n<ul>\n<li>How to source inspiration directly from your readers</li>\n<li>How to get great topic ideas from your social media channels</li>\n<li>Useful tools you may already be using, but not as effectively</li>\n<li>How to overcome writer’s block</li>\n</ul>\n<h2>Know Your Readers and Their Concerns</h2>\n<p>This is arguably the starting point to creating great content: knowing your reader and their concerns.</p>\n<p>To gain and maintain a steady stream of followers, you must produce consistently good content that your blog visitors are interested in. Since your content is ideally centered around the needs and interests of your readers, it is therefore very important to know who they are. But how would you know what your readers are interested in?</p>\n<p>First, put yourself in your reader’s shoes. Then ask and answer the following questions:</p>\n<ol>\n<li>What issues do your readers struggle with most?</li>\n<li>What would better enable them to understand and solve those issues?</li>\n<li>What would a reader enter in search engines to find content in your niche?</li>\n</ol>\n<p>Creating valuable content boils down to problem solving. You can start writing winning content more easily once you know what your readers are looking for and what their pain points are.</p>\n<p>A key thing to remember, however, is that some of your readers may be beginners who are trying to come to grips with your subject area. So create content that is clear & appealing to beginners and which does not exclusively focus on advanced readers.</p>\n<h3>Look at Your Analytics</h3>\n<p>Your website analytics will provide you with a lot of insight regarding where your readers are coming from and how they’re interacting with your site. Check <a href=\"https://analytics.google.com/analytics/web/\" target=\"_blank\" rel=\"noopener\">Google Analytics</a> for keywords that users are searching for to get to your site, and then create engaging content about those topics.</p>\n<p>You can also use those insights to update and keep existing posts relevant; or to create new posts with detailed information on the problems your target audience is trying to solve.</p>\n<h3>Go Through Your Blog Comments</h3>\n<p>Your blog comments can be extremely helpful to you in a number of ways.</p>\n<p>First of all, they provide you with great insight into what readers think of the content you have written. This may include positive or negative feedback on the style and clarity of your writing, questions for more information on areas you can expand on, wide-spread problems being discussed and/or solutions to those problems.</p>\n<p>Note them down and come up with post ideas to help your readers.</p>\n<p>If your readers take the time to report a problem they are having, or to give you feedback, you need to listen. It usually means that it’s a significant challenge they, and other users, are facing.</p>\n<h3>Sift Through Your FAQs</h3>\n<p>You can actively engage with your readers by answering their most frequently asked questions in blog posts. This will show readers that you have carefully considered their responses to your content, and also helps other readers who may also have similar questions.</p>\n<p>And as a nice bonus, you may attract some more visitors that wouldn’t have found your WordPress site otherwise.</p>\n<h2>Use Social Media</h2>\n<p>Social media channels are arguably the best place to source inspiration. Take <a href=\"https://www.buzzfeed.com/\" target=\"_blank\" rel=\"noopener\">BuzzFeed</a> for example. They constantly browse the web for fun ideas – typically small trends or trending topics in niche areas – and make them more mainstream.</p>\n<div id=\"attachment_3026\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3026\" src=\"https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends.jpg\" alt=\"At the time of writing, Twitter show us, for example, that growth hacking and content marketing tips are trending among bloggers.\" width=\"500\" height=\"380\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends.jpg 754w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-300x228.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-328x250.jpg 328w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-100x76.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-150x114.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-200x152.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-450x343.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/12/twitter-trends-600x457.jpg 600w\" sizes=\"(max-width: 500px) 100vw, 500px\" /><p class=\"wp-caption-text\">At the time of writing, Twitter show us that growth hacking and content marketing tips are now trending among bloggers.</p></div>\n<p>You can also use social media to stay on top of industry trends; and to monitor the new keywords created by these trends. Use tools like <a href=\"https://www.google.com/trends/\" target=\"_blank\" rel=\"noopener\">Google Trends</a>, Twitter Trends, <a href=\"https://www.reddit.com/\" target=\"_blank\" rel=\"noopener\">Reddit</a>, etc. to keep up with the conversation and take it to your blog.</p>\n<h2><b>Questionnaires </b>and Polls</h2>\n<p>Another useful way to engage with readers is to put out short surveys or polls on your blog, social media or your mailing list. Ask them any questions they may have or for their opinion on certain topics that you covered. This is also a fantastic way to keep them engaged with your content.</p>\n<p>Make it clear to your mailing list that you welcome questions. One way to do this is to offer some sort of incentive: perhaps a product discount, a coupon, or free mentoring to anyone who is willing to give a short interview. Interviewing in particular is a great way to find out a host of questions or issues your audience may have with your topic or industry that may never have even crossed your mind. This strategy may seem daunting, but is an effective way of coming up with content that is higher quality and more relevant to your audience.</p>\n<h2>Recycle and Transform</h2>\n<p>The fastest way for you to generate content ideas is by reading through existing content and expanding and improving on it. This means looking though what your competitors are writing about, and using that as a beacon to light your own blog posts. It is about taking already existing material, not copying it, but using it as a starting point for your own inspiration.</p>\n<p>An important thing to consistently keep in mind when expanding and improving existing material is to not limit yourself to the original piece; to consider what else readers would benefit from knowing. Perhaps you could make the piece more personal and relatable by referencing your personal experiences.</p>\n<div id=\"attachment_3639\" style=\"width: 515px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3639\" src=\"https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot.png\" alt=\"Using Feedly, you can quickly find out what your competitors are writing about and use their content as a source of inspiration for your own.\" width=\"505\" height=\"369\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot.png 1280w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-300x219.png 300w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-768x561.png 768w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-1024x748.png 1024w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-342x250.png 342w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-100x73.png 100w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-150x110.png 150w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-200x146.png 200w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-450x329.png 450w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-600x438.png 600w, https://semperplugins.com/wp-content/uploads/2016/12/feedly-screenshot-900x657.png 900w\" sizes=\"(max-width: 505px) 100vw, 505px\" /><p class=\"wp-caption-text\">Using Feedly, you can quickly find out what your competitors are writing about and use their content as a source of inspiration for your own.</p></div>\n<p>So how can you discover other content in your niche? Use tools such as <a href=\"https://feedly.com/\" target=\"_blank\" rel=\"noopener\">Feedly</a> which shows you a list of publications that have been produced about a certain topic. Once you create an account, you can simply enter in specific keywords, URLs, or browse through existing categories.</p>\n<h2>Read Every Day</h2>\n<p>Reading every day actually means reading something relevant to your niche every single day. By doing so, you will find that over time, not only will your knowledge of the subject matter improve substantially, but that new sources of inspiration will spring up as well.</p>\n<p>Reading content written by others in your field and the comments left behind by their users is also a good way to find inspiration. When reading through other peoples content, you may notice that similar problems keep cropping up but have remained unanswered. You can subsequently try to answer those questions in depth and address those issues in your own blog.</p>\n<p>Visit popular blogs and websites, and observe the different ways in which they operate. Pay close attention to their writing style, and the topics that they are covering. You will slowly begin to pick up fresh ideas, and gain exposure to different viewpoints.</p>\n<p>Reading stimulates the brain, thus making it that much easier for you to generate great content ideas.</p>\n<h2>How to Tackle Writer’s Block</h2>\n<p>So you’ve found inspiration and are now struggling with writer’s block. One of the best techniques to overcome it is simply to write! Write something down every single day, no matter how small, or jumbled. The point is to get all your ideas down on paper, which you can later revise and expand on.</p>\n<p>Keep your work well organized, and easy to refer back to. You can use online note applications such as <a href=\"http://evernote.com/\" target=\"_blank\" rel=\"noopener\">Evernote</a> or Google Docs to keep your work backed up and easily accessible.</p>\n<p>Having something to start with makes that blank page much less intimidating.</p>\n<h2>In a Nutshell</h2>\n<p>Once you get started using these tips and tricks, you will find that generating good content ideas is not as difficult as it may have initially seemed. So we hope this post has helped you to find inspiration for your next engaging blog post. The truth is, you really never know when your next source of inspiration may strike, so best of luck!</p>\n<p>Do you have any special tricks to come up with great content ideas? Share them with your fellow readers below in the comment section!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/how-to-come-up-with-great-content-ideas/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"How to Build a Landing Page in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jul 2017 13:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"landing pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"WordPress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"WordPress themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3441/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:419:\"What a lot of people don’t know is that you can build great landing pages for your WordPress site without having to break the bank by hiring services from lead generation and marketing companies. You can even create a landing<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14070:\"<p><img class=\"size-full wp-image-3668 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured.jpg\" alt=\"You can either build a WordPress landing page yourself using a customized page template or by installing a specialized landing page builder plugin.\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/09/how-to-build-a-landing-page-featured-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>What a lot of people don’t know is that you can build great landing pages for your WordPress site without having to break the bank by hiring services from lead generation and marketing companies.</p>\n<p>You can even <strong>create a landing page yourself in less than 10 minutes</strong>. We’ll show you how.</p>\n<p>First things first, let’s cover the basics of landing pages.</p>\n<h2>Why Should I Build a Landing Page?</h2>\n<p>Because they convert. A landing page is essentially the entry point to your site. A great landing page will <strong>grab a visitor’s attention and persuade them to take a desired action</strong>: perhaps you want them to sign up for your email list, download a brochure, buy a product, etc. Whatever the goal, a good landing page is always focused towards that goal.</p>\n<p>Just to make sure that you understand, let’s look at the difference between a landing page and the homepage of a site: <strong>a landing page is focused on a specific goal or objective</strong> while your main homepage has a broad objective. The aim of a landing page is to take your visitors through a specific marketing journey while the main homepage allows visitors to decide on their own journey through your site.</p>\n<p>Anyone can tell you that you don’t really need a landing page to get a visitor to take a specific action. You can actually make them take the desired action on your homepage.</p>\n<p>BUT, <strong>with a good landing page you will achieve a higher conversion rate</strong> because it is very specific in its goal. A homepage has a lot of information and elements that may distract a user from taking the desired action.</p>\n<p>So, are you ready to build one? Here are several ways to build landing pages in WordPress.</p>\n<h2>Building a Custom Page</h2>\n<p>Building a custom page within WordPress is the old-fashioned approach. You would simply just build a custom page template on any theme you have; and do whatever you need to in the template.</p>\n<p>The easiest way to build a custom page template in WordPress is to copy the default page PHP template and edit CSS and HTML components to get the desired design or structure.</p>\n<h2>Using Plugins to Build Landing Pages</h2>\n<p>Plugins are the best way to go if you do not want to worry about dealing with code.</p>\n<p>Unfortunately, there aren’t many free landing page builder plugins out there. And the few free ones often have in-plugin purchases or limited features. There is, however, one free plugin that has all the features you need to build a functional landing page in WordPress. It’s among the top landing page plugins (see below).</p>\n<h3>WordPress Landing Pages</h3>\n<p><a href=\"https://wordpress.org/plugins/landing-pages/\" target=\"_blank\" rel=\"noopener\">WordPress Landing Pages</a> is an easy-to-use plugin that has <strong>all the basic features you need to build a functional landing page</strong>. It has a fair selection of templates, allows you to split test (a/b testing) your landing pages, as well as to track and measure conversions.</p>\n<div id=\"attachment_3482\" style=\"width: 723px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3482\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages.png\" alt=\"The WordPress Landing Pages plugin is fully integrated in the Theme Builder and allows you to quickly customize any elements you like.\" width=\"713\" height=\"373\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages.png 1920w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-300x157.png 300w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-768x402.png 768w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-1024x537.png 1024w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-477x250.png 477w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-100x52.png 100w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-200x105.png 200w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-450x236.png 450w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-600x314.png 600w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-900x472.png 900w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-1200x630.png 1200w\" sizes=\"(max-width: 713px) 100vw, 713px\" /><p class=\"wp-caption-text\">The WordPress Landing Pages plugin is fully integrated in the Theme Builder and allows you to quickly customize any elements you like.</p></div>\n<p>All in all, it is a good option if you are on a budget and don’t want to invest in a more functional landing page plugin at the moment.</p>\n<h3>Thrive Landing Pages</h3>\n<p><a href=\"https://thrivethemes.com/landingpages/\" target=\"_blank\" rel=\"noopener\">Thrive Landing Pages</a> has a drag & drop editor that makes it extremely easy to create and edit landing pages. It<strong> comes with over 140 templates</strong> (some themed) for you to choose from. The great thing about the plugin is that the landing pages are combined in sets to provide a consistent user experience. That means that the opt-in page, “thank you” page and confirmation pages in a particular set have the same feel and don’t provide random experiences.</p>\n<h3>Leadpages</h3>\n<p>Leadpages is actually an online landing page builder – we’ll be addressing it more thoroughly down below – with a plugin for WordPress. It has a centralized editor and your <strong>landing pages are hosted on Leadpages servers</strong>. The best thing about Leadpages is that you can easily and quickly create or publish a landing page. All you need to do is choose a template, customize it (through the drag & drop page builder) and add it to your site.</p>\n<h3>Beaver Builder</h3>\n<p><a href=\"https://www.wpbeaverbuilder.com/\" target=\"_blank\" rel=\"noopener\">Beaver Builder</a> is simply a drag & drop page theme builder (another option covered below) that also comes as a plugin. You can easily and quickly create custom layouts and designs – you have around 30 landing pages to choose from.</p>\n<div id=\"attachment_3483\" style=\"width: 734px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3483\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder.jpg\" alt=\"You can try out the Beaver Builder plugin for yourself at http://demo.wpbeaverbuilder.com/.\" width=\"724\" height=\"361\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder.jpg 1917w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-300x150.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-768x383.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-1024x511.jpg 1024w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-501x250.jpg 501w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-150x75.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-200x100.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-450x225.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-600x300.jpg 600w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-900x449.jpg 900w\" sizes=\"(max-width: 724px) 100vw, 724px\" /><p class=\"wp-caption-text\">You can try out the Beaver Builder plugin for yourself at <a href=\"http://demo.wpbeaverbuilder.com/\" target=\"_blank\" rel=\"noopener\">demo.wpbeaverbuilder.com</a>.</p></div>\n<p>The great thing about Beaver Builder is that <strong>you can use your WordPress widgets to add more functionality</strong> and bring elements in from your site to your landing pages.</p>\n<h3>OptimizePress</h3>\n<p>You’ve probably heard of <a href=\"https://www.optimizepress.com/\" target=\"_blank\" rel=\"noopener\">OptimizePress</a> before – it has been <strong>one of the most popular plugins</strong> to build landing pages for quite some time. That’s because it offers a wide range of templates and a powerful drag & drop editor to quickly create the landing page you need. Note: the size of the plugin is quite large (29MB).</p>\n<h2>Theme Builders</h2>\n<p>As we mentioned earlier, <strong>most WordPress themes are quite restrictive when it comes to design and structure</strong>. For example, you can customize the primary content block of a page in most themes but you cannot amend the design of anything outside the block. So, if you aim to create a landing page from a theme page template, you would just end up with a new page with the same design as your website – the opposite of a landing page. Unless you build a custom page template (mentioned earlier) or use advanced theme builders.</p>\n<p>What advanced theme builders offer are drag and drop builders. They essentially enable you to customize every and any design aspect of any page. The interface is also very easy to use.<br />\nThere are plenty of great drag & drop theme builders available. A few off the top of my head: <a href=\"https://www.elegantthemes.com/gallery/divi/\" target=\"_blank\" rel=\"noopener\">Divi</a>, <a href=\"https://wpexplorer-themes.com/total/\" target=\"_blank\" rel=\"noopener\">Total</a>, Beaver Builder (its plugin version is recommended above) and <a href=\"http://demo.qodeinteractive.com/strata/\" target=\"_blank\" rel=\"noopener\">Strata</a>.</p>\n<p>If you need a variety of landing page templates, it is highly recommended you use this method instead of creating custom theme templates. It will save you time and make your work much easier.</p>\n<h2>Leadpages</h2>\n<p><a href=\"https://www.leadpages.net/\" target=\"_blank\" rel=\"noopener\">Leadpages is known for creating stunning and functional landing pages</a>. It offers dozens of integrations to help make your WordPress landing page user friendly and attractive. The downside is that it isn’t free: plans start at $36.99 per month.</p>\n<div id=\"attachment_3484\" style=\"width: 743px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3484\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/leadpages.jpg\" alt=\"Leadpages has more than a hundred of templates to choose from that can be added to your site within minutes.\" width=\"733\" height=\"362\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/leadpages.jpg 1877w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-300x148.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-768x379.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-1024x506.jpg 1024w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-506x250.jpg 506w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-100x49.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-150x74.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-200x99.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-450x222.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-600x296.jpg 600w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-900x444.jpg 900w\" sizes=\"(max-width: 733px) 100vw, 733px\" /><p class=\"wp-caption-text\">Leadpages has more than a hundred of templates to choose from that can be added to your site within minutes.</p></div>\n<p>What you get is <strong>144+ well-designed templates</strong>, a simple editor that enables you to create and <strong>publish a stunning landing page in 10 minutes</strong> or less and the ability to split test your landing pages.</p>\n<p>It’s not a stretch to say that Leadpages is the most popular landing page option. It is actually hard to find a popular blog online that doesn’t use it. Two of the many reasons for it’s popularity is that you do not need to be a designer to use it and all their templates have been tested as effective and high converting templates.</p>\n<p>The price may be worth it to you if you want to save time, as the platform is incredibly easy to use.</p>\n<h2>Wrapping Up</h2>\n<p>Although WordPress may not be designed to handle landing pages, you can easily create one using either the old-fashioned method of building a custom page template or by using a plugin. Above we mentioned some of the best plugins you can use to build highly functional and attractive landing pages, developer or not.</p>\n<p>Choose the method that works best for your business and start collecting, cultivating and converting leads!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"19\";s: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:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress Will Require Users to Have HTTPS This Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 18:32:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"HTTPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"WordPress security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3129/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:471:\"WordPress founder, Matt Mullenweg, recently announced that the software will require all hosts to have HTTPS for certain WordPress features to function. Don’t panic just yet. If you already have HTTPS, this shouldn’t affect you. But if you’re still using HTTP, you’ll need<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/wordpress-requires-sites-to-use-https/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12957:\"<p><img class=\"size-full wp-image-3666 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured.jpg\" alt=\"HTTPS will not only be an important ranking factor in the future for search machines, but also required for both existing and new WordPress installations.\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/09/wordpress-requires-https-featured-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>WordPress founder, Matt Mullenweg, <a href=\"https://wordpress.org/news/2016/12/moving-toward-ssl/\">recently announced that the software will require all hosts to have HTTPS for certain WordPress features</a> to function.</p>\n<p>Don’t panic just yet. If you already have HTTPS, this shouldn’t affect you. <strong>But if you’re still using HTTP, you’ll need to upgrade soon.</strong> The good news is that the transition is not as difficult as you think it is and the benefits outweigh the assumed disadvantages.</p>\n<p>This article will go over what the WordPress HTTPS mandate means for you as a site owner; the advantages; as well as how to upgrade to HTTPS if you haven’t already done so.</p>\n<h2>What is HTTPS?</h2>\n<p>HTTPS adds a security layer to HTTP (Hypertext Transfer Protocol). <strong>HTTPS essentially encrypts data</strong> (using SSL or TSL) that is communicated between servers and clients until it reaches the intended recipient.</p>\n<p>This<strong> prevents cybercriminals from accessing sensitive user information</strong> and also reduces the risk of tapping and modification of sensitive data. Although HTTPS is not completely foolproof, it undoubtedly has major security advantages.</p>\n<p>HTTPS sites can be easily identified, as they have a locked padlock icon located on the link bar in most common browsers.</p>\n<h2>Why is WordPress Pushing HTTPS?</h2>\n<p>There’s mainly two reasons for this, so let’s quickly dive into them.</p>\n<h3>Google Prefers It</h3>\n<p>It is no secret that greater encryption and cyber security has made the Internet a safer place for users. As usual, a Google update signaled the necessity of HTTPS for user experience, SEO and internet security.</p>\n<p>In 2014, Google suggested that <strong>enabling HTTPS on your site could result in higher search rankings</strong>. Although it still isn’t the only important factor in raising your site rankings, you shouldn’t underestimate its value. For example, if two sites are equal in all ways, but one site has HTTPS, that site would get a boost in rankings.</p>\n<div id=\"attachment_3342\" style=\"width: 511px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3342\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock.png\" alt=\"Chrome will display a green padlock in the link bar when a site is using HTTPS, assuring users it\'s using the latest security protocol.\" width=\"501\" height=\"217\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock.png 1138w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-300x130.png 300w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-768x333.png 768w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-1024x444.png 1024w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-577x250.png 577w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-100x43.png 100w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-150x65.png 150w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-200x87.png 200w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-450x195.png 450w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-600x260.png 600w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-900x390.png 900w\" sizes=\"(max-width: 501px) 100vw, 501px\" /><p class=\"wp-caption-text\">Chrome will display a green padlock in the link bar when a site is using HTTPS, assuring users it’s using the latest security protocol.</p></div>\n<p>In January of this year, Google released version 56 of Google Chrome. This new release brought about some changes, notably with how Google Chrome treats HTTPS vs. HTTP sites. The browser now clearly identifies sites that are not operating HTTPS on their systems. For example, <strong>a “Not Secure” message now appears on pages without HTTPS that try to collect passwords or sensitive information</strong>. You can expect that, eventually, all pages not using HTTPS will clearly be labeled as having insecure connections.</p>\n<p>We can reasonably assume that Google’s preference for HTTPS has been a contributing factor for the changes implemented by WordPress.</p>\n<h3>Users Prefer HTTPS Too</h3>\n<p>A secure connection can make all the difference from a user’s perspective. Users see HTTPS as a positive signal that you are taking your site security seriously, for their benefit. So, having <strong>HTTPS could mean more traffic and longer usage times</strong> on your site.</p>\n<p>HTTPS is particularly important if you are operating an e-commerce site. Simply seeing the padlock icon could make users more comfortable in entering their payment details and other personal information. Particularly with the new Chrome update (mentioned earlier) which shows a “Not Secure” label on e-commerce sites or sites that require a user login or credit card information, but don’t have HTTPS.</p>\n<p>Both Google and user preference should be enough reason for you to upgrade your site to HTTPS. It is simply necessary to ensure watertight security for your users and to protect your online business reputation.</p>\n<div id=\"attachment_3343\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\" wp-image-3343\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure.png\" alt=\"Sites that require users to login or enter credit card information are now displayed as "Not secure" in Chrome when they haven\'t switched to HTTPS yet.\" width=\"500\" height=\"196\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure.png 1600w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-300x118.png 300w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-768x301.png 768w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-1024x401.png 1024w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-638x250.png 638w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-100x39.png 100w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-150x59.png 150w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-200x78.png 200w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-450x176.png 450w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-600x235.png 600w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-900x353.png 900w\" sizes=\"(max-width: 500px) 100vw, 500px\" /><p class=\"wp-caption-text\">Sites that require users to login or enter credit card information are now displayed as “Not secure” in Chrome when they haven’t switched to HTTPS yet.</p></div>\n<p>Remember when JavaScript was first introduced and quickly embraced by users and webmasters? Looking back, we can see now that JavaScript was essential for smoother and better user experience. HTTPS similarly, presents a number of unique advantages for user experience and security that we should all quickly embrace.</p>\n<p>We know that you may be overwhelmed switching from HTTP to HTTPS. After all, change does takes time to get used to, but in this instance, you may need to quickly get on board. At this point, <strong>the advantages of HTTPS have greatly outnumbered the disadvantages</strong>. Plus, upgrading to HTTPS is no longer the costly, time consuming, and difficult process that it once was. In fact, getting an SSL certificate in 2017 is fast, sometimes free, and quite easy to implement.</p>\n<h2>How to Get HTTPS</h2>\n<p><a href=\"https://wordpress.org/hosting/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress hosting partners</a> should now provide an SSL certificate for all accounts. (It is required that they all do so as early as the first quarter of this year.)</p>\n<p>Your hosting provider may already provide a free SSL certificate, so check with them first before you make any third-party purchase. If they do not offer a free one, you could ask them if they sell third party SSL certificates. Once purchased, you can ask your provider to install the certificate for you on your server.</p>\n<div id=\"attachment_3344\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\" wp-image-3344\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors.png\" alt=\"Dozens of major companies are already backing Lets Encrypt, including Automattic (known for WooCommerce, Jetpack, Akismet and WordPress.com)\" width=\"500\" height=\"395\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors.png 546w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-300x237.png 300w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-317x250.png 317w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-100x79.png 100w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-150x118.png 150w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-200x158.png 200w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-450x355.png 450w\" sizes=\"(max-width: 500px) 100vw, 500px\" /><p class=\"wp-caption-text\">Dozens of major companies are already backing Lets Encrypt, including Automattic (known for WooCommerce, Akismet and WordPress.com)</p></div>\n<p>Another option is to explore the free alternatives, independent of your hosting provider. There are projects such as “Let’s Encrypt” which have now made it easy and quick to <a href=\"https://letsencrypt.org/\" target=\"_blank\" rel=\"noopener noreferrer\">secure a free HTTPS certificate for your website</a>.</p>\n<p>Let’s Encrypt is an authorized open Certificate Authority with millions of active certificates in place. There are other comparable projects out there that can help by guiding you step-by-step through the installation process or who have been authorized to deliver certificates.</p>\n<p>Remember that SSL certificates upgrade the website, but not the content itself. That means that the content on your page will also need to be updated so as to avoid 404 errors. Google may interpret the error as a mismatch in the security level of your site. The only way to avoid this is by encrypting the content of your website to match your SSL certificate.</p>\n<p>To track and resolve any 404 errors on your site, you may want to use a specialised plugin such as Redirection to do so.</p>\n<h2>What if You Just Don’t Want to Upgrade to HTTPS?</h2>\n<p>You could see a number of things happening to your site over time if you do not upgrade to HTTPS. The first may be facing the consequences set out by Google, i.e: <strong>lower rankings </strong>and having your users staring at a “Not Secure” warning when they try to access your site via Google Chrome.</p>\n<p>The second is that you could <strong>struggle with WordPress updates and lose some or all functionality</strong> on specific WordPress plugins.</p>\n<p>Third, your site may be <strong>an easier target for hacking</strong>.</p>\n<p>Those are three consequences that require you to seriously reconsider if you really want to take the risk of not upgrading to HTTPS.</p>\n<h2>Wrapping Up</h2>\n<p>Let’s put it this way: you will simply have nothing to lose by adopting HTTPS. Yet, if you do not use HTTPS, you could risk leaving your site in the “dark ages” of the Internet.</p>\n<p>But then again, if you’re a WordPress site owner, you have no choice. Take the plunge and let us know how it worked out for you!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"53\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"All in One SEO Pack at WordCamp Raleigh 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 May 2017 15:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"WordCamp Raleigh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3426/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"Last month, the team from All in One SEO Pack were in attendance at WordCamp Raleigh 2017. We were not only there are organizers of the event but also as sponsors and speakers. If you didn’t get a chance to attend<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3680:\"<p>Last month, the team from All in One SEO Pack were in attendance at <a href=\"https://2017.raleigh.wordcamp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordCamp Raleigh 2017</a>. We were not only there are organizers of the event but also as sponsors and speakers.</p>\n<p>If you didn’t get a chance to attend WordCamp Raleigh then here’s a recap of the event.</p>\n<p>WordCamp Raleigh is a conference all about WordPress. The event has been held each year since 2010. This year was the best attended yet, with over 300 attendees. This year we had four tracks – Beginner, Business, Power User and Developer. We also added workshops in addition to the tracks. There were three workshops – Beginners Guide to WordPress, WordPress REST API and Beginners Guide to WordPress SEO. All three were extremely popular.</p>\n<h2>Local SEO presentation by Steve Mortiboy</h2>\n<p>I spoke on the topic of Local SEO – How to get your business listed on Google’s local search results. Here are my slides from this presentation:</p>\n<p><iframe src=\"https://www.slideshare.net/slideshow/embed_code/key/4Ssk3Lm2vq2l18\" width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;\" allowfullscreen> </iframe> </p>\n<div style=\"margin-bottom:5px\"> <strong> <a href=\"https://www.slideshare.net/dismort/local-seo-getting-your-local-business-on-google\" title=\"Local SEO - Getting your local business on google\" target=\"_blank\">Local SEO – Getting your local business on google</a> </strong> from <strong><a target=\"_blank\" href=\"https://www.slideshare.net/dismort\">Steve Mortiboy</a></strong> </div>\n<p>Here is the video from my presentation on WordPress.tv:</p>\n<p><iframe width=\'605\' height=\'340\' src=\'https://videopress.com/embed/u6Rx29m9?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<h2>Social Meta Optimization by Tony Zeoli</h2>\n<p>In addition to my session, Tony Zeoli also gave a presentation on Social Meta Optimization where he used All in One SEO Pack to demonstrate how you can improve you social media presence. You can find more about Tony’s presentation on his <a href=\"https://tonyzeoli.com/2017/05/28/social-meta-optimization-presentation-at-wordcamp-raleigh-2017/2062/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a>. The video from his presentation is also on WordPress.tv here:</p>\n<p><iframe width=\'605\' height=\'340\' src=\'https://videopress.com/embed/rG2jN5os?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<h2>Beginners Guide to SEO by Tony Zeoli</h2>\n<p>Finally, Tony Zeoli also presented the Beginners Guide to WordPress SEO workshop which was held on the Sunday at WordCamp Raleigh. This workshop was not recorded on video but you can find a write by Tony and links to his slides on his <a href=\"https://tonyzeoli.com/2017/05/20/wordcamp-raleigh-2017-wordpress-seo-for-beginners-workshop/1998/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a>.</p>\n<p>If you didn’t get a chance to attend WordCamp Raleigh this year, keep a watch on the <a href=\"https://2017.raleigh.wordcamp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a> for announcements regarding WordCamp Raleigh 2018. Or you can find a WordCamp in your city or country by checking out the central <a href=\"https://central.wordcamp.org/schedule/\" target=\"_blank\" rel=\"noopener noreferrer\">WordCamp schedule</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Important Sections of Google Analytics Explained\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://semperplugins.com/important-sections-of-google-analytics-explained/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://semperplugins.com/important-sections-of-google-analytics-explained/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 May 2017 15:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"google analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://semperplugins.com/?p=2298\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"Google Analytics (GA) is one of the most powerful, effective and comprehensive platforms to track and analyze your site traffic and marketing efforts. But a lot of businesses find it intimidating and challenging to use. If you’re one of those<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/important-sections-of-google-analytics-explained/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13749:\"<p><img class=\"size-full wp-image-3381 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>Google Analytics (GA) is <strong>one of the most powerful, effective and comprehensive platforms</strong> to track and analyze your site traffic and marketing efforts. But a lot of businesses find it intimidating and challenging to use. If you’re one of those businesses, this article is for you.</p>\n<p>Although GA can be quite overwhelming, getting useful data to work with is not as difficult as you think it is. Understanding how to get some basic information from the platform can give you pretty good insight into how your website is working for your business.</p>\n<p>This article will give you a basic understanding of the four key sections that contain actionable data:</p>\n<p style=\"padding-left: 30px;\">1. Audience<br />\n2. Behavior<br />\n3. Acquisition<br />\n4. Conversions</p>\n<p>Let’s get started.</p>\n<h2><strong>An Introduction to Google Analytics</strong></h2>\n<p>You probably have a Google Analytics account and most likely have it connected to your website. If you don’t, and you’re thinking of signing up, <a href=\"https://support.google.com/analytics/answer/1008015?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">use this guide on how to get started</a>. Once you’re up and running, you’ll have to wait a few days to get data to analyze.</p>\n<p>The first thing you’ll notice when you open the platform is GA’s (somewhat confusing) layout and menu system. It uses a top navigation for account level features and information; and a side navigation for combing through your analytics data.</p>\n<p>The Reporting section’s side navigation (which is where you can view your web analytics) is broken down into the following sections:</p>\n<ul>\n<li><strong>Real-Time:</strong> Shows what is happening on your site right now. So you’ll see the current visitor count on your website, what pages they’re browsing and for how long</li>\n<li><strong>Audience:</strong> Gives detailed information about your website visitors</li>\n<li><strong>Acquisition:</strong> Shows how your visitors are arriving to your site. It gives you a breakdown (by channel) of how visitors are getting to your site</li>\n<li><strong>Behavior:</strong> Shows you how visitors are interacting with your site</li>\n<li><strong>Conversions:</strong> Provides conversion data for your various business goals and activities</li>\n</ul>\n<p>As you can see, Audience, Acquisition, Behavior and Conversions tabs contain the <strong>actionable data you can use to optimize your site and grow your business.</strong></p>\n<p>So let’s help you get a basic understanding of those tabs.</p>\n<h2><strong>Audience</strong></h2>\n<p>To view your audience insights, click on Audience > Overview on the left hand menu of the analytics dashboard.</p>\n<p>As you will see from the Audience Overview data, Google Analytics gives you detailed insights into your audience: from location, to page views to device type to language and more.</p>\n<p>This information is invaluable in allowing you to tailor your site<strong> to better suit the needs of your visitors and effectively grant them an easier viewing experience</strong>.</p>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section.jpg\"><img class=\"aligncenter wp-image-3405\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section.jpg\" alt=\"\" width=\"600\" height=\"255\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section.jpg 1621w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-300x128.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-768x327.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-1024x436.jpg 1024w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-587x250.jpg 587w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-100x43.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-150x64.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-200x85.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-450x192.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-600x255.jpg 600w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-900x383.jpg 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>There is however some terminology you first need to understand in order to accurately analyze your Audience data:</p>\n<ul>\n<li>A <strong>Session</strong> refers to a single fixed period of time that a visitor takes action(s) on your site. So if a visitor views 3 pages on your site over a 3-minute period and then exits your site, it’ll be recorded as a single session and three pageviews</li>\n<li>As you may have gleaned from above, a <strong>Pageview</strong> is recorded whenever a visitor views a page on your site</li>\n<li>A <strong>New Visitor</strong> is any user that is visiting your site for the first time. They will be classified as a <strong>Returning Visitor</strong> on their second and subsequent visits</li>\n<li>A <strong>User</strong> is any computer or device that Google classifies as a unique visitor in accessing your site. So let’s say a user views your site on both their computer and tablet. Google will record that as two users. Even if a user accesses your site from two different browsers on the same computer, Google will record it as two users</li>\n<li><strong>Pages/Session</strong> is the average number of pageviews per session</li>\n</ul>\n<p>It is recommended that you spend some time understanding these definitions before you begin analyzing the comprehensive audience data.</p>\n<h2><strong>Behavior</strong></h2>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section.jpg\"><img class=\"aligncenter wp-image-3407\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section.jpg\" alt=\"\" width=\"600\" height=\"286\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section.jpg 1621w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-300x143.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-768x367.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-1024x489.jpg 1024w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-524x250.jpg 524w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-100x48.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-150x72.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-200x95.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-450x215.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-600x286.jpg 600w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-900x430.jpg 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>The Behavior section gives you <strong>invaluable data on how your users are interacting with your site.</strong> You can track how long an average user stays on a specific page, the hours and days you receive the most traffic, bounce rates (the percentage of visitors who exit your site after viewing only one page), your site speed, and much more detailed and useful metrics.</p>\n<p>Spend some time exploring and familiarizing yourself with this section. It contains everything you need to know to optimize your site and user experience, and also to manage your blog or content pages.</p>\n<h2><strong>Acquisition</strong></h2>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section.jpg\"><img class=\"aligncenter wp-image-3409\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section.jpg\" alt=\"\" width=\"600\" height=\"297\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section.jpg 1609w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-300x149.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-768x380.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-1024x507.jpg 1024w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-505x250.jpg 505w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-150x74.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-200x99.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-450x223.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-600x297.jpg 600w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-900x446.jpg 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>The Acquisition section is pretty straightforward: it contains <strong>data on how your site acquires traffic</strong>. It records the following traffic channels: organic (search and direct), paid, referral, email and social. It also gives you important insights into the performance of your marketing campaigns.</p>\n<p>What you should really be looking at within the Acquisition section is Goals. Goals are what you hope visitors accomplish when or after using your site. They are summarized in the Overview of this section but aren’t presented or broken down in detail. That’s where the Conversions section comes in.</p>\n<h2><strong>Conversions</strong></h2>\n<p>Conversion tracking is arguably the most important functionality in Google Analytics. After all, the ultimate goal of any web analytics software/tool is <strong>to help you determine and increase the success of your website and business</strong>.</p>\n<p>To make the most out of Google Analytics, you need to understand and identify your key performance indicators (KPIs) and set them up as Goals. Goals could range from video views, newsletter signups, purchases and more.</p>\n<p>Carefully think about how you measure the success of your business before setting up your Goals in GA. An accurate setup will enable you to more effectively analyze your website traffic data.</p>\n<h2>Using All in One SEO Pack with Google Analytics</h2>\n<p>By now you should have already discovered that Google Analytics is a great tool to track your visitors behaviour. If you are using WordPress for your site and have decided to venture into the statistics, <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">we recommend you use our All in One SEO Pack plugin</a>.</p>\n<p>It offers a simple way to integrate Google Analytics on your site without having to risk breaking your site or messing with code. The whole process is very simple and is described <a href=\"https://semperplugins.com/documentation/setting-up-google-analytics/\">here</a>.</p>\n<p>But that’s not all it has to offer: there are also various other advanced settings such as tracking multiple domains, adding additional domains, enhanced e-commerce, tracking outbound links, excluding WordPress user roles from tracking and many more.</p>\n<h2><strong>Wrapping Up</strong></h2>\n<p>A basic overview of those four actionable sections should ease the challenge of collecting relevant data for your business. However, getting invaluable data from Google Analytics requires work, time and patience. Stay tuned for an article that delves deeper into extracting and accurately analyzing data in Google Analytics.</p>\n<p>For now, you can take a look at some of the tutorials in the <a href=\"https://analyticsacademy.withgoogle.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Google Analytics Academy</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://semperplugins.com/important-sections-of-google-analytics-explained/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"How Social Media Impacts Your SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://semperplugins.com/how-social-media-impacts-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/how-social-media-impacts-seo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 16:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"social SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://semperplugins.com/?p=2893\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:404:\"Social media has evolved quite rapidly in the years it has been around. From BBS (Bulletin Board) to Friendster, Diaspora, Myspace and onto Facebook. But when we think of social media today, we arguably only have 3 or 4 large<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-social-media-impacts-seo/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11760:\"<p><img class=\"size-full wp-image-3275 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>Social media has evolved quite rapidly in the years it has been around. From BBS (Bulletin Board) to Friendster, Diaspora, Myspace and onto Facebook. But when we think of social media today, we arguably only have 3 or 4 large networks in mind: Facebook, Twitter, Instagram and LinkedIn.</p>\n<p>Nowadays, those four platforms have become essential to every marketer’s strategy and are used to effectively get your brand in front of your target audience; but do they <em>directly</em> impact your SEO and search ranking? No, they currently do not.</p>\n<p>However, that doesn’t mean that social media marketing and SEO do not affect each other in a variety of different ways. They are both inbound strategies that aim to attract your audience or customers to your brand. They are also both organic ways to attract your audience with unique quality content.</p>\n<p>Perhaps the best way to describe the relationship between SEO and social media is to say that they are co-dependent. Effective social media campaigns will help improve your site ranking, and good SEO will inevitably boost your social clout. This is what we refer to as social SEO: <strong>the use of social media to boost your search engine rankings</strong>.</p>\n<p>This post will demystify the relationship between social media and SEO; and show you how you can make social SEO work for your WordPress site.</p>\n<h2>How Important is Social SEO?</h2>\n<p>You can certainly rank your website well without focusing much on social SEO. You can’t, however, rank your website by focusing solely on social SEO. But that shouldn’t make you dismiss the whole idea too soon.</p>\n<p>An active and strong social media presence makes it easier and faster to rank your site as search engines attribute <strong>authority</strong> based on tweets, shares, likes and Google +1s. Your social media presence also puts your content in front of a larger audience, some of whom will link your content on their own sites, creating valuable organic <strong>backlinks</strong> which contribute to your PageRank.</p>\n<div id=\"attachment_3276\" style=\"width: 630px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3276\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph.png\" alt=\"According to a recent study, Social Media Marketing even surpassed the impact of regular SEO in 2016, considering that market is already rather saturated. Time to hop on the bandwagon!\" width=\"620\" height=\"359\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph.png 981w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-300x174.png 300w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-768x445.png 768w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-432x250.png 432w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-100x58.png 100w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-150x87.png 150w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-200x116.png 200w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-450x261.png 450w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-600x347.png 600w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-900x521.png 900w\" sizes=\"(max-width: 620px) 100vw, 620px\" /><p class=\"wp-caption-text\">According to a recent study, Social Media Marketing even surpassed the impact of regular SEO in 2016, considering that market is already rather saturated. Time to hop on the bandwagon! Source: smartinsights.com/managing-digital-marketing/marketing-innovation/marketing-trends-2016/</p></div>\n<p>That is not to say that social SEO will eventually replace regular SEO, but we cannot ignore the fact that social signals are slowly becoming an integral part of search engine algorithms. Even though they have nothing on backlinks – and probably won’t, at least not in the near future – <strong>social links</strong> are still quite important. But <em>how much</em> effect or weight do they have on your rankings, particularly your ranking for target keywords?</p>\n<p>Well, search engines have not yet made that information public. We just have to work with the definitive information that social signals do (indirectly) impact your site rankings and will continue to do so.</p>\n<h2>When Should I Focus on Social SEO?</h2>\n<p>If you are in an industry where your competitors are heavily focusing on both SEO and social SEO, and you want to rank well for your industry keywords, you have no other option but to do the same. Backlinks coupled with social signals will boost your rankings much more than backlinks alone, so you will lag behind your competition if you are only focused on building the latter. And if they aren’t focused on social SEO, <strong>you should jump on the opportunity to get one step ahead of your competitors</strong>.</p>\n<p>Although social media does not directly impact your site rankings on Google, social networks are dominating the internet and will arguably dictate the future of the internet. You should invest properly in social media as it could soon <em>directly</em> impact your site’s rankings on search engines.</p>\n<h2>How to Effectively Implement Social SEO</h2>\n<p>How can you increase your site rankings with good social SEO? Here are a few summarized tips:</p>\n<ul>\n<li>Create a business page on the “main” social networks: Facebook, Twitter, LinkedIn, Google+, Pinterest, Instagram, etc.</li>\n<li>Be active on those channels and engage your followers and subscribers</li>\n<li>Create shareable, engaging and unique content</li>\n<li>Make it as easy as possible for people to share your content</li>\n<li>Share your content, and that of other influencers in your field on your social channels</li>\n</ul>\n<p><strong>The more active you are on social media, the more awareness you are bringing to your brand</strong>, the more your social following grows, and the higher the chance that your content is being shared across a broader network. It’s a snowball effect: the more followers you have, the more engagement you’ll get and the easier it will become to grow your community.</p>\n<p>A bigger community means that more people are viewing your content and the higher the chance that the content will be shared. This increases the number of backlinks to your site which will impact your search rankings for the better.</p>\n<p>Also, the more engagement you have on your social channels, the higher the chance that people will look for your brand on Google or other search engines via branded searches – which help your site rank for non-branded keywords that are relevant to your brand.</p>\n<p>You do have to consider that <strong>the above scenarios are based on the assumption that you are producing quality and unique content</strong>. If you are creating bad content, you won’t get anywhere. Users will not interact with your brand if you’re not offering them value or good entertainment. If you want your content shared and widely distributed, you need to put in the time to create quality and valuable content your audience will enjoy.</p>\n<p>In summary, the following social signals will increase your search engine rankings for the keywords you’re targeting:</p>\n<ul>\n<li>Your social network followers</li>\n<li>The likes, shares, retweets, Google +1s your website gets</li>\n<li>Mentions by other authority or influencers in your field</li>\n<li>Positive reviews on your business’ Google+ page</li>\n</ul>\n<h2>Using All in One SEO Pack for Social Meta</h2>\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_navmenu\">Our All in One SEO Pack plugin comes with a Social Meta module</a> to help you get going with social marketing. This feature allows you to add Open Graph meta tags to enrich your posts by creating a rich snippet. Let’s briefly go over how Open Graph meta tags work and how they specifically help you with social SEO.</p>\n<p>Basically, every web page on any site can be shared on social media channels. However, the way that shared page is displayed on social media may be very different. Websites that aren’t optimized with Open Graph meta tags won’t be as easily interpreted by Facebook, Twitter and the like and will, most of the time, show up as a blank link with a small description underneath.</p>\n<div id=\"attachment_3278\" style=\"width: 516px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-3278\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/rich-social-snippet.png\" alt=\"Would you be more inclined to click on a blank link or on a rich snippet such as this?\" width=\"506\" height=\"495\" /><p class=\"wp-caption-text\">Would you be more inclined to click on a blank link or on a rich snippet such as this?</p></div>\n<p>However, adding Open Graph meta tags to a page on your site enriches the snippet and enables Facebook and other social media networks to display your content in the way you want to present it when it is shared. This is where All in One SEO Pack comes into action. For a full overview of all Open Graph and social meta features, please visit our <a href=\"https://semperplugins.com/documentation/social-meta-module/\">documentation section</a>.</p>\n<p>There is no concrete evidence that Open Graph meta tags are important for search engines, but they do enable you to create presentable good looking posts on social media (instead of a bland-looking post). This significantly increases your organic traffic from social media to your WordPress site. Studies have shown that <strong>traffic increases 100%-200% if a post looks great</strong> vs. a blank link that doesn’t really mean much to social media users.</p>\n<h2>Wrapping It Up</h2>\n<p>Overall, a solid social media strategy, in conjunction with good SEO practices, will increase organic traffic to your site. Solely focusing on SEO may not cut it any longer if you want to be a step ahead of your competition. Revising your strategy to incorporate social SEO will inevitably boost your organic traffic and could very well increase your search engine rankings in the near future.</p>\n<p>Do you currently have a social SEO strategy that’s working for you? Have you been using the social SEO module of our All in One SEO Pack plugin? Let us know in the comments below!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://semperplugins.com/how-social-media-impacts-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"How to Build an Email List in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 May 2017 14:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"email marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"subscribe2html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://semperplugins.com/?p=2904\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"How many of you have prioritized pageviews over email marketing? We all have at some point. After all, pageviews equals more ad revenue…right? Well, having a good email list is more valuable and can bring in more pageviews than you<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Arnaud Broes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9578:\"<p><img class=\"size-full wp-image-3258 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>How many of you have prioritized pageviews over email marketing? We all have at some point. After all, pageviews equals more ad revenue…right? Well, having a good email list is more valuable and can bring in more pageviews than you get using traditional methods.</p>\n<p>So how do you build an email list in WordPress?</p>\n<p>You always hear the same advice: create great content and people will subscribe, or have an opt-in form on your blog. Those methods are tried and tested but there are other more creative and effective ways to implement them and speed up the growth of your email list.</p>\n<p>We’re talking content upgrades, high-value opt-in forms and social proof.</p>\n<p>Let’s first start off with the basics before we dive into those three methods and how to effectively employ them.</p>\n<h2>The Basics</h2>\n<h3>What is an Email List?</h3>\n<p>An email list is a list of email addresses of your existing and prospective customers who have signed up or subscribed via your WordPress site to get updates, newsletters, special offers or announcements.</p>\n<h3>Why You Should Build an Email List</h3>\n<p>Email consistently outperforms social media across the board. It gets a higher view rate than Facebook or Twitter; 50-100 times the click rates of Facebook or Twitter; and is more cost-effective than any other marketing and social channel. Why? Because email is more intimate and private.</p>\n<p>If those stats haven’t convinced you yet, here are three other really good reasons:</p>\n<p><strong>#1.</strong> Your emails are guaranteed to reach the inboxes of each and every one of the active contacts on your email list. The email stays in their inbox until they take an action. Compare that to Facebook or Twitter, where your statuses and posts may not be seen by your followers because of algorithms and the inherent nature of those social networks. Bottom line: people check their emails more thoroughly than they do their social timelines</p>\n<p><strong>#2.</strong> Email is more secure and more flexible. You own your email list. You however, have very limited control and no ownership of your Twitter and Facebook account data. Furthermore, your social accounts could get hacked or suspended for whatever reason; or the platform could cease to exist or become less popular (think Myspace) etc. Whereas you own your email list and can communicate with your customers and prospects on your own terms.</p>\n<p><strong>#3.</strong> Email has more specific targeting. You can send information or announcements on product specific or geo-specific services to specific contacts that match some particular criteria.</p>\n<p>That’s not to say that you should neglect your social networks. Social is great for user engagement so don’t give up on social just yet. Email will just bring you more visitors and conversions.</p>\n<p>So how can you get started today?</p>\n<p>Well, there are quite a few WordPress email marketing plugins at your disposal. Most of them require you to use them in conjunction with email marketing service providers and only help you to create signup forms on your site. They don’t go much further than that. A few however do. <a href=\"https://semperplugins.com/subscribe2-html/\" target=\"_blank\" rel=\"noopener noreferrer\">One of those is Subscribe2 HTML</a>.</p>\n<h2>Subscribe2 HTML</h2>\n<p>Subscribe2HTML plugin is arguably one of the most comprehensive and reliable email marketing plugins for WordPress. It gives you the option of sending emails on a per-post basis or periodically in a newsletter format.</p>\n<p>It manages your email lists in a straightforward way. For example, you don’t need to log in to compose an email every time before sending one. This comes in handy when you need to send out timely post updates – a great feature for high traffic blogs.</p>\n<p>There are two subscription options for Subscribe2 HTML: Registered Subscribers and Public Subscribers. Registered Subscribers are users who have subscribed to your blog and are consequently required to log-in to your site to manage their subscriptions. They can opt to receive either plain text or HTML emails. You can send them post notifications by category; and they can choose whether they want just the excerpt or the full post. (If they don’t make a choice, they will get the full post when they select the plain text option).</p>\n<div id=\"attachment_3261\" style=\"width: 391px\" class=\"wp-caption aligncenter\"><img class=\" wp-image-3261\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/subscribe2.png\" alt=\"Suscribe2HTML is full of features and can be configured in any way you like.\" width=\"381\" height=\"462\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/subscribe2.png 610w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-248x300.png 248w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-206x250.png 206w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-100x121.png 100w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-150x182.png 150w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-200x242.png 200w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-300x363.png 300w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-450x545.png 450w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-600x727.png 600w\" sizes=\"(max-width: 381px) 100vw, 381px\" /><p class=\"wp-caption-text\">Suscribe2HTML is full of features and can be configured in any way you like.</p></div>\n<p>Public Subscribers can sign up through an online form. However, their subscription only starts when they confirm the subscription request via email. They do not get to choose between an excerpt or plain text version of an email.</p>\n<p>As an admin, you can subscribe or unsubscribe users and send emails to all verified subscribers. You also have a selection of email templates to choose from.</p>\n<p>There are additional options and settings available, like choosing the frequency of your emails and the time of day to send them. The plugin is all about automation to save you valuable time.</p>\n<h2>3 Effective strategies to Grow Your Email List</h2>\n<h3>Content</h3>\n<p>Consistently creating great content is the advice you always hear and read about when looking for ways to increase traffic to your blog and to grow your email list. That’s all good and true, but have you heard of a content upgrade? It’s a simple and highly effective strategy to grow your email list.</p>\n<p>How it works:</p>\n<ol>\n<li>Write an engaging blog post.</li>\n<li>Create a more in-depth version of the post.</li>\n<li>Give readers the option to read the upgraded content in return for their email address.</li>\n</ol>\n<p>This strategy works on the basis that your readers are already interested in the blog post since they clicked on it. So, a content upgrade plays on that interest by offering more. It’s simple, straightforward and highly effective.</p>\n<h3>Opt-In Forms</h3>\n<p>Like you’ve heard over and over again (and seen on many high-traffic sites), opt-in forms are the way to go when growing your email list. It’s worth mentioning again in this post. Whether you’re offering an eBook, white paper or free software, opt-in forms will increase your email subscriptions.</p>\n<p>The key is not to offer as many incentives as you can. The most efficient strategy is to pick a high-value incentive and place it in appropriate areas of your site (the sidebar, pop-ups, blog post, footer, etc.). This strategy is especially great for small businesses that don’t have the time or the manpower to produce upgraded content for every blog post.</p>\n<h3>Social Proof</h3>\n<p>A majority of online users rely on ratings, popularity and reviews in making purchasing decisions. Social proof is very important and shouldn’t be underestimated.</p>\n<p>That being said, you should focus on your numbers. Add up all your followers and subscribers on all channels and put the total out there. The bigger the number, the more impressive.</p>\n<p>In fact, various research studies have shown that social proof has more impact on behavior than financial, environmental and personal incentives.</p>\n<p>Would you also like to be included in our email list? Go to <a href=\"https://semperplugins.com/\">our homepage</a> and enter your email address to subscribe!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"9 Steps to Clean Your WordPress Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/how-to-clean-your-wordpress-database/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://semperplugins.com/how-to-clean-your-wordpress-database/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Apr 2017 13:00:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"WordPress database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3225/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:422:\"Is your WordPress database a mess? Have you been complaining about it since time immemorial? Well, then your WordPress site might be as bloated as you were after that marvelous Thanksgiving dinner at your mom’s. If your site has been<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-clean-your-wordpress-database/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Derek Iwasiuk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9209:\"<p><img class=\"size-full wp-image-3232 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database.jpg\" alt=\"\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>Is your WordPress database a mess? Have you been complaining about it since time immemorial? Well, then your WordPress site might be as bloated as you were after that marvelous Thanksgiving dinner at your mom’s. If your site has been live for a while now, <strong>chances are that its database has acquired quite a bit of garbage and is demanding a spring clean</strong>.</p>\n<p>The trick to maintaining a database is to clean it regularly to prevent the accumulation of unnecessary data. However, we are guessing that you have been skimping on the cleaning bit, which is why you are here today. Therefore, without wasting time, we will tell you how to clean up that database in a few easy steps.</p>\n<h2><strong>#1. Basic Ground Rules</strong></h2>\n<p>Before you take on the massive task of spring-cleaning, you must ensure that your valuables are safe and sound. Losing a single system file can mess up your website entirely and can cause you to lose thousands of dollars in revenue.</p>\n<p>So start by creating copies of important files and create a backup of your entire website. You should definitely<a href=\"https://ithemes.com/purchase/backupbuddy/\" target=\"_blank\" rel=\"noopener noreferrer\"> check out Backupbuddy from our friends at iThemes</a>. It’s a great plugin that allows you to schedule automatic full or database-only backups, and we highly recommend it.</p>\n<h2><strong>#2. Screen Through the Clutter</strong></h2>\n<p>Do you remember how yard sales used to work before Craigslist and eBay came along? Just like separating the valuables from trash, you need to pick out the plugins you use and the ones you don’t.</p>\n<p>You can easily get started by going through your complete list of plugins in your WordPress dashboard. Go to your admin panel and click on Plugins. Next, go to Installed Plugins and click on Inactive at the top of the screen.</p>\n<p>Eliminating unused plugins should easily free up a couple of bytes and is the first step towards cleaning up your WordPress database.</p>\n<h2><strong>#3. Time For a Purge </strong></h2>\n<p>This might sound very ominous (esp. to the ones familiar with the popular movie franchise), but it is the best way to free up space. After deleting all unused plugins you should start cleaning out post data.</p>\n<p>If you have been using WordPress from a while, you might not be as surprised to know that all your post data is being stored in your website database. You can find it all in the wp_postmeta table, and you can run this query to get rid of all superfluous data:</p>\n<blockquote><p>DELETE FROM wp_postmeta WHERE meta_key = ‘your-meta-key</p></blockquote>\n<p>Always remember to replace the last part with the value that has to be cleared out.</p>\n<h2>#4. <strong>Take Care of Spam</strong></h2>\n<p>Spam is no longer restricted to your inbox. If you look through your database carefully, you will find tons of spam comments as well. These include promotional features and unscrupulous backlinks that other sites use to eat their way into your SEO. Monitoring comments is an essential practice that is currently underrated.</p>\n<p>The easiest way to manage spam comments on your site is to execute this query:</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_approved = ‘spam’;</p></blockquote>\n<p>If you are currently <a href=\"https://semperplugins.com/wordpress-multisite/\" target=\"_blank\" rel=\"noopener noreferrer\">using a multi-site installation of WordPress</a>, you may like to try the following query:</p>\n<blockquote><p>DELETE FROM wp_#_comments WHERE comment_approved = ‘spam’;</p></blockquote>\n<h2>#5. <strong>What About Comments Waiting on Moderation?</strong></h2>\n<p>As a WordPress website/blog admin, you have the power to delete all comments that are awaiting moderation. This eliminates the need of unnecessarily going through each and every spam comment that you haven’t yet moderated.</p>\n<p>Just a word of advice: go through the list once to approve all genuine comments before running this query:</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_approved = ‘0’;</p></blockquote>\n<h2><strong>#6. Taking Care of Unused Tags</strong></h2>\n<p>This has happened to almost all of us. When we were new at blogging, we created a few hundred tags thinking we would use them from time to time. And now that we post regularly, we hardly ever change tags. We use the most common ones and stick to those.</p>\n<p>Don’t be surprised if you have completely forgotten about a score of tags that you exist on your website database (thanks to your wild imaginative powers). Fortunately, we have a query that will take care of all unused tags, but be sure to check the ones that you do use before running this query:</p>\n<blockquote><p>DELETE FROM wp_terms wt<br />\nINNER JOIN wp_term taxonomy wtt ON wt.term_id = wtt.term_id WHERE wtt.taxonomy = ‘post_tag’ and wtt.count = 0;</p></blockquote>\n<p>Check out some of our earlier posts if you are unsure about <a href=\"https://semperplugins.com/categories-and-tags/\" target=\"_blank\" rel=\"noopener noreferrer\">the differences between categories & tags and how to use them</a>.</p>\n<h2>#7. <strong>Bid Farewell to Pingbacks</strong></h2>\n<p>If you are currently using a setting that has turned off the option of accepting pingbacks, then you may want to use the following code. This will remove every pingback ever made to your website from your database.</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_type = ‘pingback’;</p></blockquote>\n<p>Again, if you are currently <a href=\"https://semperplugins.com/wordpress-multisite/\" target=\"_blank\" rel=\"noopener noreferrer\">using a multisite installation</a>, you may try using the next one. just remember to replace # with your current site id.</p>\n<blockquote><p>DELETE FROM wp_#_comments WHERE comment_type = ‘pingback’;</p></blockquote>\n<h2><strong>#8. No more Post Revisions</strong></h2>\n<p>Post revisions are indeed necessary for blogs, but once you see the space they take up on your database, you won’t think twice about bidding them farewell. They grow fast and exponentially. You can clear them out at one go using the next query:</p>\n<blockquote><p>DELETE a, b, c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br />\nLEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = ‘revision’</p></blockquote>\n<p>You can even chose to disable all post revisions for your website using the following SQL code:</p>\n<blockquote><p>define(‘WP_POST_REVISIONS’), false);</p></blockquote>\n<h2>#9. Getting Rid of Trackbacks</h2>\n<p>Your final step should be getting rid of all old trackbacks. To make sure that nothing goes wrong, double check so that all your pingbacks and trackbacks have been disabled before trying the next SQL code:</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_type = ‘trackback’;</p></blockquote>\n<p>For multisite users, the next query should be more profitable. You can use this one to clean out all your trackbacks at one go. Like previous ones, replace # with your current site ID to remove all of your site’s trackbacks.</p>\n<blockquote><p>DELETE FROM wp_#_comments WHERE comment_type = ‘trackback’;</p></blockquote>\n<p>Besides these, you can also scrap your old posts once your audience has fallen out of love with them. This might be difficult at first, but many old posts are nothing but unwarranted burden for WordPress databases.</p>\n<p>If you are new and quite lost with the new set of codes, queries and rules we were talking about right here, leave your maintenance <a href=\"https://wordpress.org/plugins/wp-optimize/\" target=\"_blank\" rel=\"noopener noreferrer\">to seasoned plugins like Optimize</a>. They work great with multisite installations as well, and include extensive options for managing and removing unused tables.</p>\n<p>This article has been written by Derek Iwasiuk from <a href=\"https://engagethecrowd.com/minneapolis-seo-services/\" target=\"_blank\" rel=\"noopener noreferrer\">www.engagethecrowd.com</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://semperplugins.com/how-to-clean-your-wordpress-database/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"A Glance at the Past & Future of Keyword Research\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://semperplugins.com/past-and-future-of-keyword-research/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/past-and-future-of-keyword-research/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 11:27:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"keyword research\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"semantic search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"user intent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3155/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:424:\"While getting started on a brand new SEO campaign, often the first thing you would be doing is keyword research. It is supposed to provide the much-needed skeletal framework for your campaign and has proven to be a vital technique for a<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/past-and-future-of-keyword-research/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Walter Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5004:\"<p><img class=\"size-full wp-image-3689 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured.jpg\" alt=\"Semantic search has drastically changed the way we, as search optimizers, perceive keyword research. Let\'s take a look at the past and what the future has to offer.\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/09/future-of-keyword-research-featured-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>While getting started on a brand new SEO campaign, often the first thing you would be doing is keyword research. It is supposed to provide the much-needed skeletal framework for your campaign and has proven to be a vital technique for a long time now. However, during the last few years, keyword research has changed dramatically, it has experienced fascinating evolutions and has somewhat become less relevant in more ways than one.</p>\n<h2><strong>Why Is Keyword Research Important?</strong></h2>\n<p>Keyword research is essential to ensure that your content satisfies inbound visitors and that all incoming queries are directly related to your business.</p>\n<p>You can find out which queries offer low competition, allowing you to selectively target vital keywords and phrases to include in your site’s content. Identifying keywords and keeping track of them serves as an important metric that you can utilize to gauge your campaign’s effectiveness, by keeping track of rankings over a period of time.</p>\n<h2><strong>Back In Time</strong></h2>\n<p>In the past, SEO seemed to be really simple. You stuffed your keywords all over your page’s content, into each and every meta tag, and prayed for the best.</p>\n<p>With the help of Google Analytics, Google offered lots of data about how individuals were searching, and exactly how they came across your site through keywords. Moreover, once you had access to a list of keywords which ensured low competition but high traffic, you could at once start optimizing your content to target those queries.</p>\n<p>Most Google searches would feature one-to-one relationships. During those days, Google would take your words and find near exact matches on the web.</p>\n<h2><strong>What’s that, Hummingbird?</strong></h2>\n<p>In 2013, Google launched its Hummingbird algorithm update.</p>\n<p>This update presented a whole new concept called ‘semantic search’ that revolutionized the way Google handles queries. Instead of taking the user’s words and looking for appropriate matches online, Google evaluates the intention that is behind a user’s query and then determines which content is relevant.</p>\n<p>Even though it looks like an insignificant difference, in reality, it has a great impact on the way we should perceive keywords. The faster that semantic search evolved, the more power that individual keywords lost, giving way to long-tail keywords and topical themes.</p>\n<h2><strong>Forecasting the Future</strong></h2>\n<p><a href=\"https://semperplugins.com/keyword-research-trends-that-matter-in-2017/\">In our recent post on keyword research trends</a>, we discussed how new technologies drastically impact the manner in which searches are conducted. Digital assistants such as Cortana and Siri are motivating users to perform searches through speech and are fundamentally changing the way queries are entered.</p>\n<p>Other innovations such as augmented reality, wearables, and virtual reality could be having the same and complementary effect, by compelling users to alter the manner in which they search. New kinds of interfaces and (even) smaller screens will soon be changing the way we interact with search engines.</p>\n<h2><strong>Conclusion</strong></h2>\n<p>Keyword research is bound to change and will not remain in its present form forever. We will be witnessing an iterative and gradual transition to a whole new search research system that is based specifically on the latest technologies and current search trends. You better prepare yourself mentally for a few drastic changes during the next decade.</p>\n<p>This article has been written by Walter Moore from <a href=\"https://www.gingerdomain.com/\">gingerdomain.com</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://semperplugins.com/past-and-future-of-keyword-research/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"https://semperplugins.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 02 Nov 2017 04:48:36 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:5:\"30655\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:3:\"p3p\";s:69:\"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:62:\"<https://semperplugins.com/wp-json/>; rel=\"https://api.w.org/\"\";s:17:\"x-tec-api-version\";s:2:\"v1\";s:14:\"x-tec-api-root\";s:50:\"https://semperplugins.com/wp-json/tribe/events/v1/\";s:16:\"x-tec-api-origin\";s:25:\"https://semperplugins.com\";s:10:\"set-cookie\";a:6:{i:0;s:44:\"PHPSESSID=7chpoekh5ccm0vnoinok6cmgn7; path=/\";i:1;s:120:\"wpml_referer_url=https%3A%2F%2Fsemperplugins.com%2Ffeed%2F; expires=Fri, 03-Nov-2017 04:48:35 GMT; Max-Age=86400; path=/\";i:2;s:86:\"_icl_current_language=en; expires=Fri, 03-Nov-2017 04:48:35 GMT; Max-Age=86400; path=/\";i:3;s:70:\"Cart66DBSID=ER94BHA0XEKB3FMZ6NVFIKC6LCBNJHS68W2C75KP; path=/; HttpOnly\";i:4;s:107:\"wfvt_986099475=59faa3a3eebcd; expires=Thu, 02-Nov-2017 05:18:35 GMT; Max-Age=1800; path=/; secure; HttpOnly\";i:5;s:86:\"_icl_current_language=en; expires=Fri, 03-Nov-2017 04:48:35 GMT; Max-Age=86400; path=/\";}s:13:\"last-modified\";s:29:\"Wed, 11 Oct 2017 15:36:14 GMT\";s:4:\"etag\";s:39:\"\"e1491e0716ac0323b4a7e7d1ad718782-gzip\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911010210\";}','no'),(1622,'_transient_timeout_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1509641316','no'),(1623,'_transient_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1509598116','no'),(1624,'_transient_timeout_aioseop_feed','1509641316','no'),(1625,'_transient_aioseop_feed','a:4:{i:0;a:4:{s:3:\"url\";s:65:\"https://semperplugins.com/choosing-the-right-domain-name-for-seo/\";s:5:\"title\";s:38:\"Choosing the Right Domain Name for SEO\";s:4:\"date\";s:13:\"Sep 12th 2017\";s:7:\"content\";s:131:\"\nBack in the day, way way back, your website domain could have had a major impact on your site’s rankings. That changed a few ...\";}i:1;a:4:{s:3:\"url\";s:66:\"https://semperplugins.com/how-to-come-up-with-great-content-ideas/\";s:5:\"title\";s:39:\"How to Come up with Great Content Ideas\";s:4:\"date\";s:13:\"Aug 29th 2017\";s:7:\"content\";s:131:\"\nDo you spend hours staring at a blank computer screen or piece of paper, desperately racking your brain for just one great cont...\";}i:2;a:4:{s:3:\"url\";s:64:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/\";s:5:\"title\";s:40:\"How to Build a Landing Page in WordPress\";s:4:\"date\";s:12:\"Jul 7th 2017\";s:7:\"content\";s:131:\"\nWhat a lot of people don’t know is that you can build great landing pages for your WordPress site without having to break...\";}i:3;a:4:{s:3:\"url\";s:64:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/\";s:5:\"title\";s:52:\"WordPress Will Require Users to Have HTTPS This Year\";s:4:\"date\";s:12:\"Jun 6th 2017\";s:7:\"content\";s:131:\"\nWordPress founder, Matt Mullenweg, recently announced that the software will require all hosts to have HTTPS for certain Word...\";}}','no'),(1626,'_site_transient_timeout_community-events-12581b9b2a7e8f354f205560c47f9962','1509641321','no'),(1627,'_site_transient_community-events-12581b9b2a7e8f354f205560c47f9962','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.173.46.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress maintenance for heavy traffic sites\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982937/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:80:\"Open House Meetup - WordPress\'s use in various domains like Blogging & Ecommerce\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/244581278/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-11 16:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.63438;s:9:\"longitude\";d:77.222014999999999;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"Adding custom fields in WP DB\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983000/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-18 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"Setting Custom Page for WP\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242983020/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-25 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"Choosing between WordPress.com and Self-hosted\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-New-Delhi/events/242982950/\";s:6:\"meetup\";s:25:\"WordPress New Delhi (NCR)\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2017-11-25 16:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Delhi, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:28.703849999999999;s:9:\"longitude\";d:77.133769999999998;}}}}','no'),(1628,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1509641329','no'),(1629,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:38:\"https://wordpress.org/?v=4.9-RC1-42056\";s:7:\"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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5035\";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:\"WordPress 4.8.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.2 and earlier are affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:1337:\"<p>WordPress 4.8.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.2 and earlier are affected by an issue where <code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.3.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5035\";s: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:\"Tue, 31 Oct 2017 04:42: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:8:\"category\";a:2:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";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:\"The release candidate for WordPress 4.9 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, 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.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4963\";s: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2017 WordPress Survey and WordCamp 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59: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:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";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:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1067:\"<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" data-recalc-dims=\"1\" /></a><figcaption>WordCamp US in Nashville</figcaption></figure>\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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/2017/10/wordpress-4-9-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:\"Wed, 25 Oct 2017 07:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4962\";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:364:\"WordPress 4.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2446:\"<p>WordPress 4.9 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42020&stop_rev=41940&limit=100&sfp_email=&sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet’s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 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/2017/10/wordpress-4-9-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, 19 Oct 2017 05:18: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4953\";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:364:\"WordPress 4.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Weston Ruter\";s: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:3479:\"<p>WordPress 4.9 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2 and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in Beta 3. A few of these newest changes to take note of in particular:</p>\n<ul>\n<li>The plugin/theme editors now show files in a scrollable expandable tree list. See <a href=\"https://core.trac.wordpress.org/ticket/24048\">#24048</a>.</li>\n<li>Backwards compatibility has been improved for MediaElement.js, which is upgraded from 2.2 to 4.2. See <a href=\"https://core.trac.wordpress.org/ticket/42189\">#42189</a>.</li>\n<li>When you create post stubs in the Customizer (such as for nav menu items, for the homepage or the posts page), if you then schedule your customized changes or save them as a draft, then these Customizer-created posts will appear in the admin as “Customization Drafts”; these drafts can be edited before your customized changes are published, at which time these posts (or pages) will also be automatically published. See <a href=\"https://core.trac.wordpress.org/ticket/42220\">#42220</a>.</li>\n<li>Theme browsing and installation experience in the Customizer has seen some bugfixes (e.g. <a href=\"https://core.trac.wordpress.org/ticket/42215\">#42215</a> and <a href=\"https://core.trac.wordpress.org/ticket/42212\">#42212</a>), with some known remaining issues outstanding <a href=\"https://core.trac.wordpress.org/ticket/42052\">in Safari</a>.</li>\n<li>There is now a callout on the dashboard to install and activate Gutenberg. See <a href=\"https://core.trac.wordpress.org/ticket/41316\">#41316</a>.</li>\n<li>Menus in the Customizer have seen additional usability improvements. See <a href=\"https://core.trac.wordpress.org/ticket/36279\">#36279</a> and <a href=\"https://core.trac.wordpress.org/ticket/42114\">#42114</a>.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Many refinements<br />\nExist within this release;<br />\nCan you find them all?</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-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, 12 Oct 2017 06:29: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:8:\"category\";a:2:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";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:364:\"WordPress 4.9 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.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1651:\"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4946\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Oct 2017 05:54:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4926\";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.9 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s: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:9159:\"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href=\"https://make.wordpress.org/core/4-9/\">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>) and scheduling (<a href=\"https://core.trac.wordpress.org/ticket/28721\">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href=\"https://core.trac.wordpress.org/ticket/39896\">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/39275\">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37661\">#37661</a>).</li>\n<li>Gallery widget (<a href=\"https://core.trac.wordpress.org/ticket/41914\">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/10457\">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/40854\">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href=\"https://core.trac.wordpress.org/ticket/34115\">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href=\"https://core.trac.wordpress.org/ticket/42039\">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/40104\">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href=\"https://core.trac.wordpress.org/ticket/39692\">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href=\"https://core.trac.wordpress.org/ticket/38652\">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href=\"https://core.trac.wordpress.org/ticket/21622\">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href=\"https://core.trac.wordpress.org/ticket/23120\">#23120</a>, <a href=\"https://core.trac.wordpress.org/ticket/41610\">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href=\"https://core.trac.wordpress.org/ticket/12423\">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href=\"https://core.trac.wordpress.org/ticket/41897\">#41897</a>)</li>\n<li>Addition of global notifications area (<a href=\"https://core.trac.wordpress.org/ticket/35210\">#35210</a>), panel and section notifications (<a href=\"https://core.trac.wordpress.org/ticket/38794\">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/37727\">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/42022\">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href=\"https://core.trac.wordpress.org/ticket/42083\">#42083</a>, <a href=\"https://core.trac.wordpress.org/ticket/37964\">#37964</a>, <a href=\"https://core.trac.wordpress.org/ticket/36167\">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href=\"https://core.trac.wordpress.org/ticket/30738\">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href=\"https://core.trac.wordpress.org/ticket/37038\">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href=\"https://core.trac.wordpress.org/ticket/41722\">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href=\"https://core.trac.wordpress.org/ticket/35293\">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href=\"https://core.trac.wordpress.org/ticket/41562\">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href=\"https://core.trac.wordpress.org/ticket/39686\">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href=\"https://core.trac.wordpress.org/ticket/33981\">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href=\"https://core.trac.wordpress.org/ticket/21819\">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href=\"https://core.trac.wordpress.org/ticket/35218\">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40180\">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href=\"https://core.trac.wordpress.org/ticket/40228\">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href=\"https://core.trac.wordpress.org/ticket/38645\">#38645</a>).</li>\n<li>Multisite: Initialize a user’s roles correctly when setting them up for a different site (<a href=\"https://core.trac.wordpress.org/ticket/36961\">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href=\"https://core.trac.wordpress.org/ticket/38583\">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href=\"https://core.trac.wordpress.org/ticket/39677\">#39677</a>).</li>\n<li>Remove SWFUpload (<a href=\"https://core.trac.wordpress.org/ticket/41752\">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href=\"https://core.trac.wordpress.org/ticket/16470\">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href=\"https://make.wordpress.org/core/tag/4-9/\">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Oct 2017 08:00: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4920\";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:340:\"This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5634:\"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href=\"https://ma.tt/2017/09/on-react-and-wordpress/\">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href=\"https://ma.tt/2017/09/facebook-dropping-patent-clause/\">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href=\"https://github.com/WordPress/gutenberg/pull/2463\">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href=\"https://donatewc.org/\">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href=\"https://donatewc.org/make-a-donation/\">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">the first WordCamp Incubator Program</a>, the Community Team is <a href=\"https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/\">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and follow the <a href=\"https://make.wordpress.org/community/\">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href=\"https://www.meetup.com/pro/wordpress/\">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href=\"https://make.wordpress.org/core/2017/09/07/removing-swfupload/\">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href=\"https://make.wordpress.org/core/2017/08/31/gutenberg-themes/\">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href=\"http://applyfilters.fm/\"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href=\"https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/\">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href=\"https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/\">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href=\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/\">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Global WordPress Translation Day 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:70:\"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2017 11:56:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:32:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"polyglots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=4915\";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:398:\"On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third Global WordPress Translation Day, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4124:\"<p><span style=\"font-weight: 400\">On September 30 2017, the WordPress Polyglots Team – whose mission is to translate WordPress into as many languages as possible – will hold its third <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span style=\"font-weight: 400\">The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span style=\"font-weight: 400\">In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span style=\"font-weight: 400\">The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span style=\"font-weight: 400\">In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span style=\"font-weight: 400\">A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span style=\"font-weight: 400\">Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">448 translators worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">50 local events worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">54 locales involved</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">40350 strings translated, in</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">780 translators worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">67 local events worldwide</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">133 locales involved</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">60426 strings translated, in</span></li>\n<li><span style=\"font-weight: 400\"> </span><span style=\"font-weight: 400\">590 projects</span></li>\n</ul>\n<p><span style=\"font-weight: 400\">We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span style=\"font-weight: 400\">A full press release is available, along with more information and visual assets at </span><a href=\"https://wptranslationday.org/press/\"><span style=\"font-weight: 400\">wptranslationday.org/press</span></a>.</p>\n<p><span style=\"font-weight: 400\">For any additional information please don’t hesitate to contact the event team on </span><a href=\"mailto:press@wptranslationday.org\"><span style=\"font-weight: 400\">press@wptranslationday.org</span></a><span style=\"font-weight: 400\">.</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:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.8.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Sep 2017 22:17:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=4909\";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:392:\"WordPress 4.8.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.8.1 and earlier are affected by these security issues: $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2844:\"<p>WordPress 4.8.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.8.1 and earlier are affected by these security issues:</p>\n<ol>\n<li><code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://hackerone.com/slavco\">Slavco</a></li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the oEmbed discovery. Reported by xknown of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the visual editor. Reported by <a href=\"https://twitter.com/brutelogic\">Rodolfo Assis (@brutelogic)</a> of Sucuri Security.</li>\n<li>A path traversal vulnerability was discovered in the file unzipping code. Reported by <a href=\"https://hackerone.com/noxrnet\">Alex Chapman (noxrnet)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the plugin editor. Reported by 陈瑞琦 (Chen Ruiqi).</li>\n<li>An open redirect was discovered on the user and term edit screens. Reported by <a href=\"https://hackerone.com/ysx\">Yasin Soliman (ysx)</a>.</li>\n<li>A path traversal vulnerability was discovered in the customizer. Reported by Weston Ruter of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in template names. Reported by <a href=\"https://hackerone.com/sikic\">Luka (sikic)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the link modal. Reported by <a href=\"https://hackerone.com/qasuar\">Anas Roubi (qasuar)</a>.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.8.2 contains 6 maintenance fixes to the 4.8 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.8.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.2&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.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.8.2.</p>\n<p>Thanks to everyone who contributed to 4.8.2.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 02 Nov 2017 04:48:49 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 31 Oct 2017 14:20:16 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:\"20130911010210\";}','no'),(1630,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1509641329','no'),(1631,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1509598129','no'),(1632,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1509641329','no'),(1633,'_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:97:\"WPTavern: Gutenberg 1.6 Improves Writing Experience, Moves Block Toolbar to the Top of the 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:29:\"https://wptavern.com/?p=76182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/gutenberg-1-6-improves-writing-experience-moves-block-toolbar-to-the-top-of-the-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:6408:\"<p>The Gutenberg plugin’s Halloween release (<a href=\"https://make.wordpress.org/core/2017/10/31/whats-new-in-gutenberg-31st-october/\" rel=\"noopener\" target=\"_blank\">version 1.6</a>) includes major updates to the writing experience and many performance improvements. The block toolbar has been <a href=\"https://github.com/WordPress/gutenberg/pull/2998\" rel=\"noopener\" target=\"_blank\">relocated to the top of the editor</a>, a suggestion that was mocked up and described in detail in a post on the Yoast SEO blog proposing <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">an alternative approach for Gutenberg</a>.</p>\n<p>Prior to version 1.6, users could inadvertantly end up in a situation like the screenshot below – with tools and toggles popping into view from all sides of a block.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-5.17.46-PM.png?ssl=1\"><img /></a>Gutenberg prior to version 1.6\n<p>Previously, any small mouse move would pull the block toolbar back into view, which made for a somewhat jarring writing experience. Gutenberg 1.6 makes the block toolbar completely independent of the content by fixing it to the top of the editor. This move reduces the amount of visual distraction in the writing zone, while keeping the toolbar accessible in a way that is familiar to users coming from the Classic Editor.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-5.24.34-PM-e1509575932134.png?ssl=1\"><img /></a></p>\n<p>The toolbar will automatically adjust to display tools specific to the block type that is in focus, so that users don’t have to sift through other tools that are not applicable to that specific type of content. It does not show if no blocks are selected.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/gutenberg-block-toolbar.gif?ssl=1\"><img /></a></p>\n<p>In the ticket proposing the change, Gutenberg designer Joen Asmussen describes it as part of a larger effort to <a href=\"https://github.com/WordPress/gutenberg/issues/2983\" rel=\"noopener\" target=\"_blank\">try to reduce the visual weight of the block</a>.</p>\n<p>“The cognitive load of the chrome we show around and in context of the block unit has been an ongoing topic for a while,” Asmussen said. “Concerns have been noted that it feels heavy, there are many toolbars, options, and it gets in the way of writing.”</p>\n<p>Placing the block toolbar to the top of the editor is a strong move toward making blocks feel lighter, and version 1.6 includes several other UI tweaks along the same theme. It introduces an alternate style for block boundaries and multi-selection that removes the previous hover and selected styles for blocks, which were somewhat heavy-handed and distracting. Instead, hovering over blocks will simply bring the floating settings dots into view on the side of the block. Contributors also redesigned the selection styles to be more subtle, making the separator, more, and button UI items feel more lightweight.</p>\n<p>Other visual changes include:</p>\n<ul>\n<li>Engage “edit” mode when using arrow keys (hides UI)</li>\n<li>Complete rework of arrow keys navigation between blocks—faster, clearer, and respects caret position while traversing text blocks</li>\n<li>Added keyboard shortcuts to navigate regions</li>\n<li>Implement multi-selection mode using just arrow with shift keys and support horizontal arrows</li>\n<li>Change visual style of multi-selected blocks so it has the same color as highlighted text does</li>\n</ul>\n<p>Gutenberg 1.6 introduces the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/3179\" rel=\"noopener\" target=\"_blank\">convert a classic block (post) into several Gutenblocks</a>. The resulting divided block is fairly instantaneous.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-6.47.03-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor\" rel=\"noopener\" target=\"_blank\">Version 1.5</a> of the plugin added initial support for meta boxes in an Extended Settings panel beneath the post content. Version 1.6 changes the UI to make meta boxes part of the main column, instead of a collapsible box. Plugin developers had complained that the UI gave the impression of having been pinned to the bottom as “a bit of an afterthought.”</p>\n<p>“I think the current design does meta boxes a real disservice,” one tester, Patrick B., <a href=\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor#comment-238575\" rel=\"noopener\" target=\"_blank\">commented</a> on our post. “The current layout and the section heading, “Extended Settings,” makes it look and feel like a bit of an afterthought. Undoubtably, many meta boxes will be able to be moved to their own blocks, but there will still be situations where what is contained under Extended Settings is essential to putting together a page but isn’t appropriate as a block. In that case, Extended Settings just doesn’t feel right and seems easily forgettable. That could create an awkward publishing experience, especially when those fields are required to publish.”</p>\n<p>Meta boxes now appear below the content without the Extended Settings label and individual accordion items are toggled closed by default. The bottom section appears regardless of whether or not the sidebar Settings panel is toggled open, so it is always there. This is a change from the previous release where toggling the sidebar Settings panel open was required to see the Extended Settings panel.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-01-at-7.04.00-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.6 is a fairly large release with several dozen fixes and performance improvements. For a full list of all the changes, check out the <a href=\"https://make.wordpress.org/core/2017/10/31/whats-new-in-gutenberg-31st-october/\" rel=\"noopener\" target=\"_blank\">release post</a> from Matias Ventura and the plugin’s <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 00:18:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: WPWeekly Episode 293 – WordPress 4.8.3, RIP Firebug, and Patreon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76200&preview=true&preview_id=76200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wpweekly-episode-293-wordpress-4-8-3-rip-firebug-and-patreon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2805:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week including, a behind the scenes look at how WordPress 4.8.3 was released, WordPress 4.9 RC1, and Patreon launching an app directory along with a free WordPress plugin. We also talk about the difficulties of surveys, from asking the right questions, to organizing the data obtained from them. Last but not least, we pour one out for Firebug.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-8-3-a-security-release-six-weeks-in-the-making\">WordPress 4.8.3, A Security Release Six Weeks in the Making</a><br />\n<a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">WordPress 4.9 Release Candidate 1 Released</a><br />\n<a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\">WordPress 4.9 Will Support Shortcodes and Embedded Media in the Text Widget</a><br />\n<a href=\"https://wptavern.com/patreon-launches-app-directory-and-free-wordpress-plugin-for-membership-sites\">Patreon Launches App Directory and Free WordPress Plugin for Membership Sites</a><br />\n<a href=\"https://wptavern.com/results-from-the-2017-wordpress-user-survey-are-not-guaranteed-to-be-shared\">Results From the 2017 WordPress User Survey Are Not Guaranteed to Be Shared</a><br />\n<a href=\"https://online.wpcampus.org/\">Call For Speakers for WPCampus Online</a><br />\n<a href=\"https://wptavern.com/goodnight-firebug\">Goodnight Firebug</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://heropress.com/essays/family-well-loved/\">A Family Well Loved</a>, a HeroPress essay I contributed too about Kim Parsell and her love for the WordPress community.</p>\n<p><a href=\"https://wordpress.org/plugins/transients-manager/\">Transients Manager</a> by Pippin Williamson is a developer’s tool that provides a UI to manage your site’s transients. You can view, search, edit, and delete transients at will. A toolbar option is also provided that allows you to suspend transient updates to help with testing and debugging.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 8th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #293:</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:\"Wed, 01 Nov 2017 22:41: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: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:97:\"WPTavern: Scotch School Offers Free Course on Getting Started with JavaScript for Web Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76168\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/scotch-school-offers-free-course-on-getting-started-with-javascript-for-web-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2848:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-11-01-at-4.07.32-PM-e1509570496371.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://scotch.io/\" rel=\"noopener\" target=\"_blank\">Scotch School</a>, a developer resource with video training and tutorials, is offering its <a href=\"https://scotch.io/courses/getting-started-with-javascript\" rel=\"noopener\" target=\"_blank\">Getting Started with JavaScript for Web Development</a> course for free through the end of this week. If you’re just now getting started on your journey to <a href=\"https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" rel=\"noopener\" target=\"_blank\">learning JavaScript deeply</a>, this 23-lesson video course from <a href=\"https://twitter.com/chrisoncode\" rel=\"noopener\" target=\"_blank\">Chris Sevilleja</a> offers a quick foundation on the basics with 4.7 hours of learning and hands-on practice.</p>\n<p>The course includes lessons that introduce students to the following concepts:</p>\n<ul>\n<li>Types and Variables</li>\n<li>Operators</li>\n<li>Comparisons</li>\n<li>Conditionals, Flow, and Loops</li>\n<li>Functions</li>\n<li>Objects</li>\n<li>Built-in Objects</li>\n</ul>\n<p>After completing the fundamentals, students move on to build a couple of starter applications. At the end of the course Sevilleja guides students through building a bookmarking type application for grabbing links from the web and storing them in local storage. Code for the course is available on GitHub and requires a basic set of tools: a browser with support for ES6 features, DevTools and the console, and a code editor.</p>\n<p>The course is targeted at those who have already learned HTML and CSS but don’t know JavaScript yet. It’s also helpful for developers who have jumped into jQuery, Angular, React, or other libraries but haven’t taken the time to learn the core language first.</p>\n<p>The Scotch School has two other free courses at the moment: <a href=\"https://scotch.io/courses/10-need-to-know-javascript-concepts\" rel=\"noopener\" target=\"_blank\">10 Need to Know JavaScript Concepts</a> and <a href=\"https://scotch.io/courses/build-an-online-shop-with-vue\" rel=\"noopener\" target=\"_blank\">Build an Online Shop with Vue</a>. The site also offers a wide selection tutorials and paid courses on using Angular, React, Sass, CSS, Git, Node, Laravel, HTML, and other technologies.</p>\n<p><a href=\"https://scotch.io/courses/getting-started-with-javascript\" rel=\"noopener\" target=\"_blank\">Getting Started with JavaScript for Web Development</a> will go back to being a paid course next week but WP Tavern readers can use a <a href=\"https://scotch.io/registering?coupon=WPTAVERN\" rel=\"noopener\" target=\"_blank\">coupon for 3 months free</a> to continue learning at the Scotch School.</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, 01 Nov 2017 21:22:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: A Family Well Loved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://heropress.com/essays/family-well-loved/#utm_source=rss&utm_medium=rss&utm_campaign=family-well-loved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15199:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/11/110117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: At WordCamp you also have opportunity to meet new people, who later become friends, & what they bring to your life is priceless. Kim Parsell, 1956-2015\" /><p>There are times when I hear a story from the WordPress community and I think “That’s a HeroPress story”, whether it has been or ever will actually be posted on the site. Some stories are just so great that you think “Wow, that’s just really great”. This week’s essay is one of those stories, but it won’t be told by the person it’s about.</p>\n<p>Kim Parsell has one of my absolute favorite HeroPress stories, but we lost her before HeroPress was even properly started. I’ve keenly felt the loss of the wisdom and joy she would have brought to HeroPress. I only met her in person once, at the last WordCamp San Francisco. She was so very much in her element, even I could see it, who barely knew her.</p>\n<p>I’ve literally spent years now, trying to think of an appropriate way to share her story on HeroPress, and I think this year I found it. The WordPress community was Kim’s family, and she was our mom. I’m going to let some of the people closest to her tell some of her story.</p>\n<p>— Topher</p>\n<blockquote class=\"light\"><p><em>From Jeff Chandler</em></p>\n<p>What did the WordPress community mean to Kim Parsell? Family.</p>\n<p>In order to understand how highly valued the WordPress community was to Kim Parsell, you first have to realize her environment.</p>\n<p>Kim was a middle-aged woman who lived off a dirt road, on top of a hill, in Southern rural Ohio. She was often by herself, taking care of the property with only a few neighbors up and down the road.</p>\n<p>She received internet access from towers that broadcasted wireless signals, similar to cell phones but at lower speeds.</p>\n<p>Through WordPress Weekly, Kim gained access to members of the WordPress community where she was able to talk to them on a weekly basis. The show and its after hours sessions provided Kim a chance to mingle with the who’s who of WordPress at the time. It helped establish long-lasting relationships that would open up future opportunities.</p>\n<p>In a location where not many around her used or even heard of WordPress, the community was an outlet for her to be around like-minded people. Kim had a blast interacting with people online and at WordCamp events. Many members of the WordPress community became her second family, a responsibility she took very seriously.</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=248\"><img class=\"wp-image-2243 size-full\" src=\"https://heropress.com/wp-content/uploads/2017/11/20071025160711_dscf2405-pano.jpg\" alt=\"\" width=\"950\" height=\"500\" /></a>My Backyard, Revisited – 10/25/2007 – Kim Parsell<br /> Autumn’s patchwork quilt has finally descended upon this area – the trees are in full fall color. This was taken yesterday morning. I tried to take this from just about the same vantage point as the previous one – I think I got pretty close!<br /> Copyright © 2007 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Carrie Dils</em></p>\n<p>When Topher asked me if I’d write a few words in remembrance of Kim, I couldn’t say YES fast enough. I told him I remembered a whole lot more about how she made me feel versus how she felt about WordPress and the community. (I suppose the saying is true that people don’t remember what you say, they remember how you made them feel).</p>\n<p>I first remember meeting Kim on Twitter, so I went back and did a search to the earliest <a href=\"https://twitter.com/search?q=%40cdils%20AND%20%40kimparsell&src=typd&lang=en\">conversations of ours</a> I could find. They dated back to January 2013, nearly two years to the date after she passed in January 2015. I will always remember Kim, along with Mika Epstein and Andrea Rennick, for their kindness to me when I was new to the community. They were the first “women of WordPress” to draw me in and make me feel at home simply by sharing themselves and their knowledge.</p>\n<p>That’s what community is, right? You share things that are personal, vulnerable even. You share your experiences. In doing that, you naturally invite others to reciprocate. That’s the environment Kim created with hundreds of others, not just me. Affectionately called #wpmom, Kim was an investor. She invested countless hours into the WordPress project (she had “props” for 5 major releases of WP and also volunteered her time for the documentation team). She invested in women who wanted to break into tech. She invested in me.</p>\n<p><a href=\"https://carriedils.com/for-you-kim/\">I still well up with tears</a> when I remember Kim. I’m proud that the WordPress Foundation now offers a scholarship in her memory. She loved this community and this community loved her right back. Her legacy lives on…</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=243\"><img class=\"size-full wp-image-2244\" src=\"https://heropress.com/wp-content/uploads/2017/11/20070930095922_dscf0913.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>Eastern Tiger – Posted on 09/30/2007 – Kim Parsell<br />An Eastern Tiger Swallowtail perches on some tall ironweed that grows down near the pond. I shot this one when I slipped away from the festivities for a little while during my family reunion back in August. Couldn’t pass up the opportunity!<br />Copyright © 2007 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Jayvie Arellano</em></p>\n<p>Kim was a self-reliant person who had a nurturing spirit, and WordPress gave her a channel by which she can channel that energy. I believe that her participation in WordCamps and the docs team enriched her life; every WC she went to, there was always someone she’s known online that she would connect with and check up on. She was concerned with everyone’s well-being.</p>\n<p>She wouldn’t be a coder in our common understanding, but she understood coders. She understood the pitfalls of an isolated life and encouraged people to reach out and be concerned for one another. Her record of kindness and generosity have set an example for a lot of others to follow.</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=235\"><img class=\"size-full wp-image-2245\" src=\"https://heropress.com/wp-content/uploads/2017/11/20070819053504_dscf0784.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>Misty Morning – Posted on 08/19/2007 – Kim Parsell<br />Storms the night before gave way to dense fog in early morning. The sun finally began to burn through, creating beautiful pools of light and long morning shadows. Copyright © 2007 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Jan Dembowski</em></p>\n<p>Kim Parsell was the sort of person who made me want to become a better human being. And the reciprocal of that is that I sought her approval for what I did, how I behaved and how I handled myself in the WordPress community and in life.</p>\n<p>Just to be clear, she never said or did anything that indicated that her approval was needed. Or that it was a condition for her friendship. But she was #wpmom and that’s just how it was for me. Our online interactions were fun and collaborating with her in the WordPress community was a learning experience for me. I used that experience to become better at my job and it showed.</p>\n<p>When I had to deal with a death in my family, she was one of the people I emailed. I needed that interaction and she was there for me with others in the community.</p>\n<p>I met Kim in person at WordCamp SF 2014. She was amazed at how everyone was treating her. All these people she had contact with and everyone was thrilled to meet her. When the time came, she gave a video presentation on the docs team. She was nervous, had some laptop troubles and didn’t feel prepared. She did fine and I was there cheering her on from the sidelines.</p>\n<p>After WCSF 2014 we stayed in touch and I would send her images of things my children did. When I got the news of her passing it was hard. But she left an amazing example. She taught me and others to take care of yourself, take care of those close to you and be a responsible person. How often do you meet someone like that? I’m so glad for having met her. Just by being herself she made me a better person.</p></blockquote>\n<hr />\n<a href=\"http://www.kpimages.net/index.php?showimage=109\"><img class=\"size-full wp-image-2249\" src=\"https://heropress.com/wp-content/uploads/2017/11/20070516131722_dscf0942-1.jpg\" alt=\"\" width=\"800\" height=\"600\" /></a>Fire at Night, Part II – Posted on 02/17/2007 – Kim Parsell<br />7/10/2005 – The colors become more brilliant as the sky darkens even more.<br />Copyright © 2005 Kim Parsell. May not be reproduced without permission. If you’d like to license an image for usage, contact me at kparsell@kpimages.net for details.\n<hr />\n<blockquote class=\"light\"><p><em>From Drew Jaynes</em></p>\n<p>Kim Parsell was driven. She knew the things she knew, and had a pretty good idea of how to find out the things she didn’t.</p>\n<p>You’d be amazed how far the simple quality of that “self starter” attitude can take you as a contributor.</p>\n<p>Don’t get me wrong, I’m not intentionally diminishing Kim to simply having the will to pull herself up by her proverbial boot straps. It’s merely to demonstrate the point that Kim’s temperament and poise in unfamiliar situations was unmatched, and that is one of the reasons why she was able to affect so much positive change in WordPress.</p>\n<p>Kim’s positive attitude and helping nature was infectious. She had the uncanny ability to walk into a room of complete strangers and walk out with a group of new friends – and newly-gleaned knowledge to go along with it.</p>\n<p>When Kim visited WordCamp San Francisco (the precursor to WordCamp US) for the first time in 2014, it was hugs all around. Literally. Kim had been contributing to WordPress for years and largely never met many of the people she’d had an opportunity to collaborate with.</p>\n<p>The community summit was being held in conjunction with WCSF that year and the only way she could afford to go was on a travel scholarship offered at the time by the foundation – the same scholarship that now justly bears her name.</p>\n<p>It was an amazing thing to see, made all the more tragic when Kim left us just a few short months later. She was well on her way to realizing her goal of being able to contribute full time and get paid for her effort.</p>\n<p>I’m sad to say Kim never got there, but her spirit lives on in the people she knew and inspired. Here’s hoping that the Kim Parsell Memorial Scholarship will serve to further inspire those who follow in her footsteps.</p></blockquote>\n<hr />\n\n<a href=\"https://heropress.com/essays/family-well-loved/img_0366/\"><img width=\"150\" height=\"150\" src=\"https://heropress.com/wp-content/uploads/2017/11/img_0366-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A view of the sunrise from Kim\'s home\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/img_1045/\"><img width=\"150\" height=\"150\" src=\"https://heropress.com/wp-content/uploads/2017/11/img_1045-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kim and Sam Sidler\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/wcphx-friday-night-firepit/\"><img width=\"150\" height=\"150\" src=\"https://heropress.com/wp-content/uploads/2017/11/wcphx-friday-night-firepit-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"WordCamp Phoenix Friday Night Firepit\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/wpdocs-team-openhelp-cropped/\"><img width=\"150\" height=\"150\" src=\"https://heropress.com/wp-content/uploads/2017/11/wpdocs-team-openhelp-cropped-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"The WP Docs Team\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/kim_wcsf14_diag/\"><img width=\"150\" height=\"150\" src=\"https://heropress.com/wp-content/uploads/2017/11/kim_wcsf14_diag-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Picture turned sideways so that a very tall Drew could be in the same picture as a very short Kim.\" /></a>\n<a href=\"https://heropress.com/essays/family-well-loved/kim_wcsf14/\"><img width=\"150\" height=\"150\" src=\"https://heropress.com/wp-content/uploads/2017/11/kim_wcsf14-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kim at WCSF\" /></a>\n\n<h3>Kim Parsell<br />\n1956-2015</h3>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Family Well Loved\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Family%20Well%20Loved&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffamily-well-loved%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Family Well Loved\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffamily-well-loved%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffamily-well-loved%2F&title=A+Family+Well+Loved\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Family Well Loved\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/family-well-loved/&media=https://heropress.com/wp-content/uploads/2017/11/110117-150x150.jpg&description=A Family Well Loved\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Family Well Loved\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/family-well-loved/\" title=\"A Family Well Loved\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/family-well-loved/\">A Family Well Loved</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Nov 2017 12:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Kim Parsell\";s: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:69:\"WPTavern: WordPress 4.8.3, A Security Release Six Weeks in the Making\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76178\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wordpress-4-8-3-a-security-release-six-weeks-in-the-making\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6265:\"<p>WordPress 4.8.3 <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">is available</a> and is a security release for 4.8.2 and all previous versions. This release addresses an issue with $wpdb->prepare() that could lead to a potential SQL injection. While WordPress core is not vulnerable, <a href=\"https://en.wikipedia.org/wiki/Hardening_(computing)\">hardening</a> has been added to prevent plugins and themes from inadvertently causing a vulnerability.</p>\n<p>If you’re experiencing a bit of déjà vu, it’s because WordPress 4.8.2 <a href=\"https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/\">attempted to solve</a> the same problem. <a href=\"https://blog.ircmaxell.com/2017/10/disclosure-wordpress-wpdb-sql-injection-background.html\">According</a> to <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a> who <a href=\"https://blog.ircmaxell.com/2017/10/disclosure-wordpress-wpdb-sql-injection-technical.html\">reported and disclosed</a> the vulnerability, the patch in 4.8.2 didn’t solve the underlying problem and broke many sites.</p>\n<p>Ferrara says he reported the issue immediately after 4.8.2 was released and was ignored by the WordPress security team for several weeks.</p>\n<p>“When I got the attention of the team, they wanted to fix a subset of the issue I reported,” he said. “It became clear to me that releasing a partial fix was worse than no fix (for many reasons). So I decided the only way to make the team realize the full extent was to Full Disclosure the issue.”</p>\n<p>Full Disclosure is the process of publicly sharing technical details of a vulnerability so that the public knows the same amount of information about it as hackers. The threat of full disclosure is typically used to pressure businesses and software creators to act swiftly and release patches as soon as possible.</p>\n<p>On October 26th, Ferrara used his Twitter account to <a href=\"https://twitter.com/ircmaxell/status/923662170092638208\">notify the public</a> that WordPress contained a serious SQLi vulnerability and that because he lacked confidence in the team, fully disclosing it was his only option. His message was retweeted 562 times and liked by 484 people.</p>\n<p>The amount of publicity his Tweet received had an impact as on October 27th, Ferrara reported that constructive discussions resumed with the team and that he would delay the disclosure until October 31st.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">RE: WP Issue: I constructive discussions have resumed with the security team. I will be delaying FD until at earliest the 31st.</p>\n<p>— Anthony Ferrara (@ircmaxell) <a href=\"https://twitter.com/ircmaxell/status/923907743555178496?ref_src=twsrc%5Etfw\">October 27, 2017</a></p></blockquote>\n<p></p>\n<p>On October 27th, Ferrara spoke to a member of the WordPress security team who provided a fresh set of eyes to the problem, “A security team member who hadn’t yet participated in the thread went back to the beginning of the thread and re-read every post,” he said.</p>\n<p>“He (correctly I may add) summarized the entirety of the issues, as well as asked a few clarifying questions. He also asked for a little more time but gave me a target of Tuesday, October 31st so it wasn’t wide open. This was the response I was looking for the entire time.”</p>\n<p>Both parties collaborated on a patch that fixed the issue and WordPress 4.8.3 was released. Although his experience started out frustrating, Ferrara is hopeful that the team will do better with future reports.</p>\n<p>“I get that there are competing priorities,” he said. “But show attention. Show that you’ve read what’s written. And if someone tells you it seems like you don’t understand something, stop and get clarification. And ask for help. Overall, I hope the WP security team moves forward from this. I do honestly see hope.”</p>\n<p>Aaron Campbell, WordPress Security Team Lead, says that although there were some rough patches in working with Ferrara, they were able to work together to get a fix released in the end. While the threat of full disclosure didn’t have a huge impact on getting the vulnerability patched, it may have been the catalyst to get a new person involved in the process.</p>\n<p>“A threat of disclosure certainly adds pressure and possibly stress, but doesn’t actually change the overall equation that much.” Campbell said. “An issue isn’t more severe because it’s going to be disclosed, but it can become more rushed (meaning a higher likelihood of mistakes).</p>\n<p>In this case, I actually think the threat of disclosure ended up coinciding with one of the people from our security team joining in to help out. The new person was much better at communicating with Anthony, and it really turned things around.”</p>\n<p>In the official release post, the WordPress Security Team thanked Ferrara for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">Responsible Disclosure</a>. This generated some conversation on Twitter on whether responsible disclosure should be renamed to coordinated disclosure.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Dear WordPress:</p>\n<p>Stop calling it \"responsible disclosure\". It\'s \"coordinated disclosure\".</p>\n<p>— Scott Arciszewski (@CiPHPerCoder) <a href=\"https://twitter.com/CiPHPerCoder/status/925384513307504641?ref_src=twsrc%5Etfw\">October 31, 2017</a></p></blockquote>\n<p></p>\n<p>“I’m not sure I know what the terminology change would be aiming to accomplish,” Campbell said. “I do see that some places use this particular phrasing, but honestly I don’t see how it conveys anything that’s not already generally understood with responsible disclosure.”</p>\n<p>Users are encouraged to update their sites to 4.8.3 as soon as possible. Since this release changes the behavior of esc_sql(), developers are highly encouraged to read this <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">dev note</a> on the Make WordPress Core 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:\"Wed, 01 Nov 2017 10:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:42:\"Dev Blog: WordPress 4.8.3 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:34:\"https://wordpress.org/news/?p=5035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1336:\"<p>WordPress 4.8.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.2 and earlier are affected by an issue where <code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.3.</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, 31 Oct 2017 14:20: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:\"Gary Pendergast\";s: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:41:\"Dev Blog: WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3136:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, 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.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\"https://profiles.wordpress.org/pento/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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, 31 Oct 2017 04:42: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:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"WPTavern: GDPR for WordPress Project Seeks to Provide a Standard for Plugin Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6641:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>\n<p>WordCamp Denmark organizer <a href=\"https://twitter.com/kaaremulvad\" rel=\"noopener\" target=\"_blank\">Kåre Mulvad Steffensen</a> and WP Pusher creator <a href=\"https://wppusher.com/\" rel=\"noopener\" target=\"_blank\">Peter Suhm</a> are working on a <a href=\"https://www.gdprwp.com/\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress</a> project that aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation. The deadline for compliance is May 28, 2018, approximately 200 days from now. The Danish duo met at WordCamp Europe a few years ago and were inspired to work together on several projects, with GDPR compliance for WordPress sites being the most urgent item on their list.</p>\n<p>“We want to create a standard for plugin creators to describe what kind of data they store and how to handle it,” Suhm said. “With a standard like this it will be possible to build tools to make WP sites compliant with GDPR. That basically means things like generating privacy policies, tools to export sensitive data, and tools to delete it completely. GDPR is pretty complex, so there will likely be a lot of tools around this. The first thing we need is a standard. It’s critical especially for EU based companies, and I can tell you that it’s something people discuss in every meetup and WordCamp over here.”</p>\n<p>The GDPR for WordPress site includes a summary of website owners’ obligations in regards to collecting data related to EU citizens. It’s not comprehensive but gives an idea of what items the standard will need to cover:</p>\n<ul>\n<li>Tell the user: who you are, why you collect the data, for how long and who receives it.</li>\n<li>Get a clear consent, before collecting any data</li>\n<li>Let users access their data, and take it with them</li>\n<li>Let users delete their data</li>\n<li>Let users know if data breaches occur</li>\n</ul>\n<p>Steffensen and Suhm’s first step is <a href=\"https://goo.gl/forms/U9zp6rS1HSDcKZI42\" rel=\"noopener\" target=\"_blank\">surveying WordPress plugin developers</a> to gauge their awareness of the GDPR. They also want to know if developers would be interested in using a free, open source solution, like a simple file with a map of personal and sensitive data stored by their plugins. The GDPR for WordPress team would then use the tool as a foundation to build tools that can take care of compliance by parsing these files.</p>\n<p>“When we have the survey data we will continue to work on the standard,” Suhm said. “It will be 100% open source, so everyone can use it to build whatever they see fit afterwards. So far it’s just a lot of ideas and we really want to collect as much input as possible so we can get everyone onboard.”</p>\n<p>The team has created a roadmap that that they will update based on feedback from plugin developers. They plan to work on the following:</p>\n<ul>\n<li>Methodology to describe how a plugin collects, stores, and uses personal data</li>\n<li>Methodology file builder for plugin developers to use</li>\n<li>Provide a clear visual compliance indicator on every plugin installed</li>\n<li>Privacy policy text builder based on installed (compliant) plugins</li>\n<li>Provide an administrative overview on each users data being stored, across plugins</li>\n<li>Provide an administrative way to send user data to a specific user upon request</li>\n<li>Provide an administrative way to delete user data on a specific user upon request</li>\n<li>Add site wide Explicit consent checkbox, with detailed yet plain English on what data is stored, how it is used and how long. (This is a replacement for the cookie popup) – possible disablement of submitting actions until consent is given? The request to collect data should happen to every user before any data is collected, that might also mean cookies.</li>\n</ul>\n<p>Despite the quickly approaching deadline, solutions aimed at helping WordPress sites to be compliant with the GDPR are virtually non-existent. There are currently only <a href=\"https://wordpress.org/plugins/search/GDPR/\" rel=\"noopener\" target=\"_blank\">six plugins in the directory</a> with descriptions that mention having been built with GDPR compliance and privacy in mind. Many site owners will be woefully unprepared to comply with the legislation.</p>\n<p>A couple of months ago we looked the <a href=\"https://wptavern.com/gravity-forms-stop-entries-plugin-aims-to-help-sites-comply-with-the-eus-gdpr\" rel=\"noopener\" target=\"_blank\">Wider Gravity Forms Stop Entries plugin</a>, which helps site owners protect the privacy of form submissions by preventing them from being stored in the database. Since many plugins don’t have these options built in, other plugin developers have to extend them to suit their users’ needs. At the moment, there is no standard way of doing this because of the wide variance in how plugins store their data.</p>\n<p>This solution the GDPR for WordPress team is proposing is different in that it aims to give plugin authors a standard for including a meta description of the personal and sensitive data that their plugins stores. The GDPR doesn’t prohibit plugins from storing personal identifiable data but it does require website owners to detail what, where, and for what purpose it is stored.</p>\n<p>“The problem right now is that it is almost impossible to figure out what information a WordPress plugin stores and where it is stored,” Suhm said. “This will make it possible to build general solutions across plugins to ensure GDPR compliance. An example could be a tool to delete sensitive data from a WordPress site, including the data stored by plugins. That is only possible if plugin authors include some sort of description of their ‘data footprint.\'”</p>\n<p>The biggest challenge the team has is rallying plugin developers to get on board with following a new standard and updating their plugins to provide a data footprint. This is not an easy task as the burden of compliance falls to the website owners, not individual plugin developers. Even if site owners are motivated to educate themselves, the prospect of figuring out what data is being stored and where can be daunting. If the GDPR for WordPress team can successfully get the plugin developer community on board, they can work together to build a suite of tools that help end users get a broad overview of their sites’ GDPR compliance.</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, 30 Oct 2017 23:20:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Post Status: The WordPress product market is completely different now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=39797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/wordpress-product-market-completely-different-now/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8685:\"<p><em>This article is a member contribution from Scott Bolinger. Scott is the founder of <a href=\"https://hollerwp.com/\">Holler Box</a> and the co-founder of <a href=\"https://apppresser.com/\">AppPresser</a>.</em></p>\n<p>The WordPress economy is changing, and many businesses are feeling it.</p>\n<p>The <a href=\"https://poststatus.com/future-wordpress-economy-im-not-worried/\">market is maturing</a>, and <a href=\"http://chrislema.com/wordpress-economy-shrinking/\">customers are behaving differently</a>. It’s happening slowly, but I think everyone realizes things are changing.</p>\n<p>Often this change has been discussed in terms of hosts and agencies, but let’s talk about products.</p>\n<p>I just read an article on Indie Hackers about MH Themes, a premium theme shop that started in 2013. They describe a <a href=\"https://www.indiehackers.com/businesses/mh-themes\">hard-fought journey</a> to a solid $30K in monthly revenue, but they have noticed big changes in the market since they started.</p>\n<p>The author, Michael Hebenstreit, puts it this way:</p>\n<blockquote><p>Back in 2013 it was much easier to launch a WordPress theme and make it somewhat popular. Today the market for WordPress themes has become heavily crowded and oversaturated. It’s near to impossible to make a theme highly successful without investing lots of time and money in marketing and building a community behind your product.</p></blockquote>\n<p>It comes as no surprise that the theme business is saturated; it <a href=\"http://scottbolinger.com/wordpress-theme-business/\">has been for years</a>. I would now say the plugin business is saturated as well.</p>\n<p>From 2008 to 2010 you could have released just about any decent plugin or theme, and it would have done fairly well, simply because there was very little competition. The WordPress market was in an early and extreme growth phase. People were realizing there was money to be made.</p>\n<p>Many different product categories were ripe for innovation, with no dominant players at all. For example, the eCommerce landscape was wide open before WooCommerce became popular in 2011. Now there is no one even remotely close to them, and <a href=\"https://ithemes.com/exchange/\">competing</a> with WooCommerce doesn’t seem like a good idea.</p>\n<p>Today what we see in most product categories is at least one dominant player, and many other new entrants at their heels. Backups, security, SEO, themes, page builders, forms, caching, lead generation, and other categories all have stiff competition.</p>\n<p>Previously the competition was a developer trying to figure out how to grow a company. Now it’s a 30+ person organization with millions of dollars in revenue. iThemes, Yoast, Gravity Forms, Awesome Motive, and WooCommerce are just a few. These companies have a loyal following that makes it harder for smaller shops to take a piece of the pie.</p>\n<p>Popular plugins now have millions of downloads, lots of articles written about them, and avid fans. They are becoming harder and harder to dethrone, or even to challenge for a slice of market share.</p>\n<h3>Your product is a commodity</h3>\n<p>As Alex Turnbull says <a href=\"https://www.groovehq.com/blog/commoditization\">in this recent article</a>, “if your product isn’t already a commodity, it will become one in the next few years.”</p>\n<p>It’s becoming easier and easier to create and sell a product online. Developers are ubiquitous, websites are cheap, and many people can build something on the side with a full time job.</p>\n<p>That means when you release a product you not only have the established leaders to contend with, but lots smaller players with great products just getting started. Even if your product is great, there are 10 other great products in the same category.</p>\n<p>That doesn’t mean a great product isn’t important — it certainly is. It does mean that it’s not enough.</p>\n<p>If your product isn’t enough to stand out in a crowded marketplace, what does it take?</p>\n<h3>How to bring a new product to market now</h3>\n<p>The old way of starting a new product might have been to go where there was less competition and create a better product. If there are still places of “less competition” they are much harder to see.</p>\n<p>You can go after a niche, but WordPress is already a niche. A niche within a niche is a very small market.</p>\n<p>It’s not impossible to slay the giant Goliath product companies. As <a href=\"https://blog.asmartbear.com/compete-on-profit.html\">Jason Cohen</a> points out, they have an Achilles heel: “The profitable revenue stream is a prison.” They are slower to adapt to changes in the marketplace because they can still make money doing what they have always done.</p>\n<p>If you are thinking about bringing a new product to market, here are a few observations that may help you.</p>\n<h4>1) It’s going to be a lot harder than it used to be, and it’s going to take longer.</h4>\n<p>Can you go for a year (or two) without making any money and still be cranking out code and marketing yourself? That may be what it takes.</p>\n<p>Putting up a website and starting a content strategy takes six months to see any solid organic traffic. Publishing your plugin to official WordPress directory does not result in automatic downloads. The newer search algorithms favor the entrenched plugins that have more downloads and reviews.</p>\n<p>It’s an uphill battle, and it takes time.</p>\n<h4>2) You must have a strategic advantage, or a unique difference to win.</h4>\n<p>Ninja Forms went into a crowded space against one of the most popular plugins of all time, Gravity Forms. They gained an advantage by offering a free version and distributing it on the directory, while Gravity Forms was entirely commercial. Why did they do so much better than other free form plugins? I don’t know, but they certainly executed well, and they have created a great brand.</p>\n<p>Can you find a competitive advantage and exploit it?</p>\n<p>One weakness I see in many WordPress companies is marketing. Many of the early successes in WordPress were coders who made a cool plugin. Most of them are not marketers, and they have enough business without needing to learn marketing. This leaves the door open for companies with great marketing.</p>\n<p>Can you dominate an under-marketed product category?</p>\n<p>You are going to have to do something different and better than what has come before. Copying a business model that worked in 2012 is not a good strategy.</p>\n<h4>3) Branding is more important than ever.</h4>\n<p>Your brand is what will help you gain market share against your competitors.</p>\n<p>A brand is not your logo, and it’s not what you say about your company. It’s what they say. They, as in, your customers.</p>\n<p>Providing great customer service, getting to know people at events, being helpful on social media, providing refunds without asking questions — these are all parts of your brand. Being known for doing good work is another, so that when you release a new product, people just buy it.</p>\n<p>I think of the brand Pippin Williamson has built for himself, since he is known for putting out high quality products. I will buy a plugin he makes over a more established competitor because of his reputation for quality. iThemes is another great example of a company that cares about their customers. They have built a brand on integrity.</p>\n<p>Building a brand takes time, but it is more important than ever.</p>\n<h3>Looking forward</h3>\n<p>The WordPress market is no longer high growth and low competition.</p>\n<p>The companies involved in products are maturing into well staffed, well funded operations. Their fans are loyal, and their products are entrenched. This makes it harder for new entrants into the market to compete.</p>\n<p>New products must have a well thought out strategy to gain traction in this competitive marketplace. Without unique positioning and hard fought execution, they will not survive.</p>\n<p>It’s not all bad news, because this is how most marketplaces look already. It’s a sign that those of us who make products need to get more creative about how we approach product development and marketing.</p>\n<p>As the more successful companies get larger, they will also become more resistant to change. When this happens, newer product offerings will be able to steal market share with fast paced innovation and development.</p>\n<hr />\n<p>This post was originally posted for <a href=\"https://poststatus.com/club\">Post Status Club Members</a>. Join to get exclusive content like this.</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, 30 Oct 2017 21:38:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Scott Bolinger\";s: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:62:\"Akismet: Akismet Has Caught Four Hundred Billion Spam Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/10/30/400-billion-spam-caught/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1338:\"<p>Over the weekend, Akismet stopped its 400 billionth spam comment.</p>\n<p><a href=\"https://akismet.com/400billion/\"><img /></a></p>\n<p>400,000,000,000 is a lot. How many is it?</p>\n<ul>\n<li>It’s so many that I lost count of the zeroes while I was typing it out.</li>\n<li>It’s so many that most <a href=\"https://akismet.files.wordpress.com/2017/10/51c6f8n-wml.jpg\">basic calculators</a> can’t even display a number that big.</li>\n<li>It’s so many that if it took you five seconds to mark each of those comments as spam, you’d have to skip your office Halloween party for the next 63,419 years because you’d still be busy clicking.</li>\n</ul>\n<p>Akismet will continue quietly catching spam. (In fact, it’s already caught another million spam while you were reading this.) If you have a spam problem, <a href=\"https://akismet.com/plans/\">sign up for Akismet</a>, and you can help us reach our next hundred billion milestone even faster.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1973/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1973/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1973&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:\"Mon, 30 Oct 2017 16:13: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: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: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:27:\"Matt: Drake Trick-or-Treats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2017/10/drake-trick-or-treats/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"<br />\n\n<p>As you prepare for Halloween you'll enjoy this Drake parody, especially if you're familiar with his catalog.</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, 29 Oct 2017 19:23: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: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:89:\"WPTavern: New Dispensary Details Plugin for WooCommerce Adds Cannabis Details to Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/new-dispensary-details-plugin-for-woocommerce-adds-cannabis-details-to-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5876:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/blueberry-kush.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/57298467@N03/5500914557\">Blueberry Kush, Indica-3</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Two years ago, WordPress developer Robert DeVore launched <a href=\"https://www.wpdispensary.com/\" rel=\"noopener\" target=\"_blank\">WP Dispensary</a>, a free marijuana dispensary menu plugin for WordPress, and has since built an accompanying theme, additional free add-ons, and six commercial extensions. DeVore is aiming to make WP Dispensary a complete online menu software solution for dispensaries and delivery services. The business has grown enough over recent months for him to begin working full-time on it.</p>\n<p>“One of the larger objectives going full time with WP Dispensary was to put together content that was specific for both dispensary owners and freelance WordPress developers,” Devore said. “There is a 50/50 split with buyers, so I know that writing content to outline how WPD can help you specifically is an important next step.”</p>\n<p>Due to recent demand seen in pre-sales questions, DeVore has just released a Dispensary Details plugin to meet the needs of the much larger market of customers using WooCommerce. The plugin does not require WP Dispensary to work.</p>\n<p>“Instead of leaving a need out there, I looked at WP Dispensary and knew I could create a standalone plugin that added the proper details and displayed cleanly within the WooCommerce structure,” DeVore said.</p>\n<p>The <a href=\"https://www.wpdispensary.com/downloads/dispensary-details-for-woocommerce/\" rel=\"noopener\" target=\"_blank\">Dispensary Details for WooCommerce</a> plugin is the first of its kind for the e-commerce platform. It adds custom taxonomies and metaboxes that allow store owners to add cannabis details to products, including information like compound details, aromas, effects, conditions, vendors, symptoms, and more.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/dispensary-details-front-end-table.jpg?ssl=1\"><img /></a></p>\n<p>The plugin includes separate Edibles and Topicals details boxes where store owners can enter THC/CBD per serving, size, serving count, and net weight. It also has a Grower Details box for cannabis shops that sell clones or seeds with specific sections for origin, average grow time and yield, and the clones/seeds per unit.</p>\n<p>Dispensary Details for WooCommerce works with any WordPress theme and simply adds the new Details tab to product pages alongside the various other tabs that WooCommerce displays. The plugin is priced at $149.00, which includes one year of support and updates.</p>\n<p>The WordPress product market is just starting to build solutions for the growing marijuana industry, and DeVore predicts that WordPress site builders will soon be in high demand.</p>\n<p>“I feel like the industry is going to become more regulated and also increased banking will allow for companies to focus on the marketing/sales side of the business rather than the business side of the business. With companies like KIND Financial recently putting out a <a href=\"http://kind.financial/kind-seed-payment/\" rel=\"noopener\" target=\"_blank\">seed-to-sale solution</a> along with a bank in Canada, it’s just a sign that things are changing for the better.”</p>\n<p>DeVore said changes like these will allow businesses to focus on their websites and WordPress developers will have the opportunity to provide solutions for them, just like they already do for so many other industries. Outside of the U.S. there are already many mail order cannabis services in operation and DeVore said inside the U.S. he has noticed a lot of delivery services that are using WP Dispensary with WooCommerce to allow patients to place orders.</p>\n<p>More competition is starting to sprout up for this new niche in the WordPress ecosystem and many of them are working towards providing more comprehensive e-commerce solutions. <a href=\"https://liftedthemes.com/\" rel=\"noopener\" target=\"_blank\">Lifted Themes</a> is a shop that sells WordPress plugins and themes for the marijuana industry. The company is working on building products that will sync with major POS or Seed to Sale systems. Similarly, <a href=\"https://h32b.com/\" rel=\"noopener\" target=\"_blank\">H32B</a> provides a theme along with a suite of WooCommerce plugins for medical marijuana dispensaries.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-27-at-3.12.08-PM-e1509135316697.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://mmjecommerce.com/\" rel=\"noopener\" target=\"_blank\">MMJ E-Commerce</a> is another newer company that provides WooCommerce and WordPress plugins and services for dispensaries with a focus on resources for compliance. The site offers plugins for patient registration forms, credit card payments, THC CBD shipping restrictions, and Age Verification forms.</p>\n<p>A report from <a href=\"https://www.forbes.com/sites/debraborchardt/2017/01/03/marijuana-sales-totaled-6-7-billion-in-2016/#463a07d75e39\" rel=\"noopener\" target=\"_blank\">Arcview Market Research</a> published this year showed that North American marijuana sales grew 30% to $6.7 billion and sales are projected to exceed $20 billion by 2021 (assuming a compound annual growth rate of 25%). As of September 2017, <a href=\"http://www.governing.com/gov-data/state-marijuana-laws-map-medical-recreational.html\" rel=\"noopener\" target=\"_blank\">29 states and the District of Columbia</a> have laws that legalize marijuana in some form. As prohibition collapses in more states, the marijuana industry is set to expand and this budding niche in the WordPress ecosystem will likely see significant growth.</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, 27 Oct 2017 21:48: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:\"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:85:\"WPTavern: Results From the 2017 WordPress User Survey Are Not Guaranteed to Be Shared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/results-from-the-2017-wordpress-user-survey-are-not-guaranteed-to-be-shared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1425:\"<p>As November edges closer, the countdown to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> begins. One of the annual traditions that’s part of the event is the <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">WordPress User Survey</a>. The survey is used to gauge who and how people use WordPress. Although the survey says results will be presented at WordCamp US, that hasn’t been the case the last two years.</p>\n<p>Astute readers <a href=\"https://wptavern.com/take-the-2016-wordpress-user-survey\">may remember</a> that results from the 2015 survey were not shared. When asked why, Matt Mullenweg replied, “Lots of data to go over, but basically more people are using WordPress, app development is growing, lots of people are making their living with WordPress, and other great trends are showing up,” he said. “We’ll try to do a blog post about it.”</p>\n<p>That blog post was never published. Additionally, results from last year’s survey were not shared during the State of the Word or in a blog post.</p>\n<p>Thousands of people take the survey providing insight into trends, how people use the software, and demographics. If users voluntarily provide this data to WordPress.org, sharing the results with the public whether it’s a blog post, separate session, or during the State of the Word, would be a nice way to return the favor.</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, 27 Oct 2017 20:04: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: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:87:\"WPTavern: Patreon Launches App Directory and Free WordPress Plugin for Membership Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/patreon-launches-app-directory-and-free-wordpress-plugin-for-membership-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3319:\"<p><a href=\"https://www.patreon.com/\" rel=\"noopener\" target=\"_blank\">Patreon</a> was founded in May 2013 as a service with business tools that allow content creators to crowdfund their work through donations and subscriptions. The service is now expanding to help users connect their accounts to more third-party tools that make patron management easier. Patreon <a href=\"https://blog.patreon.com/patreon-powers-membership-across-the-web/\" rel=\"noopener\" target=\"_blank\">launched</a> its new <a href=\"https://www.patreon.com/apps/featured\" rel=\"noopener\" target=\"_blank\">App Directory</a> and <a href=\"http://patreon.com/portal\" rel=\"noopener\" target=\"_blank\">Developer Portal</a> today, featuring <a href=\"https://www.patreon.com/apps/wordpress\" rel=\"noopener\" target=\"_blank\">a free WordPress plugin</a> that offers basic membership capabilities.</p>\n<p>The plugin uses the Patreon API to tell the WordPress site who is a patron and what pledge level they are at. Patrons can then click on the “Connect with Patreon” button included with the plugin and site owners will have the ability to publish posts that are viewable by patrons only. It also includes an option to provide an ad-free experience for patrons visiting the site.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/patron-posts.png?ssl=1\"><img /></a></p>\n<p>The plugin is free, maintained and supported by Patreon, and released under the Apache License Version 2.0. Users who want more features can purchase a commercial plugin called <a href=\"https://www.patreon.com/apps/patronpluginpro\" rel=\"noopener\" target=\"_blank\">Patron Plugin Pro</a>, which is available in the App Directory from a third party. It offers more granular control over content restriction:</p>\n<ul>\n<li>Make entire site patron only with a single click</li>\n<li>Mark an entire post, post type, or parts of content as patron-only with a click</li>\n<li>Customizable different types of notifications for Patron only content with Message and buttons</li>\n<li>Custom Banner/Notification for non-patrons viewing a patron-only Post</li>\n<li>Protect excerpts in listings for patron-only content</li>\n</ul>\n<p>Usage of the plugin is $30/year, which includes ongoing updates and access to community support. It does not include premium support. Patron Plugin Pro was created and maintained by <a href=\"https://codebard.com/\" rel=\"noopener\" target=\"_blank\">CodeBard</a>, a company that also has a plugin on WordPress.org for <a href=\"https://wordpress.org/plugins/patron-button-and-widgets-by-codebard/\" rel=\"noopener\" target=\"_blank\">adding Patreon buttons and widgets</a>. For those who want to build their own integrations, Patreon’s new <a href=\"https://www.patreon.com/portal\" rel=\"noopener\" target=\"_blank\">Developer Portal</a> has documentation on its REST API and Webhooks.</p>\n<p>Last month Patreon announced that the company had <a href=\"https://patreonhq.com/new-round-funding-816d5a592477\" rel=\"noopener\" target=\"_blank\">raised $60M in new funding</a> and hinted that integrations with other platforms were coming. Today’s announcement of apps for WordPress, Zapier, Discourse, Slack, and other services is the beginning of the company’s plan to make a whole ecosystem of tools available to help creators expand their memberships.</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, 26 Oct 2017 21:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"Dev Blog: 2017 WordPress Survey and WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:944:\"<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&ssl=1\" /></a>WordCamp US in Nashville\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what's new in WordPress and is given every year at WCUS. Don't forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59: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: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:\"\";}}}}}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:85:\"WPTavern: WordPress 4.9 Will Support Shortcodes and Embedded Media in the Text Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3924:\"<p>WordPress 4.8 brought TinyMCE to the core Text widget, along with brand new Image, Video, and Audio media widgets. The upcoming 4.9 release builds on this progress and will introduce some long-awaited improvements to Text widget. Users will finally be able to <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">use shortcodes in the Text widget</a> without the help of additional code from plugins or themes.</p>\n<p>This new feature is the answer to an eight-year-old <a href=\"https://core.trac.wordpress.org/ticket/10457\" rel=\"noopener\" target=\"_blank\">ticket</a> requesting shortcode support inside the Text widget. Weston Ruter broke down the technical details in the <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">dev note</a> for the feature, explaining why it took so long to find a solution:</p>\n<blockquote><p>One reason for the long delay with adding shortcode support in Text widgets was due to many shortcodes looking for a global <code>$post</code> when they run. Since the global <code>$post</code> varies depending on whatever the query is, the shortcodes in a Text widget could render wildly different on different templates of a site. The solution worked out was to temporarily nullify the global <code>$post</code> before doing the shortcodes so that they will consistently have the same global state, with this global $post then restored after the shortcodes are done.</p></blockquote>\n<p>Hundreds of thousands of WordPress installations currently <a href=\"https://wordpress.org/plugins/search/shortcodes+text+widget/\" rel=\"noopener\" target=\"_blank\">use a plugin to add shortcode support to widgets</a>. Contributors to 4.9 have taken this into account so that updating will not cause unexpected issues.</p>\n<p>“If a plugin has added <code>do_shortcode()</code> to <code>widget_text</code> then this filter will be suspended while the widget runs to prevent shortcodes from being applied twice,” Ruter said.</p>\n<p>In addition to the <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a> landing in 4.9, this release will also allow users to embed media in the Text widget. A new “Add Media” button is available, making it easy for users to insert images, audio, galleries, and videos, along with text and other content. WordPress 4.9 also adds support for oEmbeds in the Text widget and the Video widget has been updated with expanded support for any oEmbed provider for video.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-26-at-12.00.59-AM.png?ssl=1\"><img /></a></p>\n<p>Little enhancements like these make it easier for users to update their own websites without having to hire a developer or add extra plugins for things that should be simple. The improvements to widgets have also been implemented in such a way that users will be more prepared for how Gutenberg will handle media.</p>\n<p>“The media-specific widgets are closely aligned with blocks in Gutenberg; the existence of media inside the Text widget will align with eventual nested blocks in Gutenberg, and would be treated as Classic Text blocks in any future migration from widgets to blocks,” Ruter said.</p>\n<p>WordPress 4.9 will improve the experience of switching between themes by including logic that is better at mapping widgets between two themes’ widget areas. This release will also improve the <a href=\"https://core.trac.wordpress.org/ticket/23120\" rel=\"noopener\" target=\"_blank\">UI for updating and saving widgets</a> in the admin screen. It adds an indicator that shows whether or not widget changes have been saved, as well as a notice if the user attempts to leave the page with unsaved changes.</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, 26 Oct 2017 05:46: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: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:65:\"WPTavern: WPWeekly Episode 292 – Recap of WooConf and CaboPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76080&preview=true&preview_id=76080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-292-recap-of-wooconf-and-cabopress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2434:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by Cody Landefeld, co-founder of <a href=\"https://modeeffect.com/\">Mode Effect</a>. Landefeld described his experience attending WooConf as we reviewed highlights from the State of the Woo.</p>\n<p>We also discussed WooCommerce retiring its Canvas theme in favor of Storefront. Jacoby shared his experience attending CaboPress and near the end of the show, we talk about WordPress 4.9 Beta 4.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\">WooCommerce Stores on Track to Surpass $10B in Sales This Year</a><br />\n<a href=\"https://wptavern.com/woocommerce-retires-canvas-theme-recommends-customers-migrate-to-storefront-theme\">WooCommerce Retires Canvas Theme, Recommends Customers Migrate to Storefront Theme</a><br />\n<a href=\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\">WordPress 4.9 Beta 4 Removes ‘Try Gutenberg’ Call to Action</a></p>\n<h2>Picks of the Week:</h2>\n<p>HeroPress is <a href=\"https://heropress.com/accepting-donations/\">now accepting donations</a>. If you support the project, please consider donating.</p>\n<p>Ninja Forms achieved a milestone. The plugin is activated on more than 1M sites.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Ninja Forms reached 1 million active installs at the very beginning of the day today! This is a huge milestone! <a href=\"https://t.co/RECAHWJyOV\">https://t.co/RECAHWJyOV</a></p>\n<p>— James Laws (@jameslaws) <a href=\"https://twitter.com/jameslaws/status/923251034272817152?ref_src=twsrc%5Etfw\">October 25, 2017</a></p></blockquote>\n<p></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 1st 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #292:</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, 26 Oct 2017 01:13:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: Gauguin to Olive Garden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2017/10/gauguin-to-olive-garden/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:775:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">\n<p>[Gauguin] was penniless and adrift, trying to paint his way through the devastations of his dying marriage, his rejection by the cliques of the Parisian art establishment, and the precarity of his friendship with Vincent van Gogh, who shortly before Christmas had assaulted him with a razor and, after Gauguin’s departure that evening, used the same blade to cut off his own ear […] Despite the promises of the name, it can be a challenge to find actual olives at Olive Garden.</p>\n</blockquote>\n<p>Probably my favorite food writing I've read this year is <a href=\"https://www.eater.com/2017/10/3/16395312/olive-garden-review\">Helen Rosner's comprehensive review of Olive Garden for Eater</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, 25 Oct 2017 23:44:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:27:\"WPTavern: Goodnight Firebug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wptavern.com/goodnight-firebug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3657:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-25-at-1.07.39-PM.png?ssl=1\"><img /></a></p>\n<p>Twitter is lighting up with sentimental Firebug remembrances today after Mozilla <a href=\"https://hacks.mozilla.org/2017/10/saying-goodbye-to-firebug/\" rel=\"noopener\" target=\"_blank\">announced</a> it will reach end-of-life in the Firefox browser next month. Firebug was the first browser-based tool that allowed developers to easily inspect HTML and debug JS. It was discontinued as a separate add-on and <a href=\"https://hacks.mozilla.org/2016/12/firebug-lives-on-in-firefox-devtools/?mc_cid=a4117f9cbc&mc_eid=ad602f9b49\" rel=\"noopener\" target=\"_blank\">merged into Firefox DevTools</a> in 2016 where it will live on.</p>\n<p>I remember the days of painstaking debugging before Firebug was available. It was a revolutionary tool that instantly became indispensable, helping developers work more efficiently.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Firebug was the rare kind of tool that instantly doubled the productivity of every developer it touched.</p>\n<p>— Rob Spectre (@dN0t) <a href=\"https://twitter.com/dN0t/status/923198959082000384?ref_src=twsrc%5Etfw\">October 25, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">RIP Firebug. Couldn\'t have built any of my companies without you. <a href=\"https://t.co/NzoWHtxbTu\">https://t.co/NzoWHtxbTu</a></p>\n<p>— justin kan (@justinkan) <a href=\"https://twitter.com/justinkan/status/922948111684714496?ref_src=twsrc%5Etfw\">October 24, 2017</a></p></blockquote>\n<p></p>\n<p>“Firebug changed everything for me as a frontend developer,” Jens Grochtdreis said. “Looking back I cannot remember how hard the times were before Firebug stepped on the scene. Now each browser has mature developer tools. That’s because of Firebug. Mission accomplished!”</p>\n<p>In recognition of what Firebug brought to developers, Mozilla reviewed one of the most important points in Firebug history – the decision to open source the software. This allowed for the proliferation of similar browser development tools that we see today. Firebug creator Joe Hewitt, who eventually moved on to Facebook, made the tool open source in December 2006:</p>\n<blockquote><p>The first announcement is in regards to Firebug’s licensing. As I was developing Firebug 1.0, I began to wonder if I should try to turn the project from a hobby into a business. When I proposed this idea on my blog, the response was very positive and reaffirmed my belief that Firebug could do well as a commercial product.<br />\nHowever, in the end, I just don’t feel like that is the right thing to do. I love working on Firebug because I know I’m making a lot of people happy and helping to advance the state of the art. That’s a lot more meaningful to me than just about anything else, and so, I’ve decided that <strong>Firebug will remain free and open source.</strong></p></blockquote>\n<p>Mozilla reported that more than a million people are still using the Firebug add-on. Firefox Developer Tools has a guide for <a href=\"https://developer.mozilla.org/en-US/docs/Tools/Migrating_from_Firebug\" rel=\"noopener\" target=\"_blank\">migrating from Firebug</a>. There are still several Firebug features missing from Firefox DevTools, but <a href=\"https://bugzil.la/991806\" rel=\"noopener\" target=\"_blank\">Mozilla is tracking them</a> and working to bring greater parity between the two. Support for the separate Firebug extension will be discontinued with the release of Firefox Quantum (version 57) in November 2017.</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, 25 Oct 2017 19:26: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: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:73:\"WPTavern: WordPress 4.9 Beta 4 Removes ‘Try Gutenberg’ Call to Action\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5619:\"<p>WordPress beta releases typically don’t generate controversy but in WordPress 4.9 Beta 3, a <a href=\"https://core.trac.wordpress.org/ticket/41316\">call to action was added</a> to the dashboard that encouraged users to install and activate <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>.</p>\n<img />Try Gutenberg Call to Action\n<p>Members of the WordPress community raised concerns that clients may install Gutenberg and shared ways to hide the prompt from users. The negative reaction inspired some developers to <a href=\"https://github.com/boogah/gutenag\">create plugins</a> that hide the prompt.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress 4.9 beta 3 includes a Gutenberg notification. I think this is a bad idea. This might trigger clients to try it, with bad things that can happen. If this goes in 4.9, use this code in your functions.php: remove_action( \'try_gutenberg_panel\', \'wp_try_gutenberg_panel\' ); <a href=\"https://t.co/VwCo2OUtvc\">pic.twitter.com/VwCo2OUtvc</a></p>\n<p>— Marcel Bootsman (@mbootsman) <a href=\"https://twitter.com/mbootsman/status/920904595823644672?ref_src=twsrc%5Etfw\">October 19, 2017</a></p></blockquote>\n<p></p>\n<p>One of the <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:33\">primary concerns</a> is that Gutenberg is in a high state of flux and encouraging users to create content inside of it on live sites may cause compatibility issues or adversely affect saved content in the future.</p>\n<p>“Any change to the integrity of published content and its formatting that results from changes during continued development and evolution would be unacceptable from the point that we encourage users this directly to install it on live sites,” Nick Halsey said.</p>\n<p>“On the other hand, this could require core to take on significant technical debt to maintain compatibility for earlier iterations of the editor as a plugin.</p>\n<p>“There should be a make/core post addressing this issue, at a minimum, along with a compatibility plan for the next stage of development as a plugin. Before core encourages millions of sites to use the plugin and rely on it functioning a certain way.”</p>\n<p>Other members of the community advocated for the call to action saying it would lead to a larger test sample.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Getting the public to test Gutenberg is essential. If bad things happen, that\'s important data that must be gathered before full release.</p>\n<p>— MortenRandHendriksen (@mor10) <a href=\"https://twitter.com/mor10/status/921031245710082048?ref_src=twsrc%5Etfw\">October 19, 2017</a></p></blockquote>\n<p></p>\n<p>The call to action <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:49\">was removed</a> after the core team discussed it with Matt Mullenweg, “I like the idea of the Gutenberg promo, but want things to be a bit further along before we really open the doors to try to get as many users as possible,” Mullenweg said. “If we can flag off or remove the promo, we can always bring it back in 4.9.1 or another time when things are more ready.”</p>\n<h2>‘Try Gutenberg’ Dashboard Prompt Will Set A New Precedent</h2>\n<p>There have been many WordPress features in core that started off as plugins first, MP6 being one of the <a href=\"https://wptavern.com/mp6-is-like-eye-candy\">most memorable</a>. However, to the best of my knowledge, there has never been a dashboard prompt encouraging users to install and activate a beta plugin on a live site.</p>\n<p>Although the call to action is focused on raising awareness of Gutenberg, <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:47\">John James Jacoby suggests</a> that the meta block be rewritten so that it can be recycled for other features or plugins to use in the future.</p>\n<p>“My concern is that the current approach is not scalable to future feature developments beyond Gutenberg,” Jacoby said. “For example, when a new codenamed feature comes along for WordPress 5.2, cloning this same approach does not seem ideal.”</p>\n<p>He suggests that the dashboard widget become a standard part of the dashboard. “This way, we can hype the new hotness on an as-needed basis, and plugins that want to hide it forever can reliably do so one time in a plugin,” Jacoby said.</p>\n<h2>When Is the Right Time to Hype Gutenberg to the Masses?</h2>\n<p><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> is actively installed on more than 3K sites with <a href=\"https://wordpress.org/plugins/gutenberg/advanced/\">nearly half of installations</a> running version 1.4. This is a far cry from the 100K active installs <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">Mullenweg would like to see</a> before merging it into core.</p>\n<p>I don’t think advertising Gutenberg in the dashboard to millions of users as the new editing experience should be considered until a merge proposal has been published on the Make Core WordPress site. By this time, many of its quirks and how it handles meta data, meta blocks, and preventing data loss will likely be solved.</p>\n<p>I am one of the people who raised their eyebrows at the idea of advertising Gutenberg at its current stage of development to the masses. My primary concern is that it’s not ready yet. At the same time, I wonder when or if there is a right or responsible time to advertise installing beta software onto a live site. What do you think?</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, 25 Oct 2017 18:35:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:39:\"Donncha: Writing WP Super Cache Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://odd.blog/2017/10/25/writing-wp-super-cache-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3436:\"<p>WP Super Cache is a full page caching plugin for WordPress. When a page is cached almost all of WordPress is skipped and the page is sent to the browser with the minimum amount of code executed. This makes the page load much faster.</p>\n<p>Unfortunately if you want to run code on every page load you’re out of luck as regular WordPress plugins are not loaded or executed. You’ll need to write a WP Super Cache plugin. This short introduction will not teach you how to write plugins but the example plugins that ship with WP Super Cache will get you a long way towards understanding how they work.</p>\n<p><img /></p>\n<p>WP Super Cache ships with some example plugins in wp-super-cache/plugins/. Some of them even do useful tasks like help with domain mapping and Jetpack integration. There’s one called “awaitingmoderation.php” which removes the text “Your comment is awaiting moderation.” when someone writes a moderated comment.<br />\nThere’s also dynamic-cache-test.php which is a complicated beast but it’s heavily commented. It allows you to add template tags to your site that are replaced when the cached page is loaded.</p>\n<p>Before you get started writing a plugin you should be aware that you should <em>not</em> use the wp-super-cache/plugins/ directory. Every time WP Super Cache is updated this directory is deleted. So, edit your wp-config.php and set <code>$wp_cache_plugins_dir</code> to another directory where you’ll put your plugin.</p>\n<p>These plugins run before most of WordPress has loaded. That means you can’t rely on some of the nice features of WordPress such as filters and actions. However, WP Super Cache has it’s own action/filter system that is similar to actions and filters in WordPress:</p>\n<ul>\n<li>add_cacheaction( $action, $func )</li>\n<li>do_cacheaction( $action, $value = ” )</li>\n</ul>\n<p>A cacheaction is also a filter. If you hook on to a cache action that has a parameter, you must return that parameter at the end of the function like you would with a WordPress filter.</p>\n<p><img /></p>\n<p>If you need to hook into a WordPress filter use the imaginatively named cache action “add_cacheaction”. That runs on “init” so the function that is executed can use <code>add_action()</code> or <code>add_filter()</code>. You can see this in action in the plugins/dynamic-cache-test.php or plugins/awaitingmoderation.php scripts.</p>\n<p>Two very useful filters are the WordPress filter, “wpsupercache_buffer” (in wp-cache-phase2.php) that is used to modify the page before it is <em>cached</em> and the cache action “wpsc_cachedata” (in wp-cache-phase1.php) is used to modify the cached page just before it’s <em>served</em>.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/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><li> <a href=\"https://odd.blog/2009/07/17/wp-super-cache-0-9-5/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.5\">WP Super Cache 0.9.5</a></li></ul></p>\n<p><a href=\"https://odd.blog/\" rel=\"nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 16:21:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:28:\"HeroPress: Paying It Forward\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2217\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://heropress.com/essays/paying-it-forward/#utm_source=rss&utm_medium=rss&utm_campaign=paying-it-forward\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8173:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/10/102817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: The spirit of WordPress is paying it forward.\" /><p>I have always embraced an entrepreneurial spirit. As a kid in the 1970’s, I tagged along with my parents to craft shows on the weekends where they made and sold hand-stamped leather belts to earn extra income and I made macrame necklaces and sold those too. When I was 14 I told my dad I wanted to be a stewardess when I grew up, he said “Why not be the pilot? Be the captain!” and gave me some flight lessons for my birthday (I discovered I get air sick very easily, so did not pursue that dream for long!).</p>\n<p>Throughout my childhood and into adulthood, I loved to create things that people would buy from me – from a lemonade stand when I was 7 to custom-made t-shirts I sold on football weekends in college;</p>\n<blockquote><p>I was always thinking about ways to earn income – not to get rich, but to have the validation that I created something of value to others.</p></blockquote>\n<h3>Pivoting to Entrepreneurship</h3>\n<p>Fast-forward to a time after my first child was born. My career in advertising and marketing introduced me to tools, techniques and jargon that are still valid today, but “working for the man” was never a truly satisfying experience for me. Thankfully, my husband had a salaried job with benefits, and since he traveled a lot for work, we decided that I would stay home with our son. When I left my marketing job, my boss suggested I start a little business selling illustrated prints I had become known for around the office, having given them as gifts to my co-workers when they had babies.</p>\n<p><img class=\"alignleft size-full wp-image-2219\" src=\"https://heropress.com/wp-content/uploads/2017/10/growupgirl.gif\" alt=\"Cartoon people holding up letters that spell MORGAN\" width=\"249\" height=\"153\" />With that idea in mind, I started gradually spreading the word among my new “mom” friends, and before I knew it, about 5 years later, with a second child and a wonderful network of moms, I had a full-fledged stationery business, TLC by TARA, that allowed me to work from home and take care of my kids. My income was low, but grew over the years until it covered piano lessons for my children and a car payment on an awesome blue Dodge mini van!</p>\n<blockquote><p>More importantly, this “accidental” career allowed me to broaden my identity and skill set without even intending to.</p></blockquote>\n<p>It introduced me to wonderful friends and fellow entrepreneurs, and satisfied that craving for validation, connection, and a little bit of income.</p>\n<h3>Pivoting to the Web</h3>\n<p>The business began before the internet was “a thing” and before computers were widely used. By 2003, however, I began to explore digital tools and built a website for my business using Microsoft Front Page. I uploaded hundreds of illustrations and laid them out in html tables.</p>\n<p><a href=\"https://heropress.com/wp-content/uploads/2017/10/screenshot_2017-10-10_12.21.58_1024.png\"><img class=\"alignleft wp-image-2218\" src=\"https://heropress.com/wp-content/uploads/2017/10/screenshot_2017-10-10_12.21.58_1024.png\" alt=\"Example of design library by Tara Claeys\" width=\"350\" height=\"360\" /></a>I fell in love with technology and eventually decided to stop making stationery. I got rid of my industrial printer, paper cutter, paper, and supplies and changed my business name to Design TLC to focus on graphic and web design. I had heard about WordPress and volunteered to build a new website for my neighborhood association and a local women’s cycling group to check out the platform, practice and learn. I taught myself how to make custom child themes and combined that with my marketing background to create websites for a number of small local businesses.</p>\n<h3>And then WordCamp</h3>\n<p>It wasn’t until 2014 that I discovered the WordPress community. I heard about “WordCamps” and found one near me, in Baltimore, Maryland. By chance I sat at a lunch table with two strangers who I later learned were quite well known in the WordPress world – Chris Lema and Shay Bocks. They were so friendly and supportive, answering my many questions and offering tips and advice that changed my approach to website design and to running my business. I still think back to that experience as transformative; having lived in a bubble for the first years of working with WordPress, it was eye-opening to discover its community and resources.</p>\n<p>I quickly started absorbing everything I could about WordPress. I live-streamed WordCamp San Francisco in 2014, and joined Slack and Facebook groups. I started listening to a ton of WordPress podcasts and attended WordCamp Philadelphia and WordCamp New York City. I began attending the DC WordPress Meetup, where eventually one of the organizers encouraged me to speak about Genesis for a lightning talk. I couldn’t believe I was suddenly in a position of authority – sharing my knowledge with others when I felt like everything was still so new to me.</p>\n<blockquote><p>Like many in our community, I am plagued by imposter syndrome.</p></blockquote>\n<p>Relative to many, I am still new to WordPress and I am not a trained coder/programmer. I am also self-consciously older than many people I meet, and still sometimes think of myself as a “Mompreneur.” I am constantly making choices about what to learn next and where to focus my time and resources. Most importantly, I think about how I can run a business while also giving back to the community that has welcomed me and given me so much. I love the mission of HeroPress – giving a voice to others like me, who may often <em>feel</em> insignificant but whose lives have been inspired and enhanced by the WordPress community. With this vision in mind, this year Liam Dempsey and I started the podcast Hallway Chats, where we introduce and talk to people who use WordPress. Like HeroPress, we hope these stories inspire someone else who in turn will keep the cycle of sharing and encouragement going!</p>\n<blockquote><p>The spirit of WordPress is “paying it forward” and I think that is the best kind of payment there is.</p></blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Paying It Forward\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Paying%20It%20Forward&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fpaying-it-forward%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Paying It Forward\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fpaying-it-forward%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fpaying-it-forward%2F&title=Paying+It+Forward\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Paying It Forward\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/paying-it-forward/&media=https://heropress.com/wp-content/uploads/2017/10/102817-150x150.jpg&description=Paying It Forward\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Paying It Forward\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/paying-it-forward/\" title=\"Paying It Forward\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/paying-it-forward/\">Paying It Forward</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 12:00: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:11:\"Tara Claeys\";s: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:30:\"Dev Blog: WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2297:\"<p>WordPress 4.9 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42020&stop_rev=41940&limit=100&sfp_email=&sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet’s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.png\" alt=\"?\" class=\"wp-smiley\" /></i></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 07:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: WooCommerce Retires Canvas Theme, Recommends Customers Migrate to Storefront Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/woocommerce-retires-canvas-theme-recommends-customers-migrate-to-storefront-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4033:\"<p>WooCommerce is <a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\" rel=\"noopener\" target=\"_blank\">retiring its Canvas Theme</a> after seven years. Canvas was one of the most innovative themes on the market when it first launched in 2010, giving customers the ability to modify their sites’ design and layout through an extensive options panel. It sold for $99 before the <a href=\"https://woocommerce.com/products/canvas/\" rel=\"noopener\" target=\"_blank\">product URL</a> was redirected to a retirement page today.</p>\n<p>Canvas’ retirement is a strong signal that Automattic is going all-in on Gutenberg. Without a complete overhaul, the theme is no longer able to keep pace with the changes that Gutenberg and the Customizer will bring to WordPress theming and site building.</p>\n<p>“While still early, we believe strongly that Gutenberg is the future,” Canvas lead developer Jeffrey Pearce said. “We’ve decided to invest our resources in preparing our products for it in order to bring you the best experience. Unfortunately, that won’t include Canvas.”</p>\n<p>WooCommerce has discontinued Canvas sales and will not be open sourcing the theme to the community.</p>\n<p>“Overhauling the theme wouldn’t serve our users, yet continuing to sell it as-is wasn’t the right decision. So we made the difficult decision to say goodbye,” Pearce said.</p>\n<p>“We considered open sourcing Canvas to the community, but ultimately decided that extending its lifetime will not serve the community. It’s in the best interest of our users and the community to eventually move to another theme.”</p>\n<p>WooCommerce plans to continue supporting active subscriptions and will offer support for lifetime subscriptions for the next year. However, the theme will not be updated to support newer features coming to WordPress. The team strongly urges users to migrate their sites to <a href=\"https://woocommerce.com/storefront/\" rel=\"noopener\" target=\"_blank\">Storefront</a>, the company’s more mobile-friendly flagship theme built on top of the Underscores starter theme. WooCommerce has published a <a href=\"https://docs.woocommerce.com/document/choose-change-theme/\" rel=\"noopener\" target=\"_blank\">migration guide</a> to help customers <a href=\"https://docs.woocommerce.com/document/moving-on-from-canvas/\" rel=\"noopener\" target=\"_blank\">move on from Canvas</a>.</p>\n<p>Over the years customers have created many different types of websites (not limited to e-commerce) using Canvas. While some have accepted the inevitable, others are anxious and upset about the change, faced with the prospect of migrating dozens of sites (in many instances) away from the theme. The news of Canvas’ retirement was especially difficult for those who support clients who may not be happy to pay for their existing sites to get updated with no appreciable difference. It’s not easy to sell the change to clients when most of it happens under the hood.</p>\n<p>“This puts me in a terrible position,” WooCommerce customer Leon Wagner said. “I have 10 client sites on Canvas. They look beautiful and the clients are happy. So these are done deals, I’ve been paid, and do occasional maintenance. Now you’re telling me I have to go back to each of them and explain that because you’re discontinuing this theme, my clients will now have to pay me thousands of dollars to port their sites (with no obvious improvements) to new themes. Pretty sure I’ll just lose most of those clients.”</p>\n<p>Other freelancers and small business owners find themselves in the same boat, many of them with twice that many clients on the Canvas theme. Although the theme can continue to be used without breaking, it will no longer receive compatibility or security updates after the support window expires in October 2018. WooCommerce is currently giving away its Storefront Extensions Bundle for free to Canvas customers to help make the migration easier.</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, 24 Oct 2017 23:53:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: Gutenberg 1.5 Adds Initial Support for Meta Boxes, Makes Gutenberg the Default 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:29:\"https://wptavern.com/?p=75853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-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:5629:\"<p><a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.5</a> was released this morning and introduces several major changes to the plugin. This version takes the new editor off the back burner and makes it the default for creating new posts. The team has also included a way for users to create posts with the Classic Editor, but this requires knowing where to go to access the dropdown (All Posts » Add New).</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-11.12.41-AM.png?ssl=1\"><img /></a></p>\n<p>Version 1.5 <a href=\"https://github.com/WordPress/gutenberg/pull/2804\" rel=\"noopener\" target=\"_blank\">adds initial support for meta boxes</a> in an Extended Settings panel beneath the post content. Users won’t see this bottom panel unless they have a plugin installed that includes meta boxes. The sidebar Settings panel must already be toggled open for the bottom panel to appear.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-1.04.55-PM.png?ssl=1\"><img /></a></p>\n<p>The Extended Settings panel slides up to reveal accordion toggles for plugins that have meta box settings available. The design could use some improvement, especially for navigating back to the post editor. The panel takes over the entire section. On installations with lots of legacy meta boxes it is easy to get lost in all the open/closed toggles.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-1.19.36-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg design lead Tammie Lister said this is the first step towards supporting meta boxes and that there will be iterations to follow. She also warned that it is possible some advanced meta box uses will not work as expected. The Gutenberg team is eager to receive feedback on these cases and will work to find solutions for them. Testers who discover issues with meta box support can <a href=\"https://github.com/WordPress/gutenberg/issues/new\" rel=\"noopener\" target=\"_blank\">post an issue on GitHub</a> or via the plugin’s feedback form, describing the setup and how to reproduce what is breaking.</p>\n<p>Version 1.5 also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3008\" rel=\"noopener\" target=\"_blank\">a new inserter button between blocks</a>, which Gutenberg engineer Matias Ventura demonstrated with an animated gif in the release post:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/gutenberg-insert-between.gif?ssl=1\"><img /></a></p>\n<p>This release <a href=\"https://github.com/WordPress/gutenberg/pull/2887\" rel=\"noopener\" target=\"_blank\">adds a dropdown to the Publish button</a>. It currently supports visibility and post scheduling features.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-24-at-2.25.58-PM.png?ssl=1\"><img /></a></p>\n<p>There was a great deal of discussion on GitHub surrounding the UI for the publish button, whether it should be a split button dropdown or a single button that provides slightly more friction to prevent accidental publishing. The general consensus was that introducing a bit more friction is desirable, as contributor Davide Casali noted there are many cascading actions that are often tied to the Publish button:</p>\n<p>“Some automated publishing actions are irreversible: pings gets sent, emails get sent, Facebook and Twitter gets updates, etc.,” Casali said. “This is very very important for a lot of people and businesses, and nobody wants to send out such actions by accident.”</p>\n<p>Contributors are looking for feedback on this implementation and are willing to explore some alternate design options as well. They agreed that it is more important to make the Publish button area pluggable and to work on adapting it based on feedback.</p>\n<p>For those who want to completely disable Gutenberg, a new plugin called <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener\" target=\"_blank\">Classic Editor</a> is available on WordPress.org and ready for testing. It requires WordPress 4.9-beta2 or newer and Gutenberg version 1.5+. Classic Editor comes with two modes that give users the option to fully replace Gutenberg or allow access to both the old and new editors:</p>\n<ul>\n<li>Fully replaces the Gutenberg editor and restores the Edit Post template.</li>\n<li>Adds alternate “Edit” links to the Posts and Pages screens, on the toolbar at the top of the screen, and in the admin menu. Using these links will open the corresponding post or page in the Classic Editor.</li>\n</ul>\n<p>A setting for switching between the modes is available at Settings » Writing. Other plugins for turning Gutenberg off will likely pop up the closer the it gets to being included in core, but Classic Editor is the official one recommended by core contributors.</p>\n<p>The timeline for the merge proposal is not yet set in stone but the Gutenberg team aims to get it more widely tested before writing the proposal. The <a href=\"https://wordpress.org/plugins/gutenberg/\" rel=\"noopener\" target=\"_blank\">plugin</a> is currently active on approximately 3,000 WordPress sites.</p>\n<p>“The plan is to still have the plugin ready by December, but with holidays the actual merge proposal might be next year,” Tammie Lister said. “It’s important that we get as many users and as much feedback as possible at this point. All of that impacts what happens going forward.”</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, 24 Oct 2017 20:51:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: Facebook is Testing a “Pay to Play” Requirement for Publishers in the News Feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/facebook-is-testing-a-pay-to-play-requirement-for-publishers-in-the-news-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3179:\"<p>Last week Facebook began rolling out its new <a href=\"https://www.facebook.com/explore\" rel=\"noopener\" target=\"_blank\">Explore feed</a>, which is now available for users globally on both desktop and mobile. The new Explore feed encourages discovery by including posts from people and pages that the user doesn’t follow.</p>\n<p>Over the weekend, Filip Struhárik, a journalist and editor at <a href=\"https://dennikn.sk/\" rel=\"noopener\" target=\"_blank\">Denník N</a>, published data from sixty of the largest Slovak media pages that have experienced a <a href=\"https://medium.com/@filip_struharik/biggest-drop-in-organic-reach-weve-ever-seen-b2239323413\" rel=\"noopener\" target=\"_blank\">dramatic decrease in organic reach</a> as the result of Facebook moving Pages from the News feed into the Explore feed. Facebook representatives said this is a regional test the company is conducting in six smaller markets, including Bolivia, Cambodia, Guatemala, Serbia, Slovakia, and Sri Lanka. The main News feed in these areas includes only posts from friends and sponsors.</p>\n<p>Struhárik shared a chart that shows Slovak media pages having received 4x fewer interactions (likes, comments, shares) since the test began:</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/slovak-media-pages.png?ssl=1\"><img /></a>Interactions on 60 of the largest Slovak media Facebook pages – Source: CrowdTangle\n<p>Adam Mosseri, head of News Feed at Facebook, has <a href=\"https://twitter.com/mosseri/status/922521929277497346\" rel=\"noopener\" target=\"_blank\">confirmed</a> that the experiment is limited to the six countries and the company does not plan to take roll it out globally.</p>\n<p>“It’s not global and there are no plans to be,” Mosseri said. “People often tell us they want more from friends so we’re testing two feeds, one for friend content and another dedicated to page content.”</p>\n<p>When asked how long the experiment will last, Mosseri said, “Likely months as it can take that long for people to adapt, but we’ll be looking to improve the experience in the meantime.”</p>\n<p>Nevertheless, the test has had a dramatic impact on traffic to publishers in the six markets where it is currently active. It has also given the rest of the world a preview of what a new “pay to play” requirement for Facebook’s main News feed might look like in the future.</p>\n<p>Limiting the main News feed to posts from friends and family and relocating content from Pages to the Explore feed would be a welcome change for users but bad news for publishers that depend on Facebook to drive referrals. The News Feed has increasingly become a never-ending pile of clickbait posts and ads that users have to sift through in order to see any meaningful content from friends.</p>\n<p>Pages and publishers have had to become highly active in marketing their content to compete with advertising. If Facebook’s split feed experiments turn out to be a success, publishers may need to allocate more resources to their advertising budgets if they want to maintain the same reach on the social 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:\"Mon, 23 Oct 2017 22:33: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: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:89:\"WPTavern: Postman SMTP Plugin Forked after Removal from WordPress.org for Security Issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/postman-smtp-plugin-forked-after-removal-from-wordpress-org-for-security-issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3997:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/post.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/MSJNQ4EHZ2\">Jerry Kiesewetter</a>\n<p>In early October the popular <a href=\"https://wordpress.org/plugins/postman-smtp/\" rel=\"noopener\" target=\"_blank\">Postman SMTP</a> plugin was removed from WordPress.org due to security issues. The plugin had not been updated in two years and also contained <a href=\"https://www.pluginvulnerabilities.com/2017/06/29/reflected-cross-site-scripting-xss-vulnerability-in-postman-smtp/\" rel=\"noopener\" target=\"_blank\">a reflected cross-site scripting (XSS) vulnerability</a> that was made public in June and left unfixed. The security researcher’s attempts to contact the plugin’s author, Jason Hendriks, were unsuccessful.</p>\n<p>The plugin is used to improve the delivery of emails that WordPress generates and it logs the causes of failed emails to help eliminate configuration mistakes. It was installed on more than 100,000 sites before it was removed from WordPress.org.</p>\n<p>Yehuda Hassine, a WordPress developer and longtime user of the plugin, decided to fork it for the sake of its users and because he thought it was a shame to see all the the original author’s hard work go to waste.</p>\n<p>“As a fan of the amazing work Jason has done, I was amazed no one thought of taking it over,” Hassine said. “It’s a great plugin – Jason solved so many problems dealing with SMTP setup in WordPress. He worked so hard and the idea it might disappear shocked me. The plugin worked with almost zero bugs for the past two years.”</p>\n<p>Hassine’s fork <a href=\"https://github.com/yehudah/Postman-SMTP\" rel=\"noopener\" target=\"_blank\">started on GitHub</a> with fixes for the security issue, but he said he realized not having it on WordPress.org might be a problem for some users. He submitted it under a new name, <a href=\"https://wordpress.org/plugins/post-smtp/\" rel=\"noopener\" target=\"_blank\">Post SMTP Mailer/Email Log</a>, and included a patch for the security vulnerability along with fixes for a few bugs with the Gmail API, Mandrill, and SendGrid. The next item on his roadmap is to fix a few issues with PHP 7 compatibility.</p>\n<p>Hassine also requested to adopt the original plugin, as there is no way to contact the 100,000 users who depend on it. He said the WordPress.org plugin team denied his request at this time due to the number of users and his relative unfamiliarity in the community, as well as to give the original author more time to respond.</p>\n<p>The <a href=\"https://wordpress.org/plugins/post-smtp\" rel=\"noopener\" target=\"_blank\">Post SMTP Mailer/Email Log</a> fork has been alive for a week and already has more than 1,000 users. Hassine said he is spending his free time getting to know the SMTP protocol and Hendriks’ original code. Postman SMTP users who want to switch to the fork can keep the same settings by simply deactivating the old plugin and activating the new one.</p>\n<p>Hassine has committed to keeping the plugin free, as many of its users are somewhat technical and able to offer each other support. He said if the fork becomes popular and more difficult to maintain, he will consider a commercial model for support.</p>\n<p>Users of the original Postman SMTP plugin had no way of learning about the reasons behind its disappearance except on third-party sites like the Wordfence blog or Facebook posts. The WordPress.org Meta team is currently working on <a href=\"https://meta.trac.wordpress.org/ticket/2627\" rel=\"noopener\" target=\"_blank\">developing a better way to communicate</a> why certain plugins have been closed or removed from the directory. This is a high priority ticket item for the team and a solution should be in place when <a href=\"https://meta.trac.wordpress.org/milestone/Plugin%20Directory%20v3.0\" rel=\"noopener\" target=\"_blank\">the next version of the plugin directory</a> goes live.</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, 23 Oct 2017 16:07: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: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:63:\"WPTavern: Camp Press is Coming to Iceland April 19 – 22, 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/camp-press-is-coming-to-iceland-april-19-22-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5906:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/northern-lights-volcano-huts.jpg?ssl=1\"><img /></a>photo credit: Jeroen Van Nieuwenhove\n<p>The next installment of Camp Press will be <a href=\"https://camp.press/event/camp-press-adventure-series/\" rel=\"noopener\" target=\"_blank\">held in Iceland</a> at the Volcano Huts located in Húsadalur Valley in the Þórsmörk Nature Reserve April 19 – April 22, 2018. It will be the first time a Camp Press event will be held in Europe.</p>\n<p>The Camp Press organization was founded to help attendees detox from digital life while spending time in nature and connecting with others in similar industries. It just wrapped up its first successful event in Oklahoma last month and the next planned event will be held in <a href=\"https://camp.press/event/camp-press-lonestar-2018/\" rel=\"noopener\" target=\"_blank\">Austin, Texas on the San Marcos River</a>, February 23-25, 2018. In a guest <a href=\"https://wptavern.com/camp-press-a-detox-from-digital-life\" rel=\"noopener\" target=\"_blank\">post</a> on the Tavern, Brad Williams, an attendee at the inaugural event, described how the unstructured, unplugged time led to deeper connections:</p>\n<blockquote><p>As we learned more about each other, we quickly became more comfortable as a group. We shared stories, laughed, cooked, and debated topics from tech to TV shows. We discussed very personal struggles and experiences, some of which I would guess haven’t been shared outside of close family. We sang songs around the campfire, performed late-night improv, made s’mores, and enjoyed each other’s company.</p></blockquote>\n<p><a href=\"https://camp.press/event/camp-press-adventure-series/\" rel=\"noopener\" target=\"_blank\">Camp Press Iceland</a> will include four days off-the-grid with the opportunity for hikes, campfires, swimming in a geothermal swimming hole, and tours of the area with minimal scheduling. Camp Press co-organizer Mendel Kurland said they chose the venue in Iceland because many people have the location on their bucket lists.</p>\n<p>“Helping geeks detox from technology and their job is important for mental health and their ability to get things done on a daily basis,” Kurland said. “Many of us also don’t want to completely let go of talking about tech, business, or what we’re working on. This gives people a chance to disconnect with other people who understand them, while marking an item off their bucket list.”</p>\n<p>Camp Press events are different from WordCamps in that they are for-profit events. In addition to ticket sales, the organization also accepts sponsorships on a per-event and annual basis. Pantheon, Dreamhost, and WPEngine joined as founding sponsors for the first event. Kurland said currently no money leaves the coffers to pay for the organizers’ time and all money earned is re-invested back into the concept for hosting future events.</p>\n<p>Camp Press is also different in that it is a completely independent organization. Kurland and his co-organizers borrowed from both the WordCamp and Burning Man codes of conduct to create a <a href=\"https://camp.press/code-of-conduct/\" rel=\"noopener\" target=\"_blank\">code for Camp Press</a> that minimizes commercial interests and emphasizes inclusion, self-expression, and civic responsibility.</p>\n<p>“I’ve learned a lot from other organizers of WordCamps across the world – the struggles, the excitement, the fulfillment they enjoy,” Kurland said. “I didn’t consider the WordCamp model or foundation for this project. Independence from community politics is essential for this type of event. It’s important to have a separate objective space for connection and something that bridges between multiple communities as opposed to connected to one.”</p>\n<p>Kurland said this type of event excels in bringing together people from different professional backgrounds and ecosystems to collaborate.</p>\n<p>“Half are WordPress people, half aren’t,” he said. “So the opportunity to cross-pollinate and bring back awesome insights that are broader than your bubble is huge. There are a few ways this event bucks the trend. Right now we’re 60% female and 40% male for registration on the Iceland event.” The previous event hosted attendees from various professions, including graphic artists, authors, developers, and product company owners.</p>\n<p>Kurland said the Camp Press organization plans to offer a few more domestic US event this year, along with one or two European events. They are also planning on running trips to other exotic destinations in the future. Based on the demand the organizers have seen, they anticipate a lot of interest in future events and are considering hosting interest-focused camps.</p>\n<p>“Camp Press events will always be accessible to most and have enough activities to accommodate many interests,” Kurland said. “The next step will probably be helping companies to build out awesome experiences to gain deep insights regarding their team or client dynamics with this same type of event. We have also considered building experiences around other communities, i.e. doctors, scientists, teachers – people who need a break and have high stress jobs, but find it hard to disconnect.”</p>\n<p>Despite not being paid for his efforts in organizing the Camp Press events, Kurland said he finds a lot of personal fulfillment in participating that keeps him wanting to organize more in the future.</p>\n<p>“I need disconnection as much as the participants,” Kurland said. “So, for me, I get excited thinking about disconnecting and helping others shed their phone and laptop for a few days. It’s what has driven me to create these events, and I don’t see that drive dulling anytime soon.”</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, 20 Oct 2017 22:14:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: Accepting Donations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://heropress.com/accepting-donations/#utm_source=rss&utm_medium=rss&utm_campaign=accepting-donations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3609:\"<img width=\"960\" height=\"560\" src=\"https://heropress.com/wp-content/uploads/2017/10/icons_logo_overlay-1024x597.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"HeroPress Logo laid over icons of contributors\" /><p>Over the years people have occasionally said, “You should have a donation form; I’d like to help support HeroPress”. Recently a particularly deep conversation convinced me that allowing people to take part financially is a different, broader way for others to contribute to HeroPress.</p>\n<p>Since HeroPress doesn’t exist without its contributors, I consulted them first and got a universal, resounding, “YES!”.</p>\n<p>So as of today you’ll find a “Donate” button in the menu at the top of the site.</p>\n<h3>What will donations be used for?</h3>\n<p>I’m glad you asked! A variety of things.</p>\n<p>First, I’ll have resources to sink back into the project. Hosting has been donated, but I’d like to be able to do things like pay Stacey to make banners for the older essays that don’t have them, continue to pay her to make new banners each week, and some other things similar to that.</p>\n<p>Second, I’d like to be able to visit WordCamps on behalf of HeroPress. Donations would allow me to set aside money to travel either to camps I’ve been invited to by previous contributors or to new areas and introduce them to the project.</p>\n<p>Lastly, it helps cover my time spent on HeroPress. This project is (and will continue to be) a labor of love, but it still eats up about 5 hours of my week that I’m not spending with my family. While the project isn’t in danger of disappearing, donations simply help share the weight of the project.</p>\n<h3>Where can I Give?</h3>\n<h2><a href=\"https://heropress.com/give/\">Right Here</a></h2>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Accepting Donations\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Accepting%20Donations&via=heropress&url=https%3A%2F%2Fheropress.com%2Faccepting-donations%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Accepting Donations\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Faccepting-donations%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Faccepting-donations%2F&title=Accepting+Donations\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Accepting Donations\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/accepting-donations/&media=https://heropress.com/wp-content/uploads/2017/10/icons_logo_overlay-150x150.jpg&description=Accepting Donations\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Accepting Donations\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/accepting-donations/\" title=\"Accepting Donations\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/accepting-donations/\">Accepting Donations</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Oct 2017 12: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:\"\";}}}}}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:70:\"WPTavern: From Building WordPress Sites to Selling Plugins in One Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/from-building-wordpress-sites-to-selling-plugins-in-one-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13261:\"<img />Katie Keith\n<p>This is a guest post written by <span class=\"st\"><a href=\"https://barn2.co.uk/team/katie-keith/\">Katie Keith</a>, co-founder of <a href=\"https://barn2.co.uk/\">Barn2 Media</a>. In this post, Keith shares the lessons she and her husband learned transitioning from client work to selling WordPress products in one year.<br />\n</span></p>\n<hr />\n<p>If you’ve ever dreamed of quitting client work and earning passive income by selling WordPress themes and plugins, you’re not alone. Selling products instead of providing services is the holy grail for many WordPress professionals.</p>\n<p>This is the story of how I switched from building websites to selling plugins in just one year. Along the way, I’ve made a lot of mistakes and learned some valuable lessons. Here’s how you can make the switch too.</p>\n<h2>Seven Years Building WordPress Websites</h2>\n<p>I co-founded UK WordPress studio Barn2 Media in late 2009 with my husband Andy. We had always wanted to work for ourselves, and felt that web design was the perfect way to combine our skills. (His background is in web development; mine is project management and marketing.)</p>\n<p>For the next seven years, we built the business by designing WordPress websites for clients, both in the UK and worldwide. We were successful and always had more work than we needed. However, from very early on, we both aspired to sell our own products instead of building websites for other people.</p>\n<h2>Our Transition Into A Plugin Business</h2>\n<p>Working with clients is great, and you get to know a lot of interesting people from different walks of life. But as a business owner, I found it frustrating to spend all of my time helping other people to build their business, with very little time to develop my own. I wanted to run a business where I could reap the rewards of my hard work. And that’s where products come in!</p>\n<p>In the early days of the business, we tried launching a few products in our spare time, without success. In 2016, we committed to transforming Barn2 Media into a premium plugins company.</p>\n<p>Within three months, we had launched two free plugins and a paid one. Within six months of our product focus, we were able to stop accepting new client work. Within a year, we had five premium plugins. Income from the plugin business overtook the original client business, and we haven’t looked back since.</p>\n<img />Plugin Sales Report\n<h2>Lesson #1: Commit by Any Means Necessary</h2>\n<p>A lot of WordPress professionals try to develop themes or plugins as a side business, alongside their client projects. Some have found success that way, but it’s much more difficult. I tried this in 2012-13, and failed miserably.</p>\n<p>In 2012, the WordPress themes industry was less mature and some fairly simple themes were seeing huge success. We wanted a piece of the pie, and started building a simple multipurpose theme.</p>\n<p>The reality of day-to-day client work made it difficult to commit much time to the theme. Before we knew it, a year had passed before we were ready to submit it to ThemeForest (our chosen marketplace due to the easy route to market). By then, the themes industry had changed and was dominated by much more advanced themes that we didn’t have the resources to compete with. The market had moved on, leaving us behind.</p>\n<p>When we started building plugins in early 2016, we learned from this mistake. Andy stopped designing websites for clients, and focused 100% on the plugins. I continued with some client projects, but dedicated 50% of my time to marketing.</p>\n<p>It was scary to intentionally limit our income by turning down client work – especially when there are bills for pay. Fortunately, the extra commitment was worth it. We made excellent progress and got our plugins to market quickly. This made all of the difference.</p>\n<p>If you want to build a successful theme or plugins business, commit as much time as possible to it – even if it means a short-term drop in income. You may still need to do some client work to pay the bills, but do the absolute minimum and don’t be afraid to say <strong>No</strong>. This will make you much likelier to succeed.</p>\n<h2>Lesson #2 – Go Niche, and Avoid Marketplace Fees</h2>\n<p>When we were developing a theme, we planned to sell it on ThemeForest because we’d struggle to achieve the same level of exposure ourselves. We knew we’d have to give away a huge percentage of our income in commission, but figured that it’s better to have a 50% of something than 100% of nothing.</p>\n<p>Since then, I’ve learned that you can have your cake and eat it too. The trick is to create niche products where you have a reasonable chance of getting the exposure you need.</p>\n<p>To illustrate this point, let’s look at our first plugin – <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-password-protected-categories/\">WooCommerce Password Protected Categories</a>. It solves a very specific problem, and is about as niche as you can get! We could have sold it on a marketplace such as CodeCanyon, who would have priced it at about $25. After commission, we’d have received $12.50-$17.50 per sale.</p>\n<p>Instead, we decided to sell the plugin directly on our own website. After researching the cost of similar plugins, we set the price at $75.</p>\n<p>With those costs, it would only be worth using a marketplace if it would get 500% more sales. However, ‘WooCommerce password protected categories’ is a very niche keyword and quickly reached number one in Google.</p>\n<p>This put it directly in front of people who were looking for this solution. When I compare our sales figures with other plugins on CodeCanyon, I’m confident that we’ve had just as many sales from selling direct – with much higher revenue and profit margin.</p>\n<p>If you’re switching to plugin sales and don’t have a huge marketing budget, do your research and create niche plugins to meet a specific need. The WordPress market is so huge that there are plenty of people looking for solutions – even very niche ones.</p>\n<h2>Lesson #3 – Get Ideas From Your Clients</h2>\n<p>As a client-facing WordPress company, you’re in a unique position to know what your clients want. When a client requests a new feature for their website, you probably research suitable plugins. If you’ve ever failed to find a suitable plugin, you’ve found a potential gap in the market!</p>\n<p>This is how we ended up with our bestselling plugin. A client wanted a table listing all of their blog posts. We didn’t find any WordPress table plugins that could do this dynamically, so we developed a bespoke plugin for the client. Later, we released an <a href=\"https://en-gb.wordpress.org/plugins/posts-data-table/\">enhanced version</a> to the WordPress plugin repository.</p>\n<p>After launching the free table plugin, we immediately started getting requests from users wanting to list other WordPress post types in a table. We launched <a href=\"https://barn2.co.uk/wordpress-plugins/posts-table-pro/\">Posts Table Pro</a> as a premium plugin to solve this problem.</p>\n<p>Posts Table Pro was (and still is) quite popular, but we quickly discovered that a lot of our customers were using it to list WooCommerce products in a table. We received lots of requests for dedicated WooCommerce features such as Add to Cart buttons. In response, we developed <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\">WooCommerce Product Table</a> which has been hugely successful.</p>\n<img />Plugin Ideas\n<p>We never came up with the idea for a WooCommerce table plugin. It was a gradual journey that started with an unrelated request from a client.</p>\n<p>You can do the same. Use your web design clients as a starting point for finding gaps in the market. Go with the flow and evolve new ideas wherever you see demand. If you’re flexible, you can eventually end up with a bestselling plugin!</p>\n<h2>Lesson #4 – Focus on Professionalism</h2>\n<p>However good your plugins are, they will only sell if people trust you and are confident in buying from you. This is easy if you’re a big name and have a known brand. Unfortunately, we didn’t have those luxuries!</p>\n<p>Barn2 Media is well-known as a WordPress agency, but not as a plugin company. We had to work hard to reassure customers that we’re a professional company that they can safely buy from.</p>\n<p>Here’s how you can do the same:</p>\n<ul>\n<li>Ensure your overall website is professional and has the attention to detail that people will expect from your products.</li>\n<li>Add extra trust factors to your website, such as badges and logos.</li>\n<li>Create well designed sales pages with plenty of information such as screenshots and demo videos.</li>\n<li>Show customer reviews on the sales page. To get started, add a testimonial from one of your web design clients. Once more people are using your product, you can replace it with a full reviews section.</li>\n<li>Design a comprehensive demo site for your themes or plugins.</li>\n<li>Use well-known payment providers.</li>\n<li>Add an <a href=\"https://wptavern.com/more-than-50-of-web-traffic-is-now-encrypted\">SSL certificate</a>.</li>\n</ul>\n<p>These details definitely make a difference. Every time we’ve taken steps to make our website more professional, we’ve seen a big jump in sales. A lot of small theme and plugin companies fall at this hurdle and their products get lost behind an unprofessional website – don’t let the same happen to you.</p>\n<h2>Lesson #5 – Don’t Let Customer Support Overwhelm You<i></i></h2>\n<img />photo credit: <a href=\"http://www.flickr.com/photos/ironrodart/4154904299/\">IronRodArt – Royce Bair (“Star Shooter”)</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>One of my biggest fears in switching to plugin sales was that customer support would be just as time-consuming as supporting clients. In our first few months of selling plugins, every sale seemed to demand a large amount of support. We couldn’t imagine how we would cope with a big increase in sales.</p>\n<p>We overcame this by designing every part of the plugin business in a way that would reduce the need for support:</p>\n<ul>\n<li>Build a searchable knowledge library for your documentation and FAQ’s. Make sure customers can only see the ‘Request Support’ link <i>after</i> searching the knowledge library.</li>\n<li>Create a confirmation email with clear setup instructions and links to the knowledge base.</li>\n<li>Add explanatory notes and links to the documentation to your settings pages.</li>\n<li>View every support request as a learning opportunity. How can you prevent other customers from asking the same question in future?</li>\n</ul>\n<p>It’s vital to provide excellent customer support, whether you do it yourself or outsource it. But there’s nothing wrong with helping customers to help themselves, so they’re unlikely to contact you in the first place. This lets us provide better support, build direct relationships with our customers, and constantly improve our plugins and documentation to reduce the need for support even further.</p>\n<p>We originally thought that we’d have to outsource plugin support. In the end, we managed to scale the plugin business to 200+ sales per month while still only spending an hour or two a day on support.</p>\n<h2>Lesson #6 – Your Old Clients Are A Safety Net, Not A Burden</h2>\n<p>If you’ve been designing websites for a while, then you probably have quite a few existing clients under your belt. It’s easy to see them as a distraction when you’re trying to focus on new goals. Instead, view them as an extra income stream that will provide financial security through your leap into the unknown.</p>\n<p>We host and maintain over 70 websites that we previously developed. We stopped taking on new clients over a year ago, but still take care of our original clients. This doesn’t take much of our time because the hosting and maintenance arrangements are already in place, and it’s easy to make small changes to websites we built ourselves.</p>\n<p>These websites were a lot of work to develop, but now provide a vital stream of passive income. This allowed us to stop taking on new clients more quickly while the income from the plugin business played catch-up. It’s also a safety net in case the plugin industry takes a downturn in the future.</p>\n<h2>Putting It Into Practice</h2>\n<p>After dreaming about it for so many years, I’m so proud that we finally made the transition from designing websites to selling plugins. It wasn’t easy, but when we fully committed to switching to plugins, everything came together and we haven’t looked back.</p>\n<p>When you’re <i>focused</i> on client projects, it’s hard to rise above the day-to-day grind and prioritize product development. Many people have written about the difficulties of starting a theme or plugin business, given the amount of competition and the maturity of the market. By following the lessons in this article, I believe that you can create a space for yourself and find the success you deserve.</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, 20 Oct 2017 05:08: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: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:91:\"WPTavern: AMP Project Turns 2, Automattic Partners with Google to Improve WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/amp-project-turns-2-automattic-partners-with-google-to-improve-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8308:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-19-at-1.50.42-PM.png?ssl=1\"><img /></a></p>\n<p>Google’s <a href=\"https://www.ampproject.org/\" rel=\"noopener\" target=\"_blank\">AMP</a> (Accelerated Mobile Pages) project is two years old today and the company published <a href=\"https://amphtml.wordpress.com/2017/10/19/amp-two-years-of-user-first-webpages/\" rel=\"noopener\" target=\"_blank\">data</a> demonstrating its growing adoption across the web. More than 4 billion AMP pages have been published by 25 million domains. AMP performance has also increased and Google reports that the median time for loading AMP pages from its search engine is less than half a second.</p>\n<p>The AMP team also cited several examples of success for sites that have integrated AMP, along with an as yet unpublished Forrester Consulting Total Economic Impact<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2122.png\" alt=\"™\" class=\"wp-smiley\" /> study that linked AMP to a 10% increase in website traffic and a 2X increase in time spent on the page. The study, which was commissioned by Google, also showed that AMP pages on e-commerce sites have a 20% increase in sales conversions as compared to non-AMP pages.</p>\n<p>Google credited AMP’s 400+ code contributors and the 10,500 others who have engaged on GiHub, along with <a href=\"https://automattic.com/\" rel=\"noopener\" target=\"_blank\">Automattic</a>, one of the earliest publishing partners on the project:</p>\n<blockquote><p>We’re also seeing other organizations take an increasingly proactive role in supporting AMP. Automattic, for example, has been working with us to improve the quality of the WordPress plug-in over the past several months. In addition to strong adoption across the community, WordPress.com VIP clients like <a href=\"https://vip.wordpress.com/2017/10/19/happy-second-birthday-amp/\" rel=\"noopener\" target=\"_blank\">The New York Post and PMC have seen great results</a> with their implementations.</p></blockquote>\n<p>WordPress.com’s VIP team also <a href=\"https://vip.wordpress.com/2017/10/19/happy-second-birthday-amp/\" rel=\"noopener\" target=\"_blank\">published</a> specific instances where their clients have benefited from AMPing up their articles.</p>\n<p>“Across Automattic (including WordPress.com and VIP) hundreds of millions of client page views per month are delivered through AMP today,” WordPress.com VIP Strategic Partnerships director Tamara Sanderson said. “Over the last two years, many of our clients and partner agencies have customized and optimized the AMP experience for their particular needs, with impressive results.”</p>\n<h3>AMP WordPress Plugin Updated after 10 Months</h3>\n<p>Automattic updated its <a href=\"https://wordpress.org/plugins/amp/\" rel=\"noopener\" target=\"_blank\">AMP WordPress plugin</a> two months ago, but the average WordPress site owner doesn’t have the budget to customize and tweak it to achieve success. Users haven’t fared well with the open source plugin, which went for approximately 10 months without any updates. Many have encountered difficulties ranging from activation errors to incompatibilities with other plugins, problems with analytics, and validation errors. Users also cannot get support on the WordPress.org forums and 0/39 support issues have been resolved in the past two months.</p>\n<p>Although there are several alternative plugins in the directory for implementing AMP on WordPress sites, Automattic, as a partner with Google on the AMP initiative, seems to the best positioned to author the official plugin with the company’s experience AMPing up pages at scale. Automattic is still committed to improving the plugin but users may need to hire a professional developer for AMP-related plugin support.</p>\n<p>Version 0.5, <a href=\"https://wordpress.org/plugins/amp/#developers\" rel=\"noopener\" target=\"_blank\">released in August 2017</a>, included just a handful of updates for having been 10 months in development. The release brought the plugin closer to the AMP spec, replaced fastimage with fasterimage for PHP 5.4+, and added support for new embed handlers, including Vimeo, SoundCloud, and Pinterest.</p>\n<h3>Automattic Aims to Work with Google to Push AMP to be more Open</h3>\n<p>Throughout the past year, AMP has come under fire from critics who believe that it is harmful to the open web. By default AMP forces users to load JavaScript from the AMP project site, loads the cached content from its own servers, and uses a subset of HTML that optimizes pages to benefit Google and Google search users.</p>\n<p>Many critics take issue with the fact that Google is incentivizing AMP’s use by prioritizing AMP pages in search results. It’s easy to forget that Google Search, with its overwhelmingly dominant market share among search engines, is not a public service to the world. It’s a company that seeks to make a profit. Can the AMP project be open enough to stay immune to Google’s drive for profit?</p>\n<p>WordPress.com was one of the first publishers to partner with Google on this initiative to speed up the mobile web. While attending WordCamp Europe 2017, I asked Automattic CEO Matt Mullenweg how AMP can be good for the open web, despite how much control publishers are required to yield when it comes to their mobile content. Mullenweg said that he sees pluses and minuses in what AMP currently provides to users.</p>\n<p>“The things I like about AMP is it removes a lot of cruft and it’s ultra-fast,” he said. “Now if I see an AMP link I’m more likely to click on that than other things. I know I’m not going to get some weird popup that redirects my browser to the app store or anything like that. I think that is good and necessary.” He also said he disliked a few of the downsides that critics bring up but thinks that those can be worked out in time.</p>\n<p>“WordPress was very early in adopting responsive pages,” Mullenweg said. “Also some plugins, including Jetpack, that do a mobile version of a site, do create a better experience and are a big reason why people have adopted WordPress in the past.</p>\n<p>“AMP is the next version of that. It is more open and standard than what we’ve done in the past and I could see it becoming a much more inclusive thing than it is. Given that that is one of Automattic’s core principles as well, we’re going to work with Google to try to push it that direction and try to bring a lot of the web along with it.</p>\n<p>“The alternatives out there, like say Facebook’s proprietary Instant Articles format, are not necessarily better, especially if they tie you into one form of monetization, like Facebook’s ads. So I do believe that AMP has the potential to be much more open and in line with WordPress’ ideal version of that, but it is imperfect as it stands today.”</p>\n<p>For now it seems Google considers AMP to be a success, as adoption has increased and the project is undoubtedly achieving its goal of improving performance for mobile pages. The company is working on delivering better, faster ads to users, as many publishers have experienced <a href=\"https://digiday.com/media/publishers-find-google-amp-loads-fast-ad-views/\" rel=\"noopener\" target=\"_blank\">decreased revenues associated with ads loading much slower than the actual content</a>.</p>\n<p>The project is still young and Google has a fine line to walk in order to deliver value without overstepping its reach. It may not be long before AMP support becomes Google’s the next official ranking signal. Site speed is already one of the search engine’s considerations in delivering traffic, so AMPed pages already influence which sites are featured in search results, which in turn affects ad performance and site monetization.</p>\n<p>For the average WordPress site owner, adding AMP support still requires overcoming a number of technical hurdles. With Automattic committed to supporting and improving the AMP experience for its VIP clients, it should not be long before the larger publishers and their agency partners are able to iron out more of the difficulties that have kept AMP integration from being seamless for all WordPress users.</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, 19 Oct 2017 23:54:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: WooCommerce Stores on Track to Surpass $10B in Sales This Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75861\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4585:\"<p>The third annual <a href=\"https://wooconf.com/\">WooConf</a>, the official conference for <a href=\"https://woocommerce.com/\">WooCommerce</a>, is underway today. It started off with a keynote by Todd Wilkens, Head of WooCommerce, providing an overview of the project’s accomplishments over the past year and a preview of what’s to come.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"und\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/wooconf?src=hash&ref_src=twsrc%5Etfw\">#wooconf</a> — <a href=\"https://twitter.com/WooCommerce?ref_src=twsrc%5Etfw\">@woocommerce</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/8l07LgLd1y\">pic.twitter.com/8l07LgLd1y</a></p>\n<p>— John Kent (@johnkentsf) <a href=\"https://twitter.com/johnkentsf/status/921054095120756737?ref_src=twsrc%5Etfw\">October 19, 2017</a></p></blockquote>\n<p></p>\n<p>When the crowd was asked to guess how much in sales WooCommerce stores would generate this year, guesses ranged from $10M to $1B. According to Wilkens, WooCommerce stores will collectively generate more than $10B in sales this year and says the figure could be as high as $15B. WooCommerce extension sales are expected to generate more than $30M.</p>\n<p>Wilkens thanked and acknowledged <a href=\"https://github.com/woocommerce/woocommerce/graphs/contributors\">the 616 contributors</a> working on the platform. He then outlined three distinct user segments the company is catering too: store builders, store owners, and extension developers. These user segments are causing the company to reorganize internally and are providing the focus for features going forward.</p>\n<p>WooCommerce is used by a lot of small-to-medium sized businesses but it’s also used by businesses that generate $100M or more per year. Wilkens profiled <a href=\"https://www.heb.com/\">H-E-B</a>, a large grocery retailer in Texas that uses WooCommerce for its sister company, <a href=\"http://centralmarket.com/\">Central Market</a>. WebDevStudios <a href=\"https://webdevstudios.com/portfolio/central-market/\">built the site</a> on WordPress and used WooCommerce to handle the company’s eCommerce needs.</p>\n<h2>Coming to A WooCommerce Near You</h2>\n<p>WooCommerce is making investments into its design and user experience with the insight of <a href=\"https://design.blog/2016/08/08/john-maeda/\">John Maeda</a>, the company’s Global Head of Computational Design and Inclusion. The company is also investing in user research, testing, interviews, feedback, and doing what they can to learn about its users needs.</p>\n<p>He acknowledged the hiccups users encountered when upgrading <a href=\"https://wptavern.com/woocommerce-3-0-brings-major-improvements-to-product-gallery-introduces-crud-classes-and-a-new-cli\">sites to WooCommerce 3.0</a> earlier this year and says the experience has placed a heavier emphasis to establish a reliable upgrade and maintenance path.</p>\n<p>WooCommerce will combine its affiliate program with WordPress.com so that everything is managed under one roof. As WooCommerce has improved, it has also developed closer ties to Jetpack and WordPress.com in order to provide additional services.</p>\n<p>Automattic has years of experience building and maintaining SaaS infrastructures. Instead of creating a separate infrastructure for WooCommerce, the team decided to leverage Automattic’s infrastructure with Jetpack. We’ll publish more about this relationship in a future article.</p>\n<p>WooCommerce will revamp its mobile application and is opening its marketplace to extension authors. Extension authors can expect higher commissions, more control, and better access to their customers. Authors will also be able to provide support to their own customers on the site.</p>\n<p>Earlier this year, WooCommerce <a href=\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\">dropped its 50% renewal discount</a> forcing customers to pay full-price without explicitly notifying them. Near the end of keynote, Wilkens provided context for the move saying it was about sustainability. Although comments on the article indicated that many customers were upset with the change, Wilkens says it has proven to be successful and has led to a substantial improvement in customer support.</p>\n<p>Those involved in the WooCommerce ecosystem can expect to see many more changes to both the website and platform in the coming months.</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, 19 Oct 2017 22:30: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:\"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:30:\"Dev Blog: WordPress 4.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3430:\"<p>WordPress 4.9 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2 and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41938&stop_rev=41847&limit=100&sfp_email=&sfph_mail=\">92 changes</a> in Beta 3. A few of these newest changes to take note of in particular:</p>\n<ul>\n<li>The plugin/theme editors now show files in a scrollable expandable tree list. See <a href=\"https://core.trac.wordpress.org/ticket/24048\">#24048</a>.</li>\n<li>Backwards compatibility has been improved for MediaElement.js, which is upgraded from 2.2 to 4.2. See <a href=\"https://core.trac.wordpress.org/ticket/42189\">#42189</a>.</li>\n<li>When you create post stubs in the Customizer (such as for nav menu items, for the homepage or the posts page), if you then schedule your customized changes or save them as a draft, then these Customizer-created posts will appear in the admin as “Customization Drafts”; these drafts can be edited before your customized changes are published, at which time these posts (or pages) will also be automatically published. See <a href=\"https://core.trac.wordpress.org/ticket/42220\">#42220</a>.</li>\n<li>Theme browsing and installation experience in the Customizer has seen some bugfixes (e.g. <a href=\"https://core.trac.wordpress.org/ticket/42215\">#42215</a> and <a href=\"https://core.trac.wordpress.org/ticket/42212\">#42212</a>), with some known remaining issues outstanding <a href=\"https://core.trac.wordpress.org/ticket/42052\">in Safari</a>.</li>\n<li>There is now a callout on the dashboard to install and activate Gutenberg. See <a href=\"https://core.trac.wordpress.org/ticket/41316\">#41316</a>.</li>\n<li>Menus in the Customizer have seen additional usability improvements. See <a href=\"https://core.trac.wordpress.org/ticket/36279\">#36279</a> and <a href=\"https://core.trac.wordpress.org/ticket/42114\">#42114</a>.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><i>Many refinements<br />\nExist within this release;<br />\nCan you find them all?</i></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Oct 2017 05:18: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:12:\"Weston Ruter\";s: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:91:\"WPTavern: Google Chrome v62 Adds Support for OpenType Variable Fonts, Expands HTTP Warnings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/google-chrome-v62-adds-support-for-opentype-variable-fonts-expands-http-warnings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4779:\"<p><a href=\"https://chromereleases.googleblog.com/2017/10/stable-channel-update-for-desktop.html\" rel=\"noopener\" target=\"_blank\">Google Chrome version 62 was pushed to the stable channel</a> for Windows, Mac, and Linux today and will be rolling out to users over the next few days. The browser is continuing to put the pressure on website owners to migrate to HTTPS. As expected from the roadmap laid out earlier this year, a “Not Secure” warning is now displayed when visitors land on an HTTP page that includes a form, as well as on all HTTP pages in Incognito mode.</p>\n<p>Previously, Chrome displayed the warning if it detected any forms on the page that transmit data such as passwords or credit card information. Version 62 shows the warning on all HTTP pages that include forms of any kind. This is another gradual step on the road to eventually showing the “Not secure” warning for all HTTP pages.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/http-page-warning.png?ssl=1\"><img /></a></p>\n<p>Chrome 62 also introduces support for <a href=\"https://medium.com/@tiro/https-medium-com-tiro-introducing-opentype-variable-fonts-12ba6cd2369\" rel=\"noopener\" target=\"_blank\">OpenType Variable Fonts</a>, a new technology that combines multiple font files into one compact file, delivering all variations of that font, including stretch, style, and weight. Developers can use the updated CSS properties to customize the font display and specify variations in its axis parameters using numeric values.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/variable-fonts.gif?ssl=1\"><img /></a>Animated Amstelvar and Decovar variable font examples – Image credit: <a href=\"https://blog.chromium.org/2017/09/chrome-62-beta-network-quality.html\">Chromium blog</a>\n<p>OpenType Variable Fonts is a collaborative effort <a href=\"https://www.microsoft.com/en-us/Typography/FontVariationsAnnouncement.aspx\" rel=\"noopener\" target=\"_blank\">led by Microsoft</a> that includes contribution from teams at Adobe, Apple, Google, and input from independent font and tool makers. Microsoft is calling it “the biggest enhancement to OpenType since the OpenType specification was first released nineteen years ago.” The company’s announcement, published in 2016, describes a few of the most important advantages of OpenType Variable Fonts:</p>\n<blockquote><p>OpenType Font Variations enables web site designers and application developers to deliver typographically rich experiences while using very little network bandwidth and small font files. Variable fonts will also give document creators a broad palette of typographic features without having to manage hundreds of font files. Variable fonts are all about doing more with less.</p></blockquote>\n<p>Last year, after OpenType Font Variations were added to version 1.8 of the OpenType font format specification, <a href=\"http://www.tiro.com/\" rel=\"noopener\" target=\"_blank\">Tiro Typeworks</a> co-founder John Hudson wrote an excellent <a href=\"https://medium.com/@tiro/https-medium-com-tiro-introducing-opentype-variable-fonts-12ba6cd2369\" rel=\"noopener\" target=\"_blank\">article</a> explaining how variable fonts work and their potential impact on typography in the future:</p>\n<blockquote><p>The potential for dynamic selection of custom instances within the variations design space — or design-variations space, to use its technical name — opens exciting prospects for fine tuning the typographic palette, and for new kinds of responsive typography that can adapt to best present dynamic content to a reader’s device, screen orientation, or even reading distance.</p></blockquote>\n<p>Variable fonts are currently in development for Microsoft Edge and the team is also working on a <a href=\"https://www.w3.org/TR/css-fonts-3/\" rel=\"noopener\" target=\"_blank\">formal proposal to add support to CSS</a>.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Just submitted the PR, should be live on the status site soon. Variable fonts are in development in <a href=\"https://twitter.com/MSEdgeDev?ref_src=twsrc%5Etfw\">@MSEdgeDev</a></p>\n<p>— Greg Whitworth (@gregwhitworth) <a href=\"https://twitter.com/gregwhitworth/status/914256194461687808?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<p>Chrome adding support for OpenType Font Variations puts the technology one step closer to becoming more widely adopted, which should improve performance for sites across the web. Google is also <a href=\"https://opensource.googleblog.com/2016/09/introducing-opentype-font-variations.html\" rel=\"noopener\" target=\"_blank\">working on bringing variable fonts to the Noto fonts project, Google Fonts, and other products</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Oct 2017 04:51:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:88:\"WPTavern: GoDaddy Launches New Managed WordPress Hosting Platform Aimed at Professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/godaddy-launches-new-managed-wordpress-hosting-platform-aimed-at-professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4362:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/09/godaddy-logo.jpg?ssl=1\"><img /></a></p>\n<p>GoDaddy has expanded its managed WordPress hosting plans to include a new “<a href=\"https://www.godaddy.com/hosting/pro-wordpress-hosting\" rel=\"noopener\" target=\"_blank\">Pro WordPress</a>” platform with tools aimed at professionals who are hosting multiple sites. Although GoDaddy currently has 4 million customers running on WordPress, its more basic plans were not adequate for those who require additional tools to manage multiple sites and clients in one place.</p>\n<p>“Our new Managed WordPress platform is for WordPress professionals, which we’ve struggled to serve well in the past,” GoDaddy’s Head of WordPress, Gabriel Mays, said. “We’re fixing that.”</p>\n<p>Pro WordPress, a product the company teased at WordCamp Europe 2017, uses PHP 7.1 as the default, Kubernetes container management, and gives each site isolated, dedicated resources. It also includes ManageWP premium tools (<a href=\"https://www.godaddy.com/pro/managewp?isc=cardigan\" rel=\"noopener\" target=\"_blank\">GoDaddy Pro Sites</a>), 90 days of backups powered by ManageWP, staging site environment, a Gravity Forms license, a library of 10,000+ free stock images, scanning and monitoring powered by Sucuri, and free SSL automatically installed on every site.</p>\n<p>GoDaddy’s new offering is aggressively priced at $10/month for one site and ranges to $99/month for 25 sites. Mays said that hosting millions of WordPress sites has allowed GoDaddy to gain economies of scale and pass on the savings to customers. For comparison, WP Engine’s personal plan <a href=\"https://wpengine.com/plans/\" rel=\"noopener\" target=\"_blank\">pricing</a> starts at $25/month for one site and $249/month for 25 sites. Flywheel’s bulk <a href=\"https://getflywheel.com/pricing/\" rel=\"noopener\" target=\"_blank\">pricing</a> starts at $92/month for 10 installs and $229/month for up to 30 sites. SiteGround is still somewhat of an outlier with unlimited installs for any of its <a href=\"https://www.siteground.com/wordpress-hosting.htm\" rel=\"noopener\" target=\"_blank\">bulk WordPress hosting plans</a>, which begin at $5.95/month and range to $11.95/month.</p>\n<p>“Our chief competitors are other hosts who serve Web Pros like WP Engine, SiteGround, and others,” Mays said. “We differentiate in performance, quality, and value. For example, while our competitors serve their products from a shared environment, we don’t. Our customers get a fully containerized environment with isolated resources. This delivers high performance and failover for high redundancy.”</p>\n<p>GoDaddy’s WordPress customer base continues to outpace the growth of the market. In 2016, roughly one third of all GoDaddy sites were running on WordPress, and half of all new sites were using the software. Over the past several years, GoDaddy has been working to overcome its poor reputation in the WordPress community. During that time, the company acquired several large WordPress-related products to boost its offerings in the space, including ManageWP (<a href=\"https://wptavern.com/godaddy-acquires-wordpress-site-management-service-managewp\" rel=\"noopener\" target=\"_blank\">September 2016</a>), WP Curve (<a href=\"https://wptavern.com/godaddy-acquires-wp-curve-aims-to-become-a-one-stop-shop-for-wordpress-professionals\" rel=\"noopener\" target=\"_blank\">December 2016</a>), and Sucuri (<a href=\"https://wptavern.com/godaddy-acquires-sucuri\" rel=\"noopener\" target=\"_blank\">March 2017)</a>.</p>\n<p>The acquisition of these products, as well as partnerships with Gravity Forms, Beaver Builder, and WP101, were all milestones in what Mays said is GoDaddy’s goal – to become “a one-stop shop for WordPress professionals.” The company continues to invest in the community by sponsoring WordCamps globally and supporting WordPress security team lead Aaron Campbell as a full-time core contributor.</p>\n<p>“Five years ago, GoDaddy wasn’t involved in the WordPress community; we were the mammoth host that made money off of WordPress without giving back,” Mays said. “We’ve made some big strides in changing that, and will continue to ramp up our commitment to the WordPress community.”</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 Oct 2017 21:57:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"HeroPress: Be Brave and Trust Yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/be-brave-and-trust-yourself/#utm_source=rss&utm_medium=rss&utm_campaign=be-brave-and-trust-yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11448:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/10/101717-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Choose to be brave and trust yourself.\" /><h3>Beginnings</h3>\n<p>I was born into a working-class family in Targoviste, a small town in Romania situated around 50 miles from the capital, Bucharest. My childhood was a normal one, mostly happy but marked negatively by the frequent conflicts between my parents.</p>\n<p>Growing up, they didn’t have much to offer to me and my brother. They struggled to give us as much as possible, and at the end, they did offer us quite a decent life, but all those shortages can be quite difficult to understand, especially for a child.</p>\n<p>“Why the other kids can have things that I don’t have?”</p>\n<p>“Why didn’t my parents gave me more?”</p>\n<p>I knew since then, part of the answer. They didn’t give me more because they didn’t have more, not because they didn’t want to. Thinking more about this, years later, I actually realized, that this whole situation was actually more of a blessing for me, and I am now really grateful for it.</p>\n<p>Why I’m saying this?</p>\n<p>Because not having everything gave me an incredible motivation to grow, overcome my situation, be creative and don’t ever give up on my dreams.</p>\n<h3>Facing the world</h3>\n<p>Wanting to do great things with my life, I always knew that staying in my small town forever is not an option.<br />\nSo, at 19, after finishing high school, I got admitted to Politehnica University of Bucharest, to study Computer Science. My brother was the one that convinced me to pursue this subject of study, as I wasn’t very sure on which path I should choose because I was not having enough self-confidence that I would be good at it, even though I always was better at this fields of study in school.</p>\n<p>I have to thank him for that.</p>\n<p>Going to University was by far the most important moment in my life at that time. It was hard but beautiful at the same time, the whole experience. At first, it was a total shock for me. Between all the big changes in my life, like leaving home for the first time, living in a college dorm with three new girls, taking care of myself and all that, school was not that easy anymore either. Even though I always liked studying and was one of the best students in my class, University was at a totally different level.</p>\n<blockquote><p>It was really difficult to adjust, as I started to think again that maybe I wasn’t good enough for this, that it’s not something I can do, and I should give up.</p></blockquote>\n<p>Luckily I didn’t do that, and with lots of work, in time, I managed to adapt and eventually finish the University with both a Bachelor’s degree and Master’s degree in Computer Science.</p>\n<p>From my second year at University, I started thinking seriously that I should start working. I always wanted to have financial independence, as I also knew deep down, how difficult it would be for my parents to sustain me over the course of the next years of study. So, I started to search for jobs. I had so little self-confidence that I thought that nobody will ever hire me, so I took the first job offer that I received.</p>\n<p>I started to work part-time as a junior web developer at a small IT company. Looking back at that time, I can’t say I learned much there, as the company itself and the people in charge of it were not very interested in teaching me something or giving me interesting projects, so I could evolve professionally. And this was not happening just for me. Months later I realized this was their thing. They were mostly hiring students, paying them very small salaries and in some ways taking advantages of them. For example, in my case, they didn’t make me a contract even after 6 months there, even though they promised me that since day one. So, I was working illegally all that time, with no paid taxes, with a salary of just 90$ a month.</p>\n<p>But considering all this, I’m honestly happy I’ve had the chance to work there. I didn’t have the chance to learn much programming there, but I learned other valuable things that helped me through my life. All I’ve experienced that time, gave me a much more sense of what the world really is. And it made me realize that I want more, that I deserve more. There had to be something better out there.</p>\n<p>Plus, there is where I met my fiance <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<h3>Finding my way</h3>\n<p>I started to search for a new job and lucky enough, in a couple of days I started working at Codeinwp.com. At that time, it was a really small agency, in a tiny office, with only two other employees besides me. We were all kind of the same age, students with no money, no major work ( or as a matter of fact, even life ) experience but with big ambitions. It was obvious for me, from the start, that this was a very different company than the one where I’ve worked before. I got my contract signed in the first two days, I got payed better, I got interesting projects to work on, I got people helping me learn.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2017/10/img_1.jpg\"><img class=\"wp-image-2173\" src=\"https://heropress.com/wp-content/uploads/2017/10/img_1.jpg\" alt=\"Rodica at WordCamp\" width=\"300\" height=\"450\" /></a>WordCamp Europe 2017 Paris, The Afterparty\n<p>And I got something that I didn’t know existed in other companies. I got freedom and trust. Lots of trust.</p>\n<p>The company is co-founded by Ionut Neagu, who was at that moment living in France. And he was running the business from there, miles away from us, not knowing what we’re doing all the time. I don’t think many people would be able to do this. And do it successfully.</p>\n<p>I also think that part of his success in running this business is his way of being, as he is genuinely one of the most generous and kind-hearted people I’ve met. Always there for everyone.</p>\n<h3>The Breakthrough</h3>\n<p>The first couple of years in the company were a bit tough, especially for Ionut, as he had to always find new projects and customers to make sure we are making enough money to sustain us all. At that time, I didn’t realized that, but now I understand how difficult it was for him sometimes, and I appreciate him more.</p>\n<blockquote><p>Here is where I also first encountered WordPress. It was a new concept, not just for me, but for the other guys too. And we started to learn it, step by step, project by project. And it changed our lives.</p></blockquote>\n<p>In 2014, the whole company made a risky change, that proved, in time, to be a great choice. We launched Themeisle.com, a marketplace for our own WordPress themes and plugins, and also launched Zerif Lite, that gradually became one of the most popular themes on the wordpress.org repository. Currently is used by more than 100.000 users.</p>\n<p>The road was not an easy one, but 5 years later, almost 500,000 people in the world are using our products. I still can’t believe that so many people are influenced by something that I’ve done. Always thought that is difficult for a common man to have an impact on the world. But I had an impact too, in my own way.</p>\n<h3>Discovering The World</h3>\n<p>The first time I visited a foreign country was in 2014, at WordCamp Europe in Sofia, Bulgaria. I remember it like yesterday. It was so exciting for me. Though, I don’t think I’ve realized, at that time, the true meaning and dimensions of a WordCamp and all the great things happening in the community. I think I was too amazed of just having the opportunity to travel. But this was not going to stop here.</p>\n<p>We got the chance to travel to all major WordCamps in Europe, and discovered the joy of participating as volunteers too ( and organizers now too).</p>\n<blockquote><p>I’ve met so many great people, from all around the globe, I’ve learned so much from all the different cultures.</p></blockquote>\n<a href=\"https://heropress.com/wp-content/uploads/2017/10/img_2.jpg\"><img class=\"wp-image-2175 size-medium\" src=\"https://heropress.com/wp-content/uploads/2017/10/img_2-300x200.jpg\" alt=\"ThemeIsle Team\" width=\"300\" height=\"200\" /></a>Part of the team at WordCamp Europe 2017\n<p>And last year, I’ve got the chance to go somewhere I’ve never imagine going. We went to New York, and joined WordCamp US in Philadelphia. It was such an amazing experience for which I’m so grateful, and hope everyone can have this kind of opportunities.</p>\n<h3>In Conclusion</h3>\n<p>I’m so proud of being part of the WordPress community and part of the ThemeIsle team. It’s so rewarding to start working in a small company and see it grow, alongside you. To see it flourish, starting from almost nothing and reaching success, after many challenges and obstacles along the way. As cheesy as it may sound, it’s almost like seeing your child grow and fulfill his dreams.</p>\n<p>And as I mostly struggled thinking I wasn’t better enough at the beginning of my life, all these experiences made me realize that you just have to work for your dreams, don’t ever give up, and realize that always, even though somebody will be better than you, you are better than others. It’s important the direction you choose to look at.</p>\n<p>So choose to be brave and trust yourself.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Be Brave and Trust Yourself\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Be%20Brave%20and%20Trust%20Yourself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbe-brave-and-trust-yourself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Be Brave and Trust Yourself\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbe-brave-and-trust-yourself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbe-brave-and-trust-yourself%2F&title=Be+Brave+and+Trust+Yourself\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Be Brave and Trust Yourself\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/be-brave-and-trust-yourself/&media=https://heropress.com/wp-content/uploads/2017/10/101717-min-150x150.jpg&description=Be Brave and Trust Yourself\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Be Brave and Trust Yourself\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/be-brave-and-trust-yourself/\" title=\"Be Brave and Trust Yourself\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/be-brave-and-trust-yourself/\">Be Brave and Trust Yourself</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Oct 2017 05:00: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:17:\"Rodica Andronache\";s: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:86:\"WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11215:\"<p>In March 2017, Medium <a href=\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\" rel=\"noopener\" target=\"_blank\">scrapped its previous ad-driven revenue model</a> to become a publisher of premium, subscription-based content. The company launched a new $5 subscription program and gave a select group of writers and publications the ability to publish articles behind a paywall inside its network. Medium’s invitation-only Partner Program <a href=\"https://blog.medium.com/expanding-the-medium-partner-program-3be09dd146e4\" rel=\"noopener\" target=\"_blank\">launched in August</a> but has now been expanded to include any author or publisher who wants to publish behind the paywall.</p>\n<p>“Starting today, anyone can enroll in our Partner Program and earn money based on the depth and value they provide to members, not the fleeting attention they deliver to advertisers,” Medium CEO Ev Williams said. “Along with that, we add stories from the world’s best publishers and seamlessly combine it all in an ad-free, personalized experience. The end goal is to offer the world’s best source for important stories and ideas.”</p>\n<p>Authors are rewarded based on engagement with their posts, as measured by the number of “clap” reactions a post receives via the network’s new <a href=\"https://blog.medium.com/show-authors-more-%EF%B8%8F-with-s-c1652279ba01\" rel=\"noopener\" target=\"_blank\">applause button</a>. Readers can clap multiple times and the system evaluates claps on a per-user basis, tracking the number of claps a reader assigns relative to the number of claps that individual typically sends. Subscribers will have their membership fees allocated to different authors based the claps they have given to posts behind the paywall.</p>\n<p>Medium quickly changed its “no access” paywall to a “metered” one after launching with a small group of publishers. This means that members can still read a limited number of locked stories each month before hitting the wall. The idea behind this move, according to Sam Duboff, Medium’s head of product marketing, is to give paywalled posts exposure to a wider audience while still paying content creators, instead of having articles simply get buried due to lack of exposure.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">with our metered paywall, we\'re hoping to enable both reach & $$. also lots of great writers haven\'t joined b/c they can be paid elsewhere.</p>\n<p>— Sam Duboff (@duboff) <a href=\"https://twitter.com/duboff/status/909849467859345408?ref_src=twsrc%5Etfw\">September 18, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Perhaps, but note the paywall is (now) metered, a la NYT, so free readers can still access (w/login)</p>\n<p>— Ev Williams (@ev) <a href=\"https://twitter.com/ev/status/900067262031290368?ref_src=twsrc%5Etfw\">August 22, 2017</a></p></blockquote>\n<p></p>\n<p>Some authors have posted publicly about their earnings and Medium representatives told <a href=\"https://techcrunch.com/2017/10/10/medium-opens-up-its-partner-program-allowing-anyone-to-publish-behind-its-paywall/\" rel=\"noopener\" target=\"_blank\">TechCrunch</a> that 83% of those who published paywalled stories received payments during the month of September with payments averaging $93.65. The largest payment for a single author was $2,279.12 and the largest payment for a single publication was $1,466.68. It’s too soon to see the effects of opening up the partner program to anyone who wants to participate, but Medium’s membership fees will need to stretch further to accommodate all the claps for newly paywalled content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">update on my <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> partner program testing -> $113.91<a href=\"https://twitter.com/hashtag/MakeItClap?src=hash&ref_src=twsrc%5Etfw\">#MakeItClap</a> <a href=\"https://t.co/6nW2fqQppy\">pic.twitter.com/6nW2fqQppy</a></p>\n<p>— <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f468-1f3fb-200d-1f4bb.png\" alt=\"???\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f3e2.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2600.png\" alt=\"☀\" class=\"wp-smiley\" /> (@hunterwalk) <a href=\"https://twitter.com/hunterwalk/status/910619420614987776?ref_src=twsrc%5Etfw\">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Non-subscribing readers were not enthused with the paywall when it first launched. With the number of Partner Program participants going up, there are bound to be more links to paywalled content floating around social media.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Stop posting links to paid posts, or at least include “Paywall” “Premium” “Subscriber Only”, ANYTHING! Create a Medium Premium handle maybe?</p>\n<p>— Branden Bytes (@BrandenBytes) <a href=\"https://twitter.com/BrandenBytes/status/914134301616300032?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">click the <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> article link to see it is behind the paywall. Close the page and move on. That may teach people not to click at all ;)</p>\n<p>— Denys Vuika (@DenysVuika) <a href=\"https://twitter.com/DenysVuika/status/914086021230456834?ref_src=twsrc%5Etfw\">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Muted <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> for a month. Maybe after that they’ll stop tweeting paywall’ed articles.</p>\n<p>— spooky<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" />watermelon (@smartwatermelon) <a href=\"https://twitter.com/smartwatermelon/status/911399338462420992?ref_src=twsrc%5Etfw\">September 23, 2017</a></p></blockquote>\n<p></p>\n<p>Readers are finding, however, that they are frequently encountering articles behind Medium’s paywall that are already available for free elsewhere. This is because Medium’s membership also includes curated selections from from The New York Times, The Financial Times, The Economist, CNN, Fast Company, and other publications to supplement original content created by those within the Medium ecosystem. The experience of finding otherwise free content behind Medium’s paywall seems to be confusing for non-subscribers and is ultimately driving readers back to independent publishers.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">New routine: See interesting <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@medium</a> tweet, see it\'s behind their paywall, search headline in google, find original piece, read article.</p>\n<p>— Matt Deegan (@matt) <a href=\"https://twitter.com/matt/status/911954101042376705?ref_src=twsrc%5Etfw\">September 24, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why is Medium taking all these <a href=\"https://twitter.com/vulture?ref_src=twsrc%5Etfw\">@vulture</a> posts and putting them behind a paywall?? <a href=\"https://t.co/bb28b6gCdQ\">https://t.co/bb28b6gCdQ</a></p>\n<p>— Lizzie Ellis (@lizmeister321) <a href=\"https://twitter.com/lizmeister321/status/912346466437468163?ref_src=twsrc%5Etfw\">September 25, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">1) great piece <br />2) this is a 2011 article free on <a href=\"https://twitter.com/TheAtlantic?ref_src=twsrc%5Etfw\">@TheAtlantic</a> <a href=\"https://t.co/e12B6wHLO4\">https://t.co/e12B6wHLO4</a> but behind paywall on <a href=\"https://twitter.com/Medium?ref_src=twsrc%5Etfw\">@Medium</a> <a href=\"https://t.co/vOQcfhVqoK\">https://t.co/vOQcfhVqoK</a></p>\n<p>— JD (@jarroddicker) <a href=\"https://twitter.com/jarroddicker/status/915541246936002572?ref_src=twsrc%5Etfw\">October 4, 2017</a></p></blockquote>\n<p></p>\n<p>In a post titled “<a href=\"https://blog.medium.com/words-still-matter-6e9163216052\" rel=\"noopener\" target=\"_blank\">Words Still Matter</a>,” Williams once again described the broken ad-driven model and the attention economy it fuels. After failing to find success with this model, Medium has repackaged itself as a publisher of subscription-based content and aims to throw a wide net by calling its partner program “<a href=\"http://medium.com/creators\" rel=\"noopener\" target=\"_blank\">the internet’s first open paywall</a>.”</p>\n<p>“And while many publishers are looking towards subscriptions as an alternative to the deleterious effects of ads (a move we support for everyone), Medium is the only ‘open paywall’ for thoughtful content on the internet,” Williams said. “Which means, we tap into the ideas and expertise of thousands of the smartest minds on the planet — many of whom made Medium what it is today — to bring fresh perspectives to Medium members.”</p>\n<p>Despite setting out to create “a different, bolder approach,” as Williams called it earlier this year, the company has landed on a cheap paywall that is open to any content creator. Putting content behind a paywall isn’t a good strategy for individuals or businesses that depend on their products and ideas getting maximum exposure. It’s also <a href=\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\" rel=\"noopener\" target=\"_blank\">not a sustainable model for larger publishers</a>, several of which Medium had wooed to its platform before suddenly shifting its business strategy.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Our medium publication gets a ton of traffic, but feels shitty to paywall it to make $12 bucks. I don’t get this model.</p>\n<p>— Erik Flowers (@erik_flowers) <a href=\"https://twitter.com/erik_flowers/status/911364373167300608?ref_src=twsrc%5Etfw\">September 22, 2017</a></p></blockquote>\n<p></p>\n<p>Opening up the partner program is the next step in Medium’s continued experimentation with monetizing its users’ content. If the company cannot substantially increase its subscriber base to properly pay all the authors who will soon be paywalling unlimited amounts of content, it will need to pivot yet again after its users have spent their efforts building an audience inside the Medium paywall.</p>\n<p>“These are just the early days of what we consider a grand experiment,” Williams said after expanding the parnter program in August. “Imagine a day when anyone with the skills and willingness to put in the effort can write something useful, insightful, or moving and be compensated based on its value to others. There is a lot we need to figure out to make this work right. But we are convinced that by joining forces, we can make a new economic model for quality content. We hope you’ll join us in this experiment.”</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, 17 Oct 2017 04:51:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: Bear App Users Want WordPress Publishing Integration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/bear-app-users-want-wordpress-publishing-integration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7003:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-08-at-10.50.16-PM.png?ssl=1\"><img /></a></p>\n<p>Ever since the demise of <a href=\"http://codex.wordpress.org/Version_3.2\" rel=\"noopener\" target=\"_blank\">WordPress’ old distraction-free writing mode</a>, users have been forced to look elsewhere for a truly zen writing experience. Gutenberg’s current design trajectory doesn’t seem to be putting it on track for delivering the minimalist writing environment that many writers crave. The project has a lot of publishing and design-related functionality to account for in its UI, but I am hopeful that the plugin ecosystem will offer extensions that pare Gutenberg back to just the essentials for writing.</p>\n<p>In the meantime, those in search of a minimalist writing experience have found it in dedicated writing apps like iA Writer, Ulysses, WriteRoom, OmmWriter, and others. The <a href=\"http://www.bear-writer.com/\" rel=\"noopener\" target=\"_blank\">Bear app</a>, a newcomer launched in 2016, is a rising favorite that works on iPhone, iPad, and Mac. Although somewhat better known as a note-taking app, Bear’s beautiful writing experience won the app a <a href=\"https://blog.bear-writer.com/thank-you-yes-you-for-our-2017-apple-design-award-1b13e702ee91\" rel=\"noopener\" target=\"_blank\">2017 Apple Design Award</a>.</p>\n<p>Bear blends the best features of a note-taking app with a writing app. Users can turn on Focus Mode using the bottom right icon, which hides the sidebar and note list to provide a more minimal writing space. Bear saves users’ writing in real-time, offers in-line support for images, and syntax highlighting for 20+ programming languages. There are no distractions while the user is composing, as the editor instantly displays rich previews. It’s easy to see why Bear has become an instant favorite.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-12.29.28-PM.png?ssl=1\"><img /></a></p>\n<p>Many Bear users still have the need to publish their writings to the web, a capability that the app doesn’t currently support. Naturally, a WordPress export or “Publish to WordPress” option is one of the most often requested features. However, <a href=\"http://www.shinyfrog.net/\" rel=\"noopener\" target=\"_blank\">Shiny Frog</a>, the company behind the Bear app, is not yet working on publishing features.</p>\n<p>“Medium and WordPress publishing features are on our todo list, but not on top priority right now,” Shiny Frog co-founder Danilo Bonardi <a href=\"http://help.shinyfrog.net/discussions/bear/2477-export-to-wordpress\" rel=\"noopener\" target=\"_blank\">said</a> when I asked last November about the company’s plans to support a WordPress export option.</p>\n<p>Other users have also posted to the app’s <a href=\"http://help.shinyfrog.net/\" rel=\"noopener\" target=\"_blank\">support forum</a> and its <a href=\"https://www.reddit.com/r/bearapp/\" rel=\"noopener\" target=\"_blank\">subreddit</a>, asking for WordPress integration:</p>\n<blockquote><p>I’m really enjoying using Bear for my writing, and the newer features are great, but I’m trying to get started with my own blog and more as I am developing my own business and being able to export to WordPress would be incredibly helpful for me going forward.</p></blockquote>\n<blockquote><p>This is the one feature that would allow me to switch from Ulysses.</p></blockquote>\n<blockquote><p>With Ulysses going to a (more expensive) subscription, the time seems right for Bear to offer a “publish to WordPress” feature that could match what Ulysses offers. This is about the only thing holding Bear back for me.</p></blockquote>\n<blockquote><p>I’m currently deciding between Bear and Ulysses, and right now the dealbreaker is Ulysses’s ability to push to WordPress. If you were able to build that functionality, it would seal the deal!</p></blockquote>\n<p>Bonardi <a href=\"https://www.reddit.com/r/bearapp/comments/6z9qum/feature_request_medium_integration/dmurk7m/\" rel=\"noopener\" target=\"_blank\">confirmed</a> again, as recently as last month, that the company is still keeping a tight focus and has not yet prioritized publishing to WordPress.</p>\n<p>“Publishing features have been asked before and we will address them sooner or later,” Bonardi said. “Our hopes are to integrate Bear with Medium/WordPress apps instead of implementing our own publishing tool with their APIs. Using their APIs is the other solution but in this scenario we have to build a specific UI for this functionality instead of relying on external apps.”</p>\n<p>In the meantime, Bear App support staff recommends using the Markdown export option, available in the free version. Additional export options, including HTML, are available Bear’s $14.99 per year Pro version, which is much more affordable than pricey competitors like <a href=\"https://ulyssesapp.com/\" rel=\"noopener\" target=\"_blank\">Ulysses</a> and others that cater specifically to long-form writing.</p>\n<p>Quadro also has an <a href=\"https://www.quadro.me/themes/unleash-the-bear\" rel=\"noopener\" target=\"_blank\">option to share Bear notes to both Medium and WordPress</a>. However, it’s not an official Bear utility and the workflow is rather complicated to set up. Users who have tried this option didn’t find it to save time over simply copying and pasting.</p>\n<h3>WordPress Needs Its Own Beautiful Writing Experience</h3>\n<p>WordPress publishing support for Bear doesn’t seem to be a major priority for the company at this time, but splitting up the writing and publishing process is a deal breaker for many who want a simple workflow that doesn’t involve copying and pasting between apps.</p>\n<p>Alternatively, what if WordPress could be known for its beautiful writing experience in core, without a user having to resort to plugins or third-party apps to get there? This seems like a reasonable expectation for Gutenberg, but the project has the added challenge of incorporating a lot of publishing, media, and legacy functionality into its UI in a way that is easily discoverable.</p>\n<p>Unfortunately, this has resulted in an interface that is constantly popping into view. With the right combination of clicks and hovers, a user can end up in situation like the one shown below in the screenshot – surrounded by formatting options and icons on all sides.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-1.22.21-PM.png?ssl=1\"><img /></a></p>\n<p>Making it easy to publish to the web, which is WordPress’ forte, isn’t as compelling if users have to look elsewhere to find a truly distraction-free writing experience. Fortunately, minimalist writing apps like Bear can fill the gap until the WordPress plugin ecosystem can produce an interface where writing is a delight.</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 Oct 2017 22:17: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: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:96:\"WPTavern: WordPress 4.9 Protects Users From Fatal Errors Created in the Theme and Plugin Editors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75725\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1923:\"<p>Over the years, there have been many discussions and debates on whether or not WordPress should have a built-in file editor for themes and plugins. The file editors, while convenient, allow users to easily trigger fatal errors that can be difficult to fix, especially if they don’t have FTP access.</p>\n<p>Instead of removing the editors from core, the WordPress development team has enhanced them by adding fatal error protection in WordPress 4.9. When a user accesses the theme or plugin editor for the first time, they’re presented with the following warnings. The warnings are a result of a <a href=\"https://core.trac.wordpress.org/ticket/31779\">three-year-old trac ticket</a>.</p>\n<img />Plugin Editor Warning\n<img />Theme Editor Warning\n<p>If you try to save changes to a file and WordPress detects a fatal error, the change is not saved and a warning message is displayed that explains where the error occurred. Although the changes are rolled back, the code in the editor is not replaced with the original. To replace the code, simply refresh the browser tab.</p>\n<img />Fatal Error Detected\n<p>In addition to safety features, the code editors are powered by <a href=\"https://codemirror.net/\">CodeMirror</a>, an open-source, JavaScript powered text editor that adds features such as line numbers. The plugin editor includes the ability to look up documentation for filters, hooks, and actions with many of the links pointing to the new <a href=\"https://developer.wordpress.org/\">WordPress Developers Resource</a> site.</p>\n<p>Even with the addition of CodeMirror in core, the file editors in WordPress are not a replacement for an integrated development environment. However, the warnings and fatal error protection are huge improvements that will prevent many users from creating a <a href=\"https://codex.wordpress.org/Common_WordPress_Errors\">White Screen of Death</a> situation on their 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, 13 Oct 2017 21:25:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: GitHub Launches New Dependency Graph Feature with Security Alerts Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2930:\"<p>GitHub announced a new <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on/\" rel=\"noopener\" target=\"_blank\">Dependency Graph</a> feature at the Github Universe conference yesterday. It lists all the dependencies for a repository and will soon identify known vulnerabilities. The graph can be accessed under the Insights tab and currently supports Ruby and JavaScript dependencies with Python coming soon.</p>\n<p>Public repositories display the graph by default and private repository owners also have the option to enable it. Below is a screenshot of <a href=\"https://github.com/WordPress/gutenberg/network/dependencies\" rel=\"noopener\" target=\"_blank\">Gutenberg’s dependency graph</a>:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-11.30.42-AM-e1507825905511.png?ssl=1\"><img /></a></p>\n<p>GitHub plans to extend dependency graphs to show security alerts when one of the dependencies is using a version that is publicly known to be vulnerable to a security issue. The alerts may also in some cases be able to suggest a security fix. Security alerts for dependencies is the first among a collection of security tools that GitHub has planned to release.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/dependency-graph.gif?ssl=1\"><img /></a></p>\n<p>The dependency graph isn’t yet as useful as it could be for many PHP-based WordPress projects, but GitHub’s decision to start with support for JavaScript and Ruby dependencies is in line with the data the company collected from repositories. JavaScript and Ruby are among the top four most popular languages on GitHub, as measured by the number of pull requests. JavaScript is by far the most popular and PHP isn’t too far behind Ruby, according to stats from the <a href=\"https://octoverse.github.com/\" rel=\"noopener\" target=\"_blank\">State of the Octoverse 2017</a>.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.35.41-PM-e1507830673184.png?ssl=1\"><img /></a></p>\n<p>GitHub is also launching new efforts to connect its massive community. The company reported 24 million developers working across 67 million repositories in 2017. The new community features are aimed at helping developers make meaningful connections in the vast sea of repositories on the platform. Users will notice a new “Discover Repositories” feed in their dashboards that makes recommendations based on their starred repositories and the people they follow.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.15.45-PM.png?ssl=1\"><img /></a></p>\n<p>GitHub has also launched a new curated <a href=\"https://github.com/explore\" rel=\"noopener\" target=\"_blank\">Explore</a> section to help users browse open source projects, topics, events, and resources.</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 Oct 2017 18:56: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: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:30:\"Dev Blog: WordPress 4.9 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1626:\"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=\">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Oct 2017 06:29: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:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: WordPress Replaces Browserify with Webpack for Build Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-replaces-browserify-with-webpack-for-build-process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1898:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-11-at-6.51.54-PM.png?ssl=1\"><img /></a></p>\n<p>During a core <a href=\"https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/\" rel=\"noopener\" target=\"_blank\">JavaScript chat held in May</a>, WordPress contributors agreed on using <a href=\"https://webpack.js.org/\" rel=\"noopener\" target=\"_blank\">Webpack</a> (and ES6 imports) instead of Browserify for JavaScript bundling in the build process.</p>\n<p>“Since we split the media files in <a href=\"https://core.trac.wordpress.org/ticket/28510\" rel=\"noopener\" target=\"_blank\">#28510</a>, the core build process has used Browserify to combine the media files,” Adam Silverstein said in the <a href=\"https://core.trac.wordpress.org/ticket/40894\" rel=\"noopener\" target=\"_blank\">ticket</a> proposing the replacement. “While browserify has served us well, Webpack is probably a better long term choice for the project, especially with the introduction of a new JavaScript framework that may require a build.”</p>\n<p>Over the past four months contributors on the ticket have worked on making sure the Webpack setup is working well to build the files. WordPress core committer K. Adam White also reached out to some Webpack contributors for an additional review during the process before replacing Browserify as the JavaScript bundler.</p>\n<p>Webpack has rapidly gained popularity among the many utilities for bundling JavaScript files and is one of the most prominent examples of a project that has successfully found a sustainable source of funding through its account on <a href=\"https://opencollective.com/webpack\" rel=\"noopener\" target=\"_blank\">Open Collective</a>. The project funded its first full-time developer through the platform and has an estimated annual budget of $241,650, based on current donations.</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, 11 Oct 2017 23:58:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:75:\"WPTavern: WPWeekly Episode 291 – All Hands on Deck on The Ship of Theseus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=75663&preview=true&preview_id=75663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-291-all-hands-on-deck-on-the-ship-of-theseus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2463:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discuss the news of the week including DonateWC sponsoring its first recipient to WordCamp Cape Town, WordPress 4.9 Beta 1, and WooCommerce 3.2. We also have a bit of fun with Poopy.life and blurt out a few crappy puns. Last but not least, we dissect Matías Ventura’s vision of Gutenberg.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">WordPress 4.9 Beta 1 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/\">WooCommerce 3.2 Released </a><br />\n<a href=\"https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale\">WooConf 2017 Livestream Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes\">Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes</a><br />\n<a href=\"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-developers\">Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin Developers</a><br />\n<a href=\"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts\">Disqus Data Breach Affects 17.5 Million Accounts</a><br />\n<a href=\"https://donatewc.org/sponsorship-recipients/were-sending-a-speaker-to-wordcamp-cape-town/\">We’re sending a speaker to WordCamp Cape Town</a><br />\n<a href=\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\">GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 18th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #291:</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:\"Wed, 11 Oct 2017 23:10: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: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:121:\"WPTavern: WooCommerce 3.2 Adds Ability to Apply Coupons in the Admin, Introduces Pre-Update Version Checks for Extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75637\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/woocommerce-3-2-adds-ability-to-apply-coupons-in-the-admin-introduces-pre-update-version-checks-for-extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4252:\"<p><a href=\"https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/\" rel=\"noopener\" target=\"_blank\">WooCommerce 3.2</a> has arrived a week ahead of the plugin’s upcoming <a href=\"https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers\" rel=\"noopener\" target=\"_blank\">WooConf Developers Conference</a> in Seattle. The release went into beta at the end of August and an extra week was added to the RC testing phase to give store owners and extension developers ample opportunity to prepare for the update.</p>\n<p>Version 3.2 adds the ability for administrators to apply coupons to existing orders in the backend of the store. This feature was <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/3867647-ability-to-apply-coupons-manually-when-manually-ad\" rel=\"noopener\" target=\"_blank\">requested on the WooCommerce ideas board</a> four years ago and had received 374 votes for consideration.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-apply-coupon.png?ssl=1\"><img /></a></p>\n<p>WooCommerce will now automatically re-calculate the order total after applying the coupon and the same in reverse if a coupon is removed. Although it seems like a small improvement, implementing it without breaking extensions was a fairly complex endeavor for the WooCommerce team.</p>\n<p>“This was tricky to develop because of the way the cart and coupons were built initially, so some refactoring was needed, but we tried to implement these changes in a backwards compatible manner so extensions wouldn’t require changes,” WooCommerce lead developer Mike Jolley said.</p>\n<h3>WooCommerce 3.2 Adds Extension Support Version Checks Prior to Core Updates</h3>\n<p>One of the most exciting new features in 3.2 is support for a new plugin header that extension developers can use to specify which versions of WooCommerce have been tested and confirmed to be compatible. This information will be displayed to users in the plugin update screen when future WooCommerce core updates become available.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-extensions-version-checks.png?ssl=1\"><img /></a></p>\n<p>These warnings save time for store owners by identifying extensions that need further research and testing before applying a core update. It makes it easier for admins to confidently update their installations without having to worry about extensions breaking. After a few more major releases of the plugin, it will be interesting to see how this new system improves updates overall and how other plugins with their own ecosystems of extensions might be able to benefit from something similar.</p>\n<p>Version 3.2 also brings improved accessibility for select boxes, updates to the new store setup wizard, a new “resend” option on the edit order page, and a host of admin UI enhancements that make it easier to manage products and extensions.</p>\n<h3>WooCommerce.com Adds New Subscription Sharing Feature</h3>\n<p>Customers who have purchased extensions from WooCommerce.com can now take advantage of a new <a href=\"https://docs.woocommerce.com/document/managing-woocommerce-com-subscriptions/#section-11\" rel=\"noopener\" target=\"_blank\">subscription sharing feature</a> that allows them to specify additional sites (via WooCommerce.com email address) where they want the extension/key to be active. This is especially useful for agencies, developers, and multisite store owners who can now grant the use of an extension without having to connect their own accounts to client sites. The original purchaser of the extension will be the one billed for the subscription and can revoke access for connected sites at any time.</p>\n<p>WooCommerce 3.2 had <a href=\"https://github.com/woocommerce/woocommerce/compare/3.1.2...3.2.0\" rel=\"noopener\" target=\"_blank\">1610 commits</a> from 98 contributors. Currently, 47% of installs are still on 3.1 but that number should go down as store owners start updating to the latest. The WooCommerce team reports that all changes should be backwards compatible with 3.0 and 3.1 sites, but site owners will still want to test their extensions before applying the 3.2 update.</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, 11 Oct 2017 19:07: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:\"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:46:\"HeroPress: Queer Woman In Tech … In A Bowtie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://heropress.com/essays/queer-woman-tech-bowtie/#utm_source=rss&utm_medium=rss&utm_campaign=queer-woman-tech-bowtie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7641:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/10/101117-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have found the WordPress Community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period.\" /><p>Did you know there are still several states in the US where employers can fire me for being gay? Legislation and protections have improved in the past several years, but there are still large gaps throughout the United States for queer and trans people. In addition, I hear horror stories of toxic workplaces that my LGBTQ+ friends have endured and/or have pushed them out of a job due to not feeling safe. I have been incredibly lucky to have a career full of supportive companies where I have felt safe and accepted. But I also have another big thing that has helped me for over 13 years: WordPress.</p>\n<h3>A Little History</h3>\n<p>Back when I was in high school in the mid nineties, I was fortunate enough to have access to a computer that connected to this new “internet” thing. This was in 1996 when we had to call the internet. I remember vividly spending nights browsing all these “homepages” of people—even people that were my age—from all over the world. One night I thought, “One day I want to make one of these…” I literally stopped mid thought and decided that I was just going to start right that instant. I signed up for a free Angelfire account using my mom’s email address, and was off and running. Angelfire gave you an advanced option of a code editor, so I copied and pasted and poked and prodded code all summer.</p>\n<blockquote><p>As a result, I taught myself a good chunk of HTML by creating some of the ugliest pages in internet history.</p></blockquote>\n<p>But that started me on a path that I would never look back from. I saw such great potential in connecting with others using this whole “World Wide Web” thing I had just discovered.</p>\n<h3>A Web Log</h3>\n<p>Fast forward some years into college and the dawn of the 2000’s when this crazy idea of sharing a journal on the internet started. Web logs—later termed “blogs”—started popping up left and right. I hopped on board with a blogger.com blog almost exactly 17 years ago (10/19/00), then moved to this blogging platform known as b2 just about a year later. Some may recognize this, because b2 by cafelog was the codebase forked to create the first WordPress. So technically, I’ve been using WordPress since before it was WordPress.</p>\n<h3>Creating Community</h3>\n<p>Back when blogging first became a thing, commenting systems weren’t developed yet, so it was more like just shouting into space wondering if anyone was listening. But people were. Some of us added message boards to our sites.</p>\n<blockquote><p>Conversations happened, connections were made and communities started to form. Some of these connections are still some of my close friends today.</p></blockquote>\n<p>We share a special bond because we all kind of learned the internet together. These created communities also helped me feel less like an outcast and gave me hope that I wasn’t the only one that felt out of place like I did. People’s blogs were vulnerable glimpses into their lives and hardships, really helping me see I was not alone and even helping me face some of my own struggles. Back then I didn’t realize I was gay, but I did feel strangely out of place in so many parts of my life.</p>\n<h3>Coming Out</h3>\n<p>In my late 20’s I finally realized, accepted and came out to myself that I was a lesbian. For many years following I stumbled around a lot to find my true expression and identity. Not to mention shed—and recover from—the many external pressures that were forcing me into a completely fabricated heteronormative “box” that I did not fit. It took well into my 30’s to find my comfort zone as an androgynous/masculine of center expressing, gay woman. With that, my outward expression and style creates a daily “coming out” to everyone I meet… or at the very least, draws attention to me when in midwestern heteronormative spaces. Thus, putting me a bit more at risk of being targeted for being queer.</p>\n<h3>And now back to WordPress</h3>\n<p>Back to the subject at hand, how does all this relate to WordPress? Throughout this whole journey of self discovery, I was continually using and learning WordPress as well. By the time I had come out, I had learned enough about working with WordPress templates to create custom websites. This gave me the tools to create my own job if I ever lost my full time employment, or would find myself in a toxic, unhealthy—or even dangerous—working environment.</p>\n<blockquote><p>WordPress became my ticket to being self sufficient and confident in my career.</p></blockquote>\n<p>On top of it all, I have found the WordPress community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period. This made the decision to join in the WordPress community an easy and safe choice. I had not seen many people like me at tech-related events before, let alone speaking at one. But WordCamps have given me the ability to be that gay woman in a bowtie speaking at the front of the room that I had not seen represented before. And that I can do that without fear is priceless! WordPress and this wonderful community has helped me feel more confident in who I am as a web creator, but more importantly, a person.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Queer Woman In Tech … In A Bowtie\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Queer%20Woman%20In%20Tech%20%26%238230%3B%20In%20A%20Bowtie&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Queer Woman In Tech … In A Bowtie\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F&title=Queer+Woman+In+Tech+%26%238230%3B+In+A+Bowtie\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Queer Woman In Tech … In A Bowtie\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/queer-woman-tech-bowtie/&media=https://heropress.com/wp-content/uploads/2017/10/101117-min-150x150.jpg&description=Queer Woman In Tech ... In A Bowtie\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Queer Woman In Tech … In A Bowtie\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/queer-woman-tech-bowtie/\" title=\"Queer Woman In Tech … In A Bowtie\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/queer-woman-tech-bowtie/\">Queer Woman In Tech … In A Bowtie</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Oct 2017 12: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:10:\"Tracy Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"WPTavern: Gutenberg 1.4 Adds HTML Mode for Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/gutenberg-1-4-adds-html-mode-for-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3429:\"<p><a href=\"https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.4</a> was released today with a new feature that allows users to <a href=\"https://github.com/WordPress/gutenberg/pull/2797\" rel=\"noopener\" target=\"_blank\">edit HTML on a per-block basis</a>. HTML mode can be triggered by toggling the ellipsis menu and selecting the HTML icon. This will switch the block between visual and text mode, without having to switch the entire document into text mode.</p>\n<p><img src=\"https://i1.wp.com/cldup.com/ghvzrEw2wk.gif?w=627&ssl=1\" /></p>\n<p>Contributors debated on whether or not to place the HTML button in the quick toolbar or to add the button to the side of the block. Eventually, they landed on putting the trash icon, the cog settings, and this new HTML mode under an ellipsis.</p>\n<p>Gutenberg testers will also notice that version 1.4 <a href=\"https://github.com/WordPress/gutenberg/pull/2878\" rel=\"noopener\" target=\"_blank\">redesigns the editor’s header</a>, grouping content actions to the left and post actions to the right.</p>\n<p>This release adds the initial REST API infrastructure for reusable global blocks, an idea Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/1516\" rel=\"noopener\" target=\"_blank\">proposed</a> several months ago. The <a href=\"https://github.com/WordPress/gutenberg/pull/2503\" rel=\"noopener\" target=\"_blank\">pull request</a> was created by new Gutenberg contributor Robert Anderson, a web and mobile developer at Tumblr. It is based on the technical details that Weston Ruter <a href=\"https://github.com/WordPress/gutenberg/issues/2081\" rel=\"noopener\" target=\"_blank\">outlined</a> for creating dynamic reusable blocks. Anderson highlighted a few examples of what this infrastructure will eventually enable for users:</p>\n<ul>\n<li>Convert a block into a reusable block, and give it a name</li>\n<li>Convert a reusable block back into a regular block</li>\n<li>Edit a reusable block within a post and have the changes appear across all posts</li>\n<li>Insert an existing reusable block into a post</li>\n<li>Delete an existing reusable block</li>\n</ul>\n<p>Anderson said the next step is adding a core/reusable-block block to the editor that can be rendered and edited, followed by a UI for adding, deleting, attaching, and detaching reusable blocks.</p>\n<p>Gutenberg 1.4 will now <a href=\"https://github.com/WordPress/gutenberg/pull/2877\" rel=\"noopener\" target=\"_blank\">show a users’ most frequently used blocks</a> when hovering over the inserter. If the editor doesn’t have enough usage data, it will display the paragraph and image blocks by default.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-10.49.18-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.3 of the plugin introduced <a href=\"https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers\" rel=\"noopener\" target=\"_blank\">a new feedback option for testers</a> with a link in the Gutenberg sidebar menu. Ventura reported that the team has received 12 responses so far, which included four bugs and two proposed enhancements. Check out the full <a href=\"https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/\" rel=\"noopener\" target=\"_blank\">changelog for 1.4</a> for more details on what’s new in the latest beta release.</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, 11 Oct 2017 04:57:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:93:\"WPTavern: GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6213:\"<p><a href=\"https://about.gitlab.com/\" rel=\"noopener\" target=\"_blank\">GitLab</a> celebrated its <a href=\"https://gitlab.com/gitlab-org/gitlab-ce/commit/9ba1224867665844b117fa037e1465bb706b3685\" rel=\"noopener\" target=\"_blank\">sixth anniversary as an open source project</a> yesterday and <a href=\"https://about.gitlab.com/2017/10/09/gitlab-raises-20-million-to-complete-devops/\" rel=\"noopener\" target=\"_blank\">announced</a> a $20 million Series C round of funding led by <a href=\"https://www.gv.com/team/dave-munichiello/\" rel=\"noopener\" target=\"_blank\">GV General Partner Dave Munichiello</a>. The company’s CEO Sid Sijbrandij joined Municheiello with guest hosts, Adam Stacoviak and Jerod Santo from The Changelog podcast, for the <a href=\"https://www.youtube.com/watch?v=5dhjw-TT964\" rel=\"noopener\" target=\"_blank\">GitLab live event</a> that aired yesterday.</p>\n<p>“When we think about investing, we want to be involved in the fastest-growing companies in the world,” Munichiello said. “We think about that a little differently than most firms in that we are looking for looking for dev-focused tools. We think software will disrupt the enterprises of the future and so we think the best tools that help enable and empower the best software teams will become enormous companies over time. We’re certainly seeing that with GitLab.”</p>\n<p>Munichiello said he favors investing in open source because it is “the most secure and the best software in the world.” Although GitLab is a much smaller company than its more prominent rivals GitHub and Bitbucket, it currently dominates the self-hosted Git market with its open source tools. GitLab is used by 100,000 organizations and customers include NASA, the Nasdaq Stock Market, Sony Corp, Comcast, Bayer, among many other large companies.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-11.50.49-AM.png?ssl=1\"><img /></a></p>\n<p>In addition to the $20 million in funding, the company also announced that it has appointed Matt Mullenweg to its board of directors.</p>\n<p>“I’m very excited to announce that Matt Mullenweg, the CEO of Automattic and founder of WordPress decided to join our board,” Sid Sijbrandij said. “He’s a leading figure on how to think about open source and how to build a business on that and a remote-only work culture.” Sijbrandij said GitLab’s board of directors sets the tone for what the company is allowed to spend its money on, how it approaches the balance between open source and closed source, and the features that the team decides to make money with.</p>\n<p>“GitLab’s powerful momentum and scaling have a lot of parallels to Automattic and WordPress in their early days,” Mullenweg said. “WordPress had to battle a lot of competitors, and ultimately came out on top as a successful company on an open source business model. I hope to help GitLab achieve the same triumph. Fundamentally, I want to help create the kind of internet that I want to live in and I want my children to live in, one that reaches a global audience and one that is able to make a difference.”</p>\n<p>Mullenweg also said he was impressed with GitLab’s transparency and how the company shares many of its internal documents, whether it’s a sales manual or employee onboarding information. GitLab, which employees nearly 200 people, also shares a similar work culture to Automattic, as 100% of the team works remotely.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">“Not only being ahead in terms of transparency, GitLab is exciting for me bc I think distributed work is the future of work.” –<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4bb.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n<p>— GitLab (@gitlab) <a href=\"https://twitter.com/gitlab/status/917441432847376385?ref_src=twsrc%5Etfw\">October 9, 2017</a></p></blockquote>\n<p></p>\n<p>When asked if there is anything down the line for collaboration between GitLab and WordPress, Mullenweg said, “It’s definitely something on our minds. Core WordPress is still Trac and Subversion, so I think that it’s not our top priority this year, but in the future it’s definitely on the radar.”</p>\n<p>GitLab started with basic version control and an issues tracker. Last year the company announced its first master plan to make GitLab a complete developer solution, which it completed in December 2016. Sijbrandij said the company is aiming to deliver a complete DevOps solution in 2018, a set of tools that unifies the development and operations work into a single user experience.</p>\n<p>GitLab has been working towards the goal of supporting the complete DevOps lifecycle by adding tools for application performance monitoring and server monitoring. This enables developers and operations managers to keep tabs on code after it is deployed, while using a single user interface, the same tools, and one permissions model.</p>\n<p>“It used to be that development and operations were separate parts in a company and they had their own tools and those tools were different,” Sijbrandij said. “You needed different expertise to operate them. Now devops aims to align and integrate those groups. What happens is people took the tools from two different departments and tried to glue them together. They duck taped the tools together. That’s what you see in traditional devops – the glue between the traditional developer tools and the traditional operating tools, and it’s not a very good experience. We want to take the complete set of tooling we have for development and extend it all the way to operations, so it’s about creating a single application that does both.”</p>\n<p>Check out the recording of the GitLab live event below for a more in-depth explanation of Sijbrandij’s vision for creating a complete DevOps solution in 2018.</p>\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:\"Tue, 10 Oct 2017 18:55: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:\"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:94:\"WPTavern: WordPress 4.9 Adds Scheduling, Drafts, and Front-End Preview Links to 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:29:\"https://wptavern.com/?p=75276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/wordpress-4-9-adds-scheduling-drafts-and-front-end-preview-links-to-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:2012:\"<p>While <a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">WordPress 4.8</a> focused on adding new widgets, visual improvements to links in the text editor, and a new dashboard widget that displays nearby events, WordPress 4.9 places a heavy emphasis on customization.</p>\n<p>In WordPress 4.9, the Customizer has a new publish button with options to publish, save draft, or schedule changes. Edits made via the Customizer are called changesets that have status’ similar to posts. These improvements were incorporated from the <a href=\"https://wordpress.org/plugins/customize-snapshots/\">Customize Snapshots</a> and <a href=\"https://wordpress.org/plugins/customize-posts/\">Customize Posts</a> feature plugins.</p>\n<img />New Customizer Publishing Options\n<p>Those who design sites will appreciate the ability to easily <a href=\"http://drab-yak.w4.poopy.life/?customize_changeset_uuid=e34fb3ad-ecd8-4bd6-b53a-726cf3d1c46e\">share a link</a> that provides a front-end preview to changes. Note the About This Site widget at the bottom of the page.</p>\n<p>This eliminates the need to publish changes to a live site or give users access to the WordPress backend. Links are generated by saving a draft in the Customizer.</p>\n<p>Clicking the Discharge Changes link removes unpublished edits. Scheduling changes is as simple as choosing a day and time for them to take place.</p>\n<p>These are just a few of the improvements in WordPress 4.9 which you can try out for yourself by downloading and testing <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">WordPress 4.9 beta 1</a> on a test site. Alternatively, you can install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Testing plugin</a> on a test site, configure it for point release nightlies, and update to 4.9 Beta 1.</p>\n<p>Stay tuned as we go in-depth on some of the other features in WordPress 4.9 in the coming days.</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, 10 Oct 2017 13:32: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: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:134:\"WPTavern: Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=75472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8642:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/ship-bottle.jpg?ssl=1\"><img /></a>photo credit: KaylaKandzorra <a href=\"http://www.flickr.com/photos/48077358@N02/4952091078\">i miss you grampa.</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In a post titled <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\" rel=\"noopener\" target=\"_blank\">Gutenberg, or the Ship of Theseus</a>, Matías Ventura breaks down the vision for how the project will transform WordPress’ content creation experience and the decisions the team has made along the way. Ventura describes how WordPress has become difficult to customize, as online publishing has embraced rich media and web design has evolved in complexity over the years.</p>\n<p>“WordPress can build incredible sites, yet the usability and clarity that used to be a driving force for its adoption has been fading away,” Ventura said. “The present reality is that many people struggle using WordPress as a tool for expression.”</p>\n<p>Ventura’s words hint at the growing threats from competitors whose interfaces define users’ current expectations for a front-end editing experience. If WordPress is to stay afloat in a sea of competitors, it can no longer continue expanding its capabilities while leaving a disconnect between what users see while editing in the admin versus what is displayed on the frontend.</p>\n<p>“WordPress has always been about the user experience, and that needs to continue to evolve under newer demands,” Ventura said. “Gutenberg is an attempt at fundamentally addressing those needs, based on the idea of content blocks. It’s an attempt to improve how users interact with their content in a fundamentally visual way, while at the same time giving developers the tools to create more fulfilling experiences for the people they are helping.”</p>\n<p>Ventura elaborated on the foundations of the block approach to content creation and how it will expose more functionality to users in a unified interface, bringing more opportunities to the plugin ecosystem. The post offers some clarity for those who have been wondering about the decision to “make everything a block.” Ventura also anticipates that blocks will become a big part of WordPress theming in the future:</p>\n<blockquote><p>Themes can also provide styles for individual blocks, which can, in aggregation, fundamentally alter the visual appearance of the whole site. You can imagine themes becoming more about the presentation of blocks, while the functional parts can be extracted into blocks (which can potentially work across multiple theme variations). Themes can also provide templates for multiple kind of pages—colophon, products, portfolios, etc., by mixing blocks, setting them up as placeholders, and customizing their appearance.</p></blockquote>\n<p>Ventura also introduced a few new possibilities that Gutenberg could enable. He shared a video showing how granular control over each block can pave the way for a future where WordPress core allows for real-time collaborative editing. This is a feature that has been painfully lacking from the CMS but is nearer on the horizon with Gutenberg in place.</p>\n<p>“This same granularity is allowing us to develop a collaborative editing framework where we can lock content being edited by a peer on per block basis, instead of having to lock down the whole post,” Ventura said.</p>\n<p></p>\n<p>Ventura sees Gutenberg as the path to finally bringing front-end editing to WordPress:</p>\n<blockquote><p>Once Gutenberg is capable of handling all the pieces that visually compose a site—with themes providing styles for all the blocks—we end up with an editor that looks exactly like the front-end. (And at that point, we might just call it front-end editing.) Yet we’d had arrived at it through gradually improving the pieces of our familiar ship, in a way that didn’t cause it to collapse or alienated the people aboard. We want to accomplish this in a way that would allow us to refine and correct as we iterate and experience the reality of what is being built and how it is being used.</p></blockquote>\n<p>He likened the challenge of the Gutenberg project to upgrading the materials on a ship while ensuring that it continues to sail. As there are many passengers who depend on the boat, completely breaking it for the purpose of rebuilding is not an acceptable way forward.</p>\n<p>“It is an attempt at improving how users can connect with their site in a visual way, not at removing the flexibility and power that has made WordPress thrive,” Ventura said. “There might be a time when the old ways become obsolete and disappear, absorbed by the richer and clearer interface of blocks, but we are doing as much as possible to make this a process. The old doesn’t have to disappear suddenly, it can be gradually shaped into the new.”</p>\n<p>Comments are not enabled on the post, but it has received mostly positive feedback on Twitter. For some, it clarifies the direction of Gutenberg, the purpose of blocks and the possibilities they enable. Others in the community are on board with the concepts behind Gutenberg but are not comfortable with the tentative timeline for its inclusion in core. Ventura’s post does not address many of the more practical concerns the community has about allowing enough time for the WordPress product ecosystem to get ready for Gutenberg.</p>\n<p>Matt Mullenweg has confirmed that <a href=\"https://wptavern.com/matt-mullenweg-addresses-concerns-about-gutenberg-confirms-new-editor-to-ship-with-wordpress-5-0\" rel=\"noopener\" target=\"_blank\">Gutenberg will ship with WordPress 5.0</a> whenever Gutenberg is ready and most recently said that delays on selecting the JavaScript framework “will likely delay Gutenberg at least a few weeks, and may push the release into next year.”</p>\n<p>Last week, a post published by Yoast SEO founder Joost de Valk sparked conversation with his proposed <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">alternative approach to Gutenberg</a>, which calls for a slower, staged rollout for plugin authors.</p>\n<p>“In this point of time, it’s not possible for plugins at all to integrate with Gutenberg,” de Valk said. “How on earth should plugin authors be able to build their integrations within a few months? That’s not possible. At least not without breaking things.”</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Gutenberg-2.2-block-level.jpg?ssl=1\"><img /></a>His proposal recommends keeping the idea of blocks and making over the admin for WordPress 5.0 but leaving the meta boxes and toolbar untouched.</p>\n<p>“We are very enthusiastic about the idea of blocks, but have strong concerns about some of the technical choices and the speed of the implementation process,” de Valk said. “We are also worried about the lack of priority given to accessibility issues in the project. But most importantly, we are very much concerned about the fact that plugins are not able to integrate with the new editor.”</p>\n<p>It’s impossible for developers to have a clear understanding of the right way to extend Gutenberg right now. The JavaScript framework for the plugin has not yet been announced and critical issues regarding how block data should be stored are just now being floated for discussion.</p>\n<p>“The Editor/Gutenberg team would like the broader core group to start thinking about and discussing how block data is stored,” Ventura proposed during last week’s core development meeting. “We currently (specially after allowing meta attributes) have a lot of ways to store block data, with different tradeoffs. It’s going to be important to communicate when each is appropriate. This will come through examples and documentation, but generally such knowledge has also spread by core contributors doing talks and blog posts, etc.”</p>\n<p>Further collaboration from the broader community of WordPress core contributors should bring the project closer to being able to deliver the documentation developers need in order to follow best practices for extending the new editor. In the meantime, Ventura’s <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\" rel=\"noopener\" target=\"_blank\">post</a> is a great read for understanding the larger vision behind Gutenberg and where it is headed.</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, 10 Oct 2017 03:56:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"Matt: Potential of Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/10/potential-of-gutenberg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:456:\"<p>Matias Ventura, the lead of the editor focus for WordPress, has written <a href=\"http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Gutenberg, or the Ship of Theseus</a> to talk about how Gutenberg's approach will simplify many of the most complex parts of WordPress, building pages, and theme editing. If you want a peek at some of the things coming down the line with Gutenberg, including serverless WebRTC real-time co-editing.</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 Oct 2017 12:47: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: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 02 Nov 2017 04:48:49 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 02 Nov 2017 04:30:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911010210\";}','no'),(1634,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1509641329','no'),(1635,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1509598129','no'),(1636,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1509641330','no'),(1637,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\'>WordPress 4.8.3 Security Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-1-6-improves-writing-experience-moves-block-toolbar-to-the-top-of-the-editor\'>WPTavern: Gutenberg 1.6 Improves Writing Experience, Moves Block Toolbar to the Top of the Editor</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-293-wordpress-4-8-3-rip-firebug-and-patreon\'>WPTavern: WPWeekly Episode 293 – WordPress 4.8.3, RIP Firebug, and Patreon</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/scotch-school-offers-free-course-on-getting-started-with-javascript-for-web-development\'>WPTavern: Scotch School Offers Free Course on Getting Started with JavaScript for Web Development</a></li></ul></div>','no'),(1640,'_site_transient_timeout_theme_roots','1509603570','no'),(1641,'_site_transient_theme_roots','a:6:{s:19:\"cargopress-pt-child\";s:7:\"/themes\";s:13:\"cargopress-pt\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(1642,'_transient_doing_cron','1649391976.4193410873413085937500','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_popover_ip_cache` -- DROP TABLE IF EXISTS `wp_popover_ip_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_popover_ip_cache` ( `IP` varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `country` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cached` bigint(20) DEFAULT NULL, PRIMARY KEY (`IP`), KEY `cached` (`cached`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_popover_ip_cache` -- LOCK TABLES `wp_popover_ip_cache` WRITE; /*!40000 ALTER TABLE `wp_popover_ip_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_popover_ip_cache` 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=9459 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 (12,7,'subtitle',''),(13,7,'_subtitle','field_5534998130ef7'),(14,7,'sidebar','none'),(15,7,'_sidebar','field_5534bcc459d58'),(16,7,'background_image',''),(17,7,'_background_image','field_5538c999ec7c2'),(18,7,'background_image_horizontal_position','center'),(19,7,'_background_image_horizontal_position','field_5538c9daec7c3'),(20,7,'background_image_vertical_position','center'),(21,7,'_background_image_vertical_position','field_5538ca0cec7c4'),(22,7,'background_image_repeat','repeat'),(23,7,'_background_image_repeat','field_5538ca44ec7c5'),(24,7,'background_image_attachment','scroll'),(25,7,'_background_image_attachment','field_5538ca6cec7c6'),(26,7,'background_color',''),(27,7,'_background_color','field_5538caa9ec7c7'),(28,7,'_wp_page_template','template-front-page-slider.php'),(29,7,'slider_content','caption'),(30,7,'_slider_content','field_5548717a1b3e4'),(31,7,'slides_0_slide_image','502'),(32,7,'_slides_0_slide_image','field_554871fa1b3e6'),(33,7,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(34,7,'_slides_0_slide_title','field_554872321b3e7'),(35,7,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(36,7,'_slides_0_slide_text','field_5548743d56847'),(37,7,'slides_0_slide_link',''),(38,7,'_slides_0_slide_link','field_5548728d88d0a'),(39,7,'slides_0_slide_open_link_in_new_window',''),(40,7,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(41,7,'slides','3'),(42,7,'_slides','field_554871d21b3e5'),(43,7,'auto_cycle','1'),(44,7,'_auto_cycle','field_55487307bdff8'),(45,7,'cycle_interval','5000'),(46,7,'_cycle_interval','field_55487335bdff9'),(47,7,'slides_1_slide_image','530'),(48,7,'_slides_1_slide_image','field_554871fa1b3e6'),(49,7,'slides_1_slide_title','Import & Export Global Logistics '),(50,7,'_slides_1_slide_title','field_554872321b3e7'),(51,7,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(52,7,'_slides_1_slide_text','field_5548743d56847'),(53,7,'slides_1_slide_link',''),(54,7,'_slides_1_slide_link','field_5548728d88d0a'),(55,7,'slides_1_slide_open_link_in_new_window',''),(56,7,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(57,7,'slides_2_slide_image','498'),(58,7,'_slides_2_slide_image','field_554871fa1b3e6'),(59,7,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(60,7,'_slides_2_slide_title','field_554872321b3e7'),(61,7,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(62,7,'_slides_2_slide_text','field_5548743d56847'),(63,7,'slides_2_slide_link',''),(64,7,'_slides_2_slide_link','field_5548728d88d0a'),(65,7,'slides_2_slide_open_link_in_new_window',''),(66,7,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(67,7,'_panels_data_preview','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(68,7,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:105:\"[button href=\"http://www.accesswineservice.com/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:336:\"<img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"196\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(69,8,'subtitle','What is happening around us'),(70,8,'_subtitle','field_5534998130ef7'),(71,8,'sidebar','right'),(72,8,'_sidebar','field_5534bcc459d58'),(73,8,'background_image',''),(74,8,'_background_image','field_5538c999ec7c2'),(75,8,'background_image_horizontal_position','center'),(76,8,'_background_image_horizontal_position','field_5538c9daec7c3'),(77,8,'background_image_vertical_position','center'),(78,8,'_background_image_vertical_position','field_5538ca0cec7c4'),(79,8,'background_image_repeat','repeat'),(80,8,'_background_image_repeat','field_5538ca44ec7c5'),(81,8,'background_image_attachment','scroll'),(82,8,'_background_image_attachment','field_5538ca6cec7c6'),(83,8,'background_color',''),(84,8,'_background_color','field_5538caa9ec7c7'),(85,9,'_menu_item_type','post_type'),(86,9,'_menu_item_menu_item_parent','0'),(87,9,'_menu_item_object_id','7'),(88,9,'_menu_item_object','page'),(89,9,'_menu_item_target',''),(90,9,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91,9,'_menu_item_xfn',''),(92,9,'_menu_item_url',''),(95,23,'_menu_item_type','custom'),(96,23,'_menu_item_menu_item_parent','0'),(97,23,'_menu_item_object_id','23'),(98,23,'_menu_item_object','custom'),(99,23,'_menu_item_target',''),(100,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,23,'_menu_item_xfn',''),(102,23,'_menu_item_url','http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes'),(103,24,'_menu_item_type','custom'),(104,24,'_menu_item_menu_item_parent','0'),(105,24,'_menu_item_object_id','24'),(106,24,'_menu_item_object','custom'),(107,24,'_menu_item_target','_blank'),(108,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(109,24,'_menu_item_xfn',''),(110,24,'_menu_item_url','https://www.proteusthemes.com/docs/cargopress-pt/'),(120,27,'sidebar','right'),(121,27,'_sidebar','field_5534bcc459d58'),(163,76,'_panels_data_preview','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:7:\"page_id\";i:101;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:7:\"page_id\";i:93;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:7:\"page_id\";i:97;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(164,76,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:7:\"page_id\";i:101;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:7:\"page_id\";i:93;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:7:\"page_id\";i:97;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(165,76,'subtitle','What we do and what can you expect from us'),(166,76,'_subtitle','field_5534998130ef7'),(167,76,'sidebar','left'),(168,76,'_sidebar','field_5534bcc459d58'),(169,76,'background_image',''),(170,76,'_background_image','field_5538c999ec7c2'),(171,76,'background_image_horizontal_position','center'),(172,76,'_background_image_horizontal_position','field_5538c9daec7c3'),(173,76,'background_image_vertical_position','center'),(174,76,'_background_image_vertical_position','field_5538ca0cec7c4'),(175,76,'background_image_repeat','repeat'),(176,76,'_background_image_repeat','field_5538ca44ec7c5'),(177,76,'background_image_attachment','scroll'),(178,76,'_background_image_attachment','field_5538ca6cec7c6'),(179,76,'background_color',''),(180,76,'_background_color','field_5538caa9ec7c7'),(181,76,'_cs_replacements','a:1:{s:20:\"regular-page-sidebar\";s:4:\"cs-1\";}'),(182,76,'_wp_page_template','default'),(184,78,'_panels_data_preview','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:130:\"<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:554:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(185,78,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:130:\"<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:554:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(186,78,'subtitle',''),(187,78,'_subtitle','field_5534998130ef7'),(188,78,'sidebar','left'),(189,78,'_sidebar','field_5534bcc459d58'),(190,78,'background_image',''),(191,78,'_background_image','field_5538c999ec7c2'),(192,78,'background_image_horizontal_position','center'),(193,78,'_background_image_horizontal_position','field_5538c9daec7c3'),(194,78,'background_image_vertical_position','center'),(195,78,'_background_image_vertical_position','field_5538ca0cec7c4'),(196,78,'background_image_repeat','repeat'),(197,78,'_background_image_repeat','field_5538ca44ec7c5'),(198,78,'background_image_attachment','scroll'),(199,78,'_background_image_attachment','field_5538ca6cec7c6'),(200,78,'background_color',''),(201,78,'_background_color','field_5538caa9ec7c7'),(202,78,'_wp_page_template','default'),(232,95,'_panels_data_preview','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(233,95,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(234,95,'subtitle',''),(235,95,'_subtitle','field_5534998130ef7'),(236,95,'sidebar','left'),(237,95,'_sidebar','field_5534bcc459d58'),(238,95,'background_image',''),(239,95,'_background_image','field_5538c999ec7c2'),(240,95,'background_image_horizontal_position','center'),(241,95,'_background_image_horizontal_position','field_5538c9daec7c3'),(242,95,'background_image_vertical_position','center'),(243,95,'_background_image_vertical_position','field_5538ca0cec7c4'),(244,95,'background_image_repeat','repeat'),(245,95,'_background_image_repeat','field_5538ca44ec7c5'),(246,95,'background_image_attachment','scroll'),(247,95,'_background_image_attachment','field_5538ca6cec7c6'),(248,95,'background_color',''),(249,95,'_background_color','field_5538caa9ec7c7'),(250,95,'_wp_page_template','default'),(415,120,'_panels_data_preview','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"9:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(416,120,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:201:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"beverage logistics\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6a05b84d-5211-43c8-ae79-434cf5780062\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80d9dded-d634-4d3b-954e-8cbe1ec9ec4f\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"9:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c0b2ab8b-f86d-49dc-b5ab-7311ca1bfc21\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"36bf9c6d-8711-4f5a-bd7c-789a25922069\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:3:\"0px\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;s:5:\"style\";a:0:{}}}}'),(417,120,'subtitle',''),(418,120,'_subtitle','field_5534998130ef7'),(419,120,'sidebar','none'),(420,120,'_sidebar','field_5534bcc459d58'),(421,120,'background_image',''),(422,120,'_background_image','field_5538c999ec7c2'),(423,120,'background_image_horizontal_position','center'),(424,120,'_background_image_horizontal_position','field_5538c9daec7c3'),(425,120,'background_image_vertical_position','center'),(426,120,'_background_image_vertical_position','field_5538ca0cec7c4'),(427,120,'background_image_repeat','repeat'),(428,120,'_background_image_repeat','field_5538ca44ec7c5'),(429,120,'background_image_attachment','scroll'),(430,120,'_background_image_attachment','field_5538ca6cec7c6'),(431,120,'background_color',''),(432,120,'_background_color','field_5538caa9ec7c7'),(433,120,'_wp_page_template','default'),(434,121,'_menu_item_type','post_type'),(435,121,'_menu_item_menu_item_parent','0'),(436,121,'_menu_item_object_id','120'),(437,121,'_menu_item_object','page'),(438,121,'_menu_item_target',''),(439,121,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(440,121,'_menu_item_xfn',''),(441,121,'_menu_item_url',''),(442,142,'_wp_attached_file','2015/05/slider_1.jpg'),(443,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2015/05/slider_1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider_1-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider_1-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider_1-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"slider_1-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"slider_1-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:20:\"slider_1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"slider_1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(444,143,'_wp_attached_file','2015/05/slider_2.jpg'),(445,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2015/05/slider_2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider_2-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider_2-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider_2-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"slider_2-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"slider_2-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:20:\"slider_2-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"slider_2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(446,144,'_wp_attached_file','2015/05/slider_3.jpg'),(447,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2015/05/slider_3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider_3-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider_3-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider_3-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"slider_3-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"slider_3-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:20:\"slider_3-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"slider_3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(452,155,'sidebar','right'),(453,155,'_sidebar','field_5534bcc459d58'),(455,169,'sidebar','right'),(456,169,'_sidebar','field_5534bcc459d58'),(458,232,'_wp_page_template','default'),(459,232,'subtitle','Something about us from a little bit of different perspective'),(460,232,'_subtitle','field_5534998130ef7'),(461,232,'sidebar','none'),(462,232,'_sidebar','field_5534bcc459d58'),(463,232,'background_image',''),(464,232,'_background_image','field_5538c999ec7c2'),(465,232,'background_image_horizontal_position','center'),(466,232,'_background_image_horizontal_position','field_5538c9daec7c3'),(467,232,'background_image_vertical_position','center'),(468,232,'_background_image_vertical_position','field_5538ca0cec7c4'),(469,232,'background_image_repeat','repeat'),(470,232,'_background_image_repeat','field_5538ca44ec7c5'),(471,232,'background_image_attachment','scroll'),(472,232,'_background_image_attachment','field_5538ca6cec7c6'),(473,232,'background_color',''),(474,232,'_background_color','field_5538caa9ec7c7'),(475,232,'_panels_data_preview','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:2224:\"<p>We take pride in being regarded as one of the most reliable and affordable logistic and warehousing service providers in the country. As a third party logistic service provider, we excel at a range of logistic services, which includes trucking services, warehousing services, logistic services, and a range of other ancillary services. We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p><p>Our team of experts at all levels of our services have years of experience backing them, which adds the credibility of an expert workforce. This also helps us in cutting down response time, and providing punctual delivery and services at all times, whether it is trucking service or warehousing services. Our goal is to make a positive difference in your business through our services, and build long term relationship with you. Our commitment to our clients can be seen by the amount of emphasis we lay on team work, customer support services and making technological upgrades in our logistic process and equipment from time to time.</p><p>Our experience in all the fields we serve in, and the range of services we provide, makes us one of the most comprehensive logistic service providers in the nation. And, with the help of continuous support and trust of our clients, we aim to stay at the top of the game, and humbly so. Our sophisticated systems, neatly designed logistic process, state of the art logistic tools and equipment, most advanced carriers, custom tailored services, and dedication to keep the costs low for end users, help us to provide logistic solution that aligns well with our clients’ requirements. We welcome you to our site, and request you to consult with our logistic experts for your logistic needs, and rest assured of getting solutions.</p><p>We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\"><img class=\"alignnone size-full wp-image-35\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\" alt=\"5\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:641:\"<h3 style=\"text-align: left\"><img class=\"alignnone size-full wp-image-242\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_5.jpg\" alt=\"about-us_5\" width=\"848\" height=\"480\" />GEORGE QUICK</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CEO AND BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:751:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\"><img class=\"alignnone size-full wp-image-238\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\" alt=\"about-us_1\" width=\"848\" height=\"480\" /></a>MARGARET BUTLER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">COO AND CONSULTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:747:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\"><img class=\"alignnone size-full wp-image-240\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\" alt=\"about-us_3\" width=\"848\" height=\"480\" /></a>JEREMY CONTRERAS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">HUMAN RESOURCES</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\"><img class=\"alignnone size-full wp-image-241\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" /></a>MARRY COOPER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHEF ACCOUNTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:749:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\"><img class=\"alignnone size-full wp-image-239\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\" alt=\"about-us_2\" width=\"848\" height=\"480\" /></a>BRUCE WOOD</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHIEF MECHANIC OPERATOR</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:742:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\"><img class=\"alignnone size-full wp-image-243\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\" alt=\"about-us_6\" width=\"848\" height=\"480\" /></a>REBECCA JACOBS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.499947201393510010092313677887432277202606201171875;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.500052798606489989907686322112567722797393798828125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(476,232,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1220:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform-- our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:699:\"Chris Kammer is the CEO of Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:10:\"NOW HIRING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(477,233,'_menu_item_type','post_type'),(478,233,'_menu_item_menu_item_parent','0'),(479,233,'_menu_item_object_id','232'),(480,233,'_menu_item_object','page'),(481,233,'_menu_item_target',''),(482,233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(483,233,'_menu_item_xfn',''),(484,233,'_menu_item_url',''),(499,272,'_wp_attached_file','2015/05/logo_1.png'),(500,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/logo_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_1-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"logo_1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(501,273,'_wp_attached_file','2015/05/logo_2.png'),(502,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/logo_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"logo_2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(503,274,'_wp_attached_file','2015/05/logo_3.png'),(504,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/logo_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_3-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"logo_3-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(505,275,'_wp_attached_file','2015/05/logo_4.png'),(506,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/logo_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_4-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"logo_4-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(507,276,'_wp_attached_file','2015/05/logo_5.png'),(508,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/logo_5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_5-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"logo_5-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(509,282,'_wp_attached_file','2015/05/core_values_bg.jpg'),(510,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:510;s:4:\"file\";s:26:\"2015/05/core_values_bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"core_values_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"core_values_bg-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"core_values_bg-768x204.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"core_values_bg-1024x272.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-l\";a:4:{s:4:\"file\";s:27:\"core_values_bg-1920x510.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:26:\"core_values_bg-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:26:\"core_values_bg-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:26:\"core_values_bg-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:25:\"core_values_bg-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(511,316,'_wp_page_template','default'),(512,316,'subtitle','This is a short list of our most frequently asked questions'),(513,316,'_subtitle','field_5534998130ef7'),(514,316,'background_image',''),(515,316,'_background_image','field_5538c999ec7c2'),(516,316,'background_image_horizontal_position','center'),(517,316,'_background_image_horizontal_position','field_5538c9daec7c3'),(518,316,'background_image_vertical_position','center'),(519,316,'_background_image_vertical_position','field_5538ca0cec7c4'),(520,316,'background_image_repeat','repeat'),(521,316,'_background_image_repeat','field_5538ca44ec7c5'),(522,316,'background_image_attachment','scroll'),(523,316,'_background_image_attachment','field_5538ca6cec7c6'),(524,316,'background_color',''),(525,316,'_background_color','field_5538caa9ec7c7'),(526,316,'sidebar','right'),(527,316,'_sidebar','field_5534bcc459d58'),(528,316,'_panels_data_preview','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1435:\"<h3>What is WordPress and what is CargoPress?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>Where does the name come from?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>What other services are you compatible with?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1540:\"<h3>Are you hiring?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3 id=\"i-have-a-technical-problem-or-support-issue-i-need-resolved-who-do-i-email\">I have a technical problem or support issue I need resolved, who do I email?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3 id=\"how-does-privacy-work\">How does privacy work?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(529,316,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1435:\"<h3>What is WordPress and what is CargoPress?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>Where does the name come from?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>What other services are you compatible with?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1540:\"<h3>Are you hiring?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3 id=\"i-have-a-technical-problem-or-support-issue-i-need-resolved-who-do-i-email\">I have a technical problem or support issue I need resolved, who do I email?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3 id=\"how-does-privacy-work\">How does privacy work?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(530,343,'_wp_attached_file','2015/05/blured.jpg'),(531,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:861;s:4:\"file\";s:18:\"2015/05/blured.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blured-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"blured-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blured-768x344.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"blured-1024x459.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-l\";a:4:{s:4:\"file\";s:19:\"blured-1920x600.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:18:\"blured-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:18:\"blured-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:18:\"blured-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"blured-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(532,344,'_wp_attached_file','2015/05/signature.png'),(533,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:58;s:4:\"file\";s:21:\"2015/05/signature.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"signature-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:20:\"signature-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(534,347,'_wp_attached_file','2015/05/pin.png'),(535,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:104;s:4:\"file\";s:15:\"2015/05/pin.png\";s:5:\"sizes\";a:1:{s:9:\"pw-inline\";a:4:{s:4:\"file\";s:13:\"pin-98x70.png\";s:5:\"width\";i:98;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,403,'_wp_page_template','default'),(637,403,'_panels_data_preview','a:3:{s:7:\"widgets\";a:26:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:18:\"WP_Widget_Archives\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:1;a:2:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:18:\"WP_Widget_Calendar\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:20:\"WP_Widget_Categories\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:2:{s:8:\"nav_menu\";i:4;s:11:\"panels_info\";a:5:{s:5:\"class\";s:18:\"WP_Nav_Menu_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:2:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Meta\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"WP_Widget_Pages\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;}}i:6;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_About_Us\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;}}i:7;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:9:\"PW_Banner\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:7;}}i:8;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Brochure_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:8;}}i:9;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:9;}}i:10;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Facebook\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;}}i:11;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:3;s:2:\"id\";i:11;}}i:12;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:12;}}i:13;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:13;}}i:14;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:14;}}i:15;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:17:\"PW_Number_Counter\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:3;s:2:\"id\";i:15;}}i:16;a:26:{s:5:\"title\";s:12:\"Opening Time\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:1:\"1\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:1:\"-\";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:4:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:16;}}i:17;a:3:{s:5:\"title\";s:0:\"\";s:14:\"skype_username\";s:0:\"\";s:11:\"panels_info\";a:4:{s:5:\"class\";s:8:\"PW_Skype\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:17;}}i:18;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Social_Icons\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:18;}}i:19;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:3;s:2:\"id\";i:19;}}i:20;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:13:\"WP_Widget_RSS\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:20;}}i:21;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:25:\"WP_Widget_Recent_Comments\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:21;}}i:22;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:2;s:2:\"id\";i:22;}}i:23;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"WP_Widget_Search\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:3;s:2:\"id\";i:23;}}i:24;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:19:\"WP_Widget_Tag_Cloud\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:24;}}i:25;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:25;}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:28:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:6;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:7;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:11;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:20;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:21;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:22;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:23;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:24;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}i:25;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}i:26;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}i:27;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}}}'),(638,403,'panels_data','a:3:{s:7:\"widgets\";a:26:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:18:\"WP_Widget_Archives\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:1;a:2:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:18:\"WP_Widget_Calendar\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:20:\"WP_Widget_Categories\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:2:{s:8:\"nav_menu\";i:4;s:11:\"panels_info\";a:5:{s:5:\"class\";s:18:\"WP_Nav_Menu_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:2:{s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Meta\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"WP_Widget_Pages\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;}}i:6;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_About_Us\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;}}i:7;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:9:\"PW_Banner\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:7;}}i:8;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Brochure_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:8;}}i:9;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:9;}}i:10;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Facebook\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;}}i:11;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:3;s:2:\"id\";i:11;}}i:12;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:12;}}i:13;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:13;}}i:14;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:14;}}i:15;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:17:\"PW_Number_Counter\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:3;s:2:\"id\";i:15;}}i:16;a:26:{s:5:\"title\";s:12:\"Opening Time\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:1:\"1\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:1:\"-\";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:4:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:16;}}i:17;a:3:{s:5:\"title\";s:0:\"\";s:14:\"skype_username\";s:0:\"\";s:11:\"panels_info\";a:4:{s:5:\"class\";s:8:\"PW_Skype\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:17;}}i:18;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Social_Icons\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:18;}}i:19;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:3;s:2:\"id\";i:19;}}i:20;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:13:\"WP_Widget_RSS\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:20;}}i:21;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:25:\"WP_Widget_Recent_Comments\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:21;}}i:22;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:2;s:2:\"id\";i:22;}}i:23;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"WP_Widget_Search\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:3;s:2:\"id\";i:23;}}i:24;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:19:\"WP_Widget_Tag_Cloud\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:24;}}i:25;a:1:{s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:25;}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:28:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:6;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:7;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:8;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:9;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:10;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:11;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.25;}i:12;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:13;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:14;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:15;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:16;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:17;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:18;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:19;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.25;}i:20;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:21;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:22;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:23;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.25;}i:24;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}i:25;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}i:26;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}i:27;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.25;}}}'),(639,403,'subtitle',''),(640,403,'_subtitle','field_5534998130ef7'),(641,403,'sidebar','none'),(642,403,'_sidebar','field_5534bcc459d58'),(643,403,'background_image',''),(644,403,'_background_image','field_5538c999ec7c2'),(645,403,'background_image_horizontal_position','center'),(646,403,'_background_image_horizontal_position','field_5538c9daec7c3'),(647,403,'background_image_vertical_position','center'),(648,403,'_background_image_vertical_position','field_5538ca0cec7c4'),(649,403,'background_image_repeat','repeat'),(650,403,'_background_image_repeat','field_5538ca44ec7c5'),(651,403,'background_image_attachment','scroll'),(652,403,'_background_image_attachment','field_5538ca6cec7c6'),(653,403,'background_color',''),(654,403,'_background_color','field_5538caa9ec7c7'),(655,445,'_wp_attached_file','2015/06/logo_6.png'),(656,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/06/logo_6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_6-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"logo_6-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(709,122,'_form','<div class=\"row\">\n <div class=\"col-xs-12 col-md-4\">\n [text* your-name placeholder \"First Name\"] \n </div>\n <div class=\"col-xs-12 col-md-4\">\n [text* last-name placeholder \"Last Name\"] \n </div>\n</div>\n<div class=\"row\">\n <div class=\"col-xs-12 col-md-4\">\n [email* your-email placeholder \"E-mail address\"]\n </div>\n <div class=\"col-xs-12 col-md-4\">\n [tel* your-phone placeholder \"Phone Number\"]\n </div>\n</div>\n<div class=\"row\">\n <div class=\"col-xs-12 col-md-8\">\n [text your-subject placeholder \"Subject\"]\n </div>\n <div class=\"col-xs-12\">\n [textarea your-message placeholder \"Message\"]\n [submit class:btn class:btn-primary \"SEND MESSAGE\"]\n </div>\n</div>'),(710,122,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(711,122,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(712,122,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(713,122,'_additional_settings',''),(714,122,'_locale','en_US'),(717,174,'sidebar','right'),(718,174,'_sidebar','field_5534bcc459d58'),(721,181,'sidebar','right'),(722,181,'_sidebar','field_5534bcc459d58'),(725,184,'sidebar','right'),(726,184,'_sidebar','field_5534bcc459d58'),(729,186,'sidebar','right'),(730,186,'_sidebar','field_5534bcc459d58'),(733,188,'sidebar','right'),(734,188,'_sidebar','field_5534bcc459d58'),(737,191,'sidebar','right'),(738,191,'_sidebar','field_5534bcc459d58'),(741,194,'sidebar','right'),(742,194,'_sidebar','field_5534bcc459d58'),(745,196,'sidebar','right'),(746,196,'_sidebar','field_5534bcc459d58'),(747,313,'_form','<div class=\"contact-form-small\">\n <div class=\"row\">\n <h2 style=\"text-align:center;text-transform: uppercase;\">Request A Quote</h2>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-md-6\">\n <span>First and Last Name</span>\n [text* your-name]\n <span>E-mail address</span>\n [email* your-email]\n <span>Phone Number</span>\n [text* your-number] \n <span>Company Name</span>\n [text* company-name]\n </div>\n <div class=\"col-xs-12 col-md-6\">\n <span>Subject</span>[text* your-subject placeholder \"Subject\"]\n <span>Date Ready To Ship</span>[date date-ready-to-ship]\n <span>Shipment Details</span>\n [textarea your-message]\n </div>\n <div class=\"col-xs-12 col-md-12\">\n [submit class:btn class:btn-primary \"SEND MESSAGE\"]\n </div>\n </div>\n</div>'),(748,313,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@jspdevelopmentdemo.com>\";s:4:\"body\";s:213:\"Details of the person requested a Quote\n\nName : [your-name]\nEmail: [your-email]\nPhone Number: [your-number]\nCompany name : [company-name]\nDate Ready To Ship : [date-ready-to-ship]\nShipment Details : [your-message]\";s:9:\"recipient\";s:19:\"er.jitin8@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(749,313,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(750,313,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(751,313,'_additional_settings',''),(752,313,'_locale','en_US'),(753,7,'_edit_lock','1509538585:1'),(754,463,'_wp_attached_file','2016/03/Big-Logo-color-on-bottom-service.jpg'),(755,463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:191;s:6:\"height\";i:199;s:4:\"file\";s:44:\"2016/03/Big-Logo-color-on-bottom-service.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Big-Logo-color-on-bottom-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:44:\"Big-Logo-color-on-bottom-service-191x190.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:43:\"Big-Logo-color-on-bottom-service-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(760,122,'_config_errors','a:4:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:102;s:14:\"mail.recipient\";i:102;s:9:\"mail.body\";i:101;}'),(766,467,'_edit_last','1'),(767,467,'po_title',''),(768,467,'po_image',''),(769,467,'po_image_pos','right'),(770,467,'po_image_mobile','1'),(771,467,'po_subtitle',''),(772,467,'po_cta_label','REQUEST A QUOTE'),(773,467,'po_cta_link',''),(774,467,'po_cta_target',''),(775,467,'po_custom_size',''),(776,467,'po_size','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(777,467,'po_color','a:2:{s:4:\"col1\";s:0:\"\";s:4:\"col2\";s:0:\"\";}'),(778,467,'po_custom_colors',''),(779,467,'po_style','simple'),(780,467,'po_custom_css',''),(781,467,'po_class','a:0:{}'),(782,467,'po_animation_in',''),(783,467,'po_animation_out',''),(784,467,'po_inline',''),(785,467,'po_round_corners','1'),(786,467,'po_scroll_body',''),(787,467,'po_can_hide',''),(788,467,'po_close_hides',''),(789,467,'po_hide_expire','0'),(790,467,'po_overlay_close','1'),(791,467,'po_form_submit','default'),(792,467,'po_display','delay'),(793,467,'po_display_data','a:5:{s:5:\"delay\";i:0;s:10:\"delay_type\";s:1:\"s\";s:6:\"scroll\";i:0;s:11:\"scroll_type\";s:1:\"%\";s:6:\"anchor\";N;}'),(794,467,'po_rule','a:0:{}'),(795,467,'po_rule_files','a:0:{}'),(796,467,'po_rule_data','a:5:{s:5:\"count\";i:1;s:8:\"referrer\";a:1:{i:0;s:0:\"\";}s:11:\"no_referrer\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}s:6:\"no_url\";a:1:{i:0;s:0:\"\";}}'),(797,467,'_edit_lock','1456991851:1'),(813,475,'_edit_last','1'),(814,475,'_wp_page_template','default'),(815,479,'subtitle',''),(816,479,'_subtitle','field_5534998130ef7'),(817,479,'background_image',''),(818,479,'_background_image','field_5538c999ec7c2'),(819,479,'background_image_horizontal_position','center'),(820,479,'_background_image_horizontal_position','field_5538c9daec7c3'),(821,479,'background_image_vertical_position','center'),(822,479,'_background_image_vertical_position','field_5538ca0cec7c4'),(823,479,'background_image_repeat','repeat'),(824,479,'_background_image_repeat','field_5538ca44ec7c5'),(825,479,'background_image_attachment','scroll'),(826,479,'_background_image_attachment','field_5538ca6cec7c6'),(827,479,'background_color',''),(828,479,'_background_color','field_5538caa9ec7c7'),(829,479,'sidebar','right'),(830,479,'_sidebar','field_5534bcc459d58'),(831,475,'subtitle',''),(832,475,'_subtitle','field_5534998130ef7'),(833,475,'background_image',''),(834,475,'_background_image','field_5538c999ec7c2'),(835,475,'background_image_horizontal_position','center'),(836,475,'_background_image_horizontal_position','field_5538c9daec7c3'),(837,475,'background_image_vertical_position','center'),(838,475,'_background_image_vertical_position','field_5538ca0cec7c4'),(839,475,'background_image_repeat','repeat'),(840,475,'_background_image_repeat','field_5538ca44ec7c5'),(841,475,'background_image_attachment','scroll'),(842,475,'_background_image_attachment','field_5538ca6cec7c6'),(843,475,'background_color',''),(844,475,'_background_color','field_5538caa9ec7c7'),(845,475,'sidebar','right'),(846,475,'_sidebar','field_5534bcc459d58'),(847,475,'_edit_lock','1456992317:1'),(848,476,'_edit_last','1'),(849,476,'_wp_page_template','default'),(850,480,'subtitle',''),(851,480,'_subtitle','field_5534998130ef7'),(852,480,'background_image',''),(853,480,'_background_image','field_5538c999ec7c2'),(854,480,'background_image_horizontal_position','center'),(855,480,'_background_image_horizontal_position','field_5538c9daec7c3'),(856,480,'background_image_vertical_position','center'),(857,480,'_background_image_vertical_position','field_5538ca0cec7c4'),(858,480,'background_image_repeat','repeat'),(859,480,'_background_image_repeat','field_5538ca44ec7c5'),(860,480,'background_image_attachment','scroll'),(861,480,'_background_image_attachment','field_5538ca6cec7c6'),(862,480,'background_color',''),(863,480,'_background_color','field_5538caa9ec7c7'),(864,480,'sidebar','right'),(865,480,'_sidebar','field_5534bcc459d58'),(866,476,'subtitle',''),(867,476,'_subtitle','field_5534998130ef7'),(868,476,'background_image',''),(869,476,'_background_image','field_5538c999ec7c2'),(870,476,'background_image_horizontal_position','center'),(871,476,'_background_image_horizontal_position','field_5538c9daec7c3'),(872,476,'background_image_vertical_position','center'),(873,476,'_background_image_vertical_position','field_5538ca0cec7c4'),(874,476,'background_image_repeat','repeat'),(875,476,'_background_image_repeat','field_5538ca44ec7c5'),(876,476,'background_image_attachment','scroll'),(877,476,'_background_image_attachment','field_5538ca6cec7c6'),(878,476,'background_color',''),(879,476,'_background_color','field_5538caa9ec7c7'),(880,476,'sidebar','right'),(881,476,'_sidebar','field_5534bcc459d58'),(882,476,'_edit_lock','1456992317:1'),(918,478,'_edit_last','1'),(919,478,'_wp_page_template','default'),(920,482,'subtitle',''),(921,482,'_subtitle','field_5534998130ef7'),(922,482,'background_image',''),(923,482,'_background_image','field_5538c999ec7c2'),(924,482,'background_image_horizontal_position','center'),(925,482,'_background_image_horizontal_position','field_5538c9daec7c3'),(926,482,'background_image_vertical_position','center'),(927,482,'_background_image_vertical_position','field_5538ca0cec7c4'),(928,482,'background_image_repeat','repeat'),(929,482,'_background_image_repeat','field_5538ca44ec7c5'),(930,482,'background_image_attachment','scroll'),(931,482,'_background_image_attachment','field_5538ca6cec7c6'),(932,482,'background_color',''),(933,482,'_background_color','field_5538caa9ec7c7'),(934,482,'sidebar','right'),(935,482,'_sidebar','field_5534bcc459d58'),(936,478,'subtitle',''),(937,478,'_subtitle','field_5534998130ef7'),(938,478,'background_image',''),(939,478,'_background_image','field_5538c999ec7c2'),(940,478,'background_image_horizontal_position','center'),(941,478,'_background_image_horizontal_position','field_5538c9daec7c3'),(942,478,'background_image_vertical_position','center'),(943,478,'_background_image_vertical_position','field_5538ca0cec7c4'),(944,478,'background_image_repeat','repeat'),(945,478,'_background_image_repeat','field_5538ca44ec7c5'),(946,478,'background_image_attachment','scroll'),(947,478,'_background_image_attachment','field_5538ca6cec7c6'),(948,478,'background_color',''),(949,478,'_background_color','field_5538caa9ec7c7'),(950,478,'sidebar','right'),(951,478,'_sidebar','field_5534bcc459d58'),(952,478,'_edit_lock','1502013460:1'),(990,7,'_edit_last','1'),(991,488,'subtitle',''),(992,488,'_subtitle','field_5534998130ef7'),(993,488,'slider_content','caption'),(994,488,'_slider_content','field_5548717a1b3e4'),(995,488,'slides_0_slide_image','142'),(996,488,'_slides_0_slide_image','field_554871fa1b3e6'),(997,488,'slides_0_slide_title','UNBEATABLE TRUCKING AND TRANSPORT SERVICES'),(998,488,'_slides_0_slide_title','field_554872321b3e7'),(999,488,'slides_0_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1000,488,'_slides_0_slide_text','field_5548743d56847'),(1001,488,'slides_0_slide_link',''),(1002,488,'_slides_0_slide_link','field_5548728d88d0a'),(1003,488,'slides_0_slide_open_link_in_new_window',''),(1004,488,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1005,488,'slides_1_slide_image','143'),(1006,488,'_slides_1_slide_image','field_554871fa1b3e6'),(1007,488,'slides_1_slide_title','CRANE TO TRAIN, WE DO EVERYTHING'),(1008,488,'_slides_1_slide_title','field_554872321b3e7'),(1009,488,'slides_1_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1010,488,'_slides_1_slide_text','field_5548743d56847'),(1011,488,'slides_1_slide_link',''),(1012,488,'_slides_1_slide_link','field_5548728d88d0a'),(1013,488,'slides_1_slide_open_link_in_new_window',''),(1014,488,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1015,488,'slides_2_slide_image','144'),(1016,488,'_slides_2_slide_image','field_554871fa1b3e6'),(1017,488,'slides_2_slide_title','GROUND OR AIR, THERE IS NO STOPPING FOR US'),(1018,488,'_slides_2_slide_title','field_554872321b3e7'),(1019,488,'slides_2_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1020,488,'_slides_2_slide_text','field_5548743d56847'),(1021,488,'slides_2_slide_link',''),(1022,488,'_slides_2_slide_link','field_5548728d88d0a'),(1023,488,'slides_2_slide_open_link_in_new_window',''),(1024,488,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1025,488,'slides','3'),(1026,488,'_slides','field_554871d21b3e5'),(1027,488,'auto_cycle','1'),(1028,488,'_auto_cycle','field_55487307bdff8'),(1029,488,'cycle_interval','5000'),(1030,488,'_cycle_interval','field_55487335bdff9'),(1031,488,'background_image',''),(1032,488,'_background_image','field_5538c999ec7c2'),(1033,488,'background_image_horizontal_position','center'),(1034,488,'_background_image_horizontal_position','field_5538c9daec7c3'),(1035,488,'background_image_vertical_position','center'),(1036,488,'_background_image_vertical_position','field_5538ca0cec7c4'),(1037,488,'background_image_repeat','repeat'),(1038,488,'_background_image_repeat','field_5538ca44ec7c5'),(1039,488,'background_image_attachment','scroll'),(1040,488,'_background_image_attachment','field_5538ca6cec7c6'),(1041,488,'background_color',''),(1042,488,'_background_color','field_5538caa9ec7c7'),(1043,488,'sidebar','none'),(1044,488,'_sidebar','field_5534bcc459d58'),(1045,488,'panels_data','a:3:{s:7:\"widgets\";a:24:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:23:\"HELLO THERE AND WELCOME\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:3:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1097:\"<h3 style=\"text-align: center; font-size: 44px;\">OUR CORE VALUES</h3>\n<p style=\"text-align: center;\"><span style=\"color: #4ab9cf;\"><strong>WRITTEN BY CARGOPRESS CEO</strong></span></p>\n\n\n<hr class=\"hr-quote\" />\n<p style=\"text-align: center;\">Core values are the fundamental beliefs of a person or organization. The core values are the guiding principles that t dictate behavior and action. Core values can help people to know what is right from wrong, they can help companies to determine if they are on the right path and fulfilling their business goals; and they create an unwavering and unchanging guide. There are many different types of core values and many different examples of core values depending upon the context.</p>\n<p style=\"text-align: center;\"></p>\n<p style=\"text-align: center;\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/signature.png\"><img class=\" size-full wp-image-344 aligncenter\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/signature.png\" alt=\"signature\" width=\"232\" height=\"58\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:737:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing. But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing.</p><p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing.</p><p><a class=\"read-more\" href=\"#\">READ MORE</a></p>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:17;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:21:\"REQUEST A QUICK QUOTE\";s:4:\"text\";s:205:\"But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count.\n<br><br>\n[contact-form-7 id=\"313\" title=\"Request a Quick Quote\"]\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:13:\"FLEET GALLERY\";s:4:\"text\";s:66:\"<p>[gallery link=\"file\" size=\"medium\" ids=\"41,39,38,37,36,34\"]</p>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:3:\"FAQ\";s:4:\"text\";s:678:\"<h4></h4>\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY TIMES DO I HAVE TO TELL YOU A FEW DIFFERENT WAYS?</a></h4>\n\n<hr />\n\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">WHAT IS DO I HAVE TO TELL YOU A FEW LOREM?</a></h4>\n\n<hr />\n\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY DO I HAVE TO TELL YOU HAVE A?</a></h4>\n\n<hr />\n\n<a class=\"read-more\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions\">MORE QUESTIONS</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:20;a:5:{s:5:\"title\";s:12:\"TESTIMONIALS\";s:9:\"autocycle\";s:2:\"no\";s:8:\"interval\";i:5000;s:12:\"testimonials\";a:4:{i:1;a:5:{s:2:\"id\";s:1:\"1\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:2;a:5:{s:2:\"id\";s:1:\"2\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:3;a:5:{s:2:\"id\";s:1:\"3\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:4;a:5:{s:2:\"id\";s:1:\"4\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:21;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:22;a:4:{s:5:\"title\";s:12:\"OUR PARTNERS\";s:4:\"text\";s:1080:\"<div class=\"logo-panel\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_1.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_2.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_3.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_4.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_5.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/06/logo_6.png\" alt=\"Client\">\n </div>\n </div>\n</div>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:23;a:3:{s:5:\"speed\";i:1000;s:8:\"counters\";a:4:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:17:\"Offices Worldwide\";s:6:\"number\";i:15;s:4:\"icon\";s:13:\"fa-building-o\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:18:\"Hardworking People\";s:6:\"number\";i:97;s:4:\"icon\";s:8:\"fa-users\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:17:\"Countries Covered\";s:6:\"number\";i:12;s:4:\"icon\";s:8:\"fa-globe\";}i:4;a:4:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:20:\"Years of Experiences\";s:6:\"number\";i:25;s:4:\"icon\";s:8:\"fa-users\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Number_Counter\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:23;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:12:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:4:\"60px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:282;s:18:\"background_display\";s:6:\"center\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"60px\";s:18:\"background_display\";s:4:\"tile\";}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"60px\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:4:\"tile\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:13:\"bottom_margin\";s:4:\"85px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"75px\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:270;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:23:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1999570446735400019999673304482712410390377044677734375;}i:13;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.60008591065292005151121657036128453910350799560546875;}i:14;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1999570446735400019999673304482712410390377044677734375;}i:15;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:20;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";i:1;}}}'),(1046,489,'subtitle',''),(1047,489,'_subtitle','field_5534998130ef7'),(1048,489,'slider_content','caption'),(1049,489,'_slider_content','field_5548717a1b3e4'),(1050,489,'slides_0_slide_image','142'),(1051,489,'_slides_0_slide_image','field_554871fa1b3e6'),(1052,489,'slides_0_slide_title','UNBEATABLE TRUCKING AND TRANSPORT SERVICES'),(1053,489,'_slides_0_slide_title','field_554872321b3e7'),(1054,489,'slides_0_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1055,489,'_slides_0_slide_text','field_5548743d56847'),(1056,489,'slides_0_slide_link',''),(1057,489,'_slides_0_slide_link','field_5548728d88d0a'),(1058,489,'slides_0_slide_open_link_in_new_window',''),(1059,489,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1060,489,'slides_1_slide_image','143'),(1061,489,'_slides_1_slide_image','field_554871fa1b3e6'),(1062,489,'slides_1_slide_title','CRANE TO TRAIN, WE DO EVERYTHING'),(1063,489,'_slides_1_slide_title','field_554872321b3e7'),(1064,489,'slides_1_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1065,489,'_slides_1_slide_text','field_5548743d56847'),(1066,489,'slides_1_slide_link',''),(1067,489,'_slides_1_slide_link','field_5548728d88d0a'),(1068,489,'slides_1_slide_open_link_in_new_window',''),(1069,489,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1070,489,'slides_2_slide_image','144'),(1071,489,'_slides_2_slide_image','field_554871fa1b3e6'),(1072,489,'slides_2_slide_title','GROUND OR AIR, THERE IS NO STOPPING FOR US'),(1073,489,'_slides_2_slide_title','field_554872321b3e7'),(1074,489,'slides_2_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1075,489,'_slides_2_slide_text','field_5548743d56847'),(1076,489,'slides_2_slide_link',''),(1077,489,'_slides_2_slide_link','field_5548728d88d0a'),(1078,489,'slides_2_slide_open_link_in_new_window',''),(1079,489,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1080,489,'slides','3'),(1081,489,'_slides','field_554871d21b3e5'),(1082,489,'auto_cycle','1'),(1083,489,'_auto_cycle','field_55487307bdff8'),(1084,489,'cycle_interval','5000'),(1085,489,'_cycle_interval','field_55487335bdff9'),(1086,489,'background_image',''),(1087,489,'_background_image','field_5538c999ec7c2'),(1088,489,'background_image_horizontal_position','center'),(1089,489,'_background_image_horizontal_position','field_5538c9daec7c3'),(1090,489,'background_image_vertical_position','center'),(1091,489,'_background_image_vertical_position','field_5538ca0cec7c4'),(1092,489,'background_image_repeat','repeat'),(1093,489,'_background_image_repeat','field_5538ca44ec7c5'),(1094,489,'background_image_attachment','scroll'),(1095,489,'_background_image_attachment','field_5538ca6cec7c6'),(1096,489,'background_color',''),(1097,489,'_background_color','field_5538caa9ec7c7'),(1098,489,'sidebar','none'),(1099,489,'_sidebar','field_5534bcc459d58'),(1100,489,'panels_data','a:3:{s:7:\"widgets\";a:23:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:5:{s:5:\"class\";s:15:\"featured-widget\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:737:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing. But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing.</p><p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing.</p><p><a class=\"read-more\" href=\"#\">READ MORE</a></p>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:21:\"REQUEST A QUICK QUOTE\";s:4:\"text\";s:205:\"But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count.\n<br><br>\n[contact-form-7 id=\"313\" title=\"Request a Quick Quote\"]\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:16;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:13:\"FLEET GALLERY\";s:4:\"text\";s:66:\"<p>[gallery link=\"file\" size=\"medium\" ids=\"41,39,38,37,36,34\"]</p>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:18;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:3:\"FAQ\";s:4:\"text\";s:678:\"<h4></h4>\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY TIMES DO I HAVE TO TELL YOU A FEW DIFFERENT WAYS?</a></h4>\n\n<hr />\n\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">WHAT IS DO I HAVE TO TELL YOU A FEW LOREM?</a></h4>\n\n<hr />\n\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY DO I HAVE TO TELL YOU HAVE A?</a></h4>\n\n<hr />\n\n<a class=\"read-more\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions\">MORE QUESTIONS</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:18;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:19;a:5:{s:5:\"title\";s:12:\"TESTIMONIALS\";s:9:\"autocycle\";s:2:\"no\";s:8:\"interval\";i:5000;s:12:\"testimonials\";a:4:{i:1;a:5:{s:2:\"id\";s:1:\"1\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:2;a:5:{s:2:\"id\";s:1:\"2\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:3;a:5:{s:2:\"id\";s:1:\"3\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:4;a:5:{s:2:\"id\";s:1:\"4\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:20;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:21;a:4:{s:5:\"title\";s:12:\"OUR PARTNERS\";s:4:\"text\";s:1080:\"<div class=\"logo-panel\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_1.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_2.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_3.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_4.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_5.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/06/logo_6.png\" alt=\"Client\">\n </div>\n </div>\n</div>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:21;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:22;a:3:{s:5:\"speed\";i:1000;s:8:\"counters\";a:4:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:17:\"Offices Worldwide\";s:6:\"number\";i:15;s:4:\"icon\";s:13:\"fa-building-o\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:18:\"Hardworking People\";s:6:\"number\";i:97;s:4:\"icon\";s:8:\"fa-users\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:17:\"Countries Covered\";s:6:\"number\";i:12;s:4:\"icon\";s:8:\"fa-globe\";}i:4;a:4:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:20:\"Years of Experiences\";s:6:\"number\";i:25;s:4:\"icon\";s:8:\"fa-users\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Number_Counter\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:11:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"60px\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"60px\";s:18:\"background_display\";s:4:\"tile\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:13:\"bottom_margin\";s:4:\"85px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"75px\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:270;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:20:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}i:19;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";i:1;}}}'),(1101,490,'subtitle',''),(1102,490,'_subtitle','field_5534998130ef7'),(1103,490,'slider_content','caption'),(1104,490,'_slider_content','field_5548717a1b3e4'),(1105,490,'slides_0_slide_image','142'),(1106,490,'_slides_0_slide_image','field_554871fa1b3e6'),(1107,490,'slides_0_slide_title','UNBEATABLE TRUCKING AND TRANSPORT SERVICES'),(1108,490,'_slides_0_slide_title','field_554872321b3e7'),(1109,490,'slides_0_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1110,490,'_slides_0_slide_text','field_5548743d56847'),(1111,490,'slides_0_slide_link',''),(1112,490,'_slides_0_slide_link','field_5548728d88d0a'),(1113,490,'slides_0_slide_open_link_in_new_window',''),(1114,490,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1115,490,'slides_1_slide_image','143'),(1116,490,'_slides_1_slide_image','field_554871fa1b3e6'),(1117,490,'slides_1_slide_title','CRANE TO TRAIN, WE DO EVERYTHING'),(1118,490,'_slides_1_slide_title','field_554872321b3e7'),(1119,490,'slides_1_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1120,490,'_slides_1_slide_text','field_5548743d56847'),(1121,490,'slides_1_slide_link',''),(1122,490,'_slides_1_slide_link','field_5548728d88d0a'),(1123,490,'slides_1_slide_open_link_in_new_window',''),(1124,490,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1125,490,'slides_2_slide_image','144'),(1126,490,'_slides_2_slide_image','field_554871fa1b3e6'),(1127,490,'slides_2_slide_title','GROUND OR AIR, THERE IS NO STOPPING FOR US'),(1128,490,'_slides_2_slide_title','field_554872321b3e7'),(1129,490,'slides_2_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1130,490,'_slides_2_slide_text','field_5548743d56847'),(1131,490,'slides_2_slide_link',''),(1132,490,'_slides_2_slide_link','field_5548728d88d0a'),(1133,490,'slides_2_slide_open_link_in_new_window',''),(1134,490,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1135,490,'slides','3'),(1136,490,'_slides','field_554871d21b3e5'),(1137,490,'auto_cycle','1'),(1138,490,'_auto_cycle','field_55487307bdff8'),(1139,490,'cycle_interval','5000'),(1140,490,'_cycle_interval','field_55487335bdff9'),(1141,490,'background_image',''),(1142,490,'_background_image','field_5538c999ec7c2'),(1143,490,'background_image_horizontal_position','center'),(1144,490,'_background_image_horizontal_position','field_5538c9daec7c3'),(1145,490,'background_image_vertical_position','center'),(1146,490,'_background_image_vertical_position','field_5538ca0cec7c4'),(1147,490,'background_image_repeat','repeat'),(1148,490,'_background_image_repeat','field_5538ca44ec7c5'),(1149,490,'background_image_attachment','scroll'),(1150,490,'_background_image_attachment','field_5538ca6cec7c6'),(1151,490,'background_color',''),(1152,490,'_background_color','field_5538caa9ec7c7'),(1153,490,'sidebar','none'),(1154,490,'_sidebar','field_5534bcc459d58'),(1155,490,'panels_data','a:3:{s:7:\"widgets\";a:21:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:13:\"FLEET GALLERY\";s:4:\"text\";s:66:\"<p>[gallery link=\"file\" size=\"medium\" ids=\"41,39,38,37,36,34\"]</p>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:3:\"FAQ\";s:4:\"text\";s:678:\"<h4></h4>\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY TIMES DO I HAVE TO TELL YOU A FEW DIFFERENT WAYS?</a></h4>\n\n<hr />\n\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">WHAT IS DO I HAVE TO TELL YOU A FEW LOREM?</a></h4>\n\n<hr />\n\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY DO I HAVE TO TELL YOU HAVE A?</a></h4>\n\n<hr />\n\n<a class=\"read-more\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions\">MORE QUESTIONS</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:16;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:17;a:5:{s:5:\"title\";s:12:\"TESTIMONIALS\";s:9:\"autocycle\";s:2:\"no\";s:8:\"interval\";i:5000;s:12:\"testimonials\";a:4:{i:1;a:5:{s:2:\"id\";s:1:\"1\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:2;a:5:{s:2:\"id\";s:1:\"2\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:3;a:5:{s:2:\"id\";s:1:\"3\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:4;a:5:{s:2:\"id\";s:1:\"4\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:18;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:19;a:4:{s:5:\"title\";s:12:\"OUR PARTNERS\";s:4:\"text\";s:1080:\"<div class=\"logo-panel\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_1.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_2.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_3.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_4.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_5.png\" alt=\"Client\">\n </div>\n <div class=\"col-xs-12 col-sm-2\">\n <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/06/logo_6.png\" alt=\"Client\">\n </div>\n </div>\n</div>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:19;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:20;a:3:{s:5:\"speed\";i:1000;s:8:\"counters\";a:4:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:17:\"Offices Worldwide\";s:6:\"number\";i:15;s:4:\"icon\";s:13:\"fa-building-o\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:18:\"Hardworking People\";s:6:\"number\";i:97;s:4:\"icon\";s:8:\"fa-users\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:17:\"Countries Covered\";s:6:\"number\";i:12;s:4:\"icon\";s:8:\"fa-globe\";}i:4;a:4:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:20:\"Years of Experiences\";s:6:\"number\";i:25;s:4:\"icon\";s:8:\"fa-users\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Number_Counter\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:10:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"60px\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:4:\"tile\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:13:\"bottom_margin\";s:4:\"85px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"75px\";s:18:\"background_display\";s:4:\"tile\";}}i:9;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:270;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:18:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";i:1;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";i:1;}i:17;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";i:1;}}}'),(1156,491,'subtitle',''),(1157,491,'_subtitle','field_5534998130ef7'),(1158,491,'slider_content','caption'),(1159,491,'_slider_content','field_5548717a1b3e4'),(1160,491,'slides_0_slide_image','142'),(1161,491,'_slides_0_slide_image','field_554871fa1b3e6'),(1162,491,'slides_0_slide_title','UNBEATABLE TRUCKING AND TRANSPORT SERVICES'),(1163,491,'_slides_0_slide_title','field_554872321b3e7'),(1164,491,'slides_0_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1165,491,'_slides_0_slide_text','field_5548743d56847'),(1166,491,'slides_0_slide_link',''),(1167,491,'_slides_0_slide_link','field_5548728d88d0a'),(1168,491,'slides_0_slide_open_link_in_new_window',''),(1169,491,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1170,491,'slides_1_slide_image','143'),(1171,491,'_slides_1_slide_image','field_554871fa1b3e6'),(1172,491,'slides_1_slide_title','CRANE TO TRAIN, WE DO EVERYTHING'),(1173,491,'_slides_1_slide_title','field_554872321b3e7'),(1174,491,'slides_1_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1175,491,'_slides_1_slide_text','field_5548743d56847'),(1176,491,'slides_1_slide_link',''),(1177,491,'_slides_1_slide_link','field_5548728d88d0a'),(1178,491,'slides_1_slide_open_link_in_new_window',''),(1179,491,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1180,491,'slides_2_slide_image','144'),(1181,491,'_slides_2_slide_image','field_554871fa1b3e6'),(1182,491,'slides_2_slide_title','GROUND OR AIR, THERE IS NO STOPPING FOR US'),(1183,491,'_slides_2_slide_title','field_554872321b3e7'),(1184,491,'slides_2_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1185,491,'_slides_2_slide_text','field_5548743d56847'),(1186,491,'slides_2_slide_link',''),(1187,491,'_slides_2_slide_link','field_5548728d88d0a'),(1188,491,'slides_2_slide_open_link_in_new_window',''),(1189,491,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1190,491,'slides','3'),(1191,491,'_slides','field_554871d21b3e5'),(1192,491,'auto_cycle','1'),(1193,491,'_auto_cycle','field_55487307bdff8'),(1194,491,'cycle_interval','5000'),(1195,491,'_cycle_interval','field_55487335bdff9'),(1196,491,'background_image',''),(1197,491,'_background_image','field_5538c999ec7c2'),(1198,491,'background_image_horizontal_position','center'),(1199,491,'_background_image_horizontal_position','field_5538c9daec7c3'),(1200,491,'background_image_vertical_position','center'),(1201,491,'_background_image_vertical_position','field_5538ca0cec7c4'),(1202,491,'background_image_repeat','repeat'),(1203,491,'_background_image_repeat','field_5538ca44ec7c5'),(1204,491,'background_image_attachment','scroll'),(1205,491,'_background_image_attachment','field_5538ca6cec7c6'),(1206,491,'background_color',''),(1207,491,'_background_color','field_5538caa9ec7c7'),(1208,491,'sidebar','none'),(1209,491,'_sidebar','field_5534bcc459d58'),(1210,491,'panels_data','a:3:{s:7:\"widgets\";a:17:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:5:\"title\";s:12:\"TESTIMONIALS\";s:9:\"autocycle\";s:2:\"no\";s:8:\"interval\";i:5000;s:12:\"testimonials\";a:4:{i:1;a:5:{s:2:\"id\";s:1:\"1\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:2;a:5:{s:2:\"id\";s:1:\"2\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:3;a:5:{s:2:\"id\";s:1:\"3\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:4;a:5:{s:2:\"id\";s:1:\"4\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:16;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:13:\"bottom_margin\";s:4:\"85px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:14:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(1211,492,'subtitle',''),(1212,492,'_subtitle','field_5534998130ef7'),(1213,492,'slider_content','caption'),(1214,492,'_slider_content','field_5548717a1b3e4'),(1215,492,'slides_0_slide_image','142'),(1216,492,'_slides_0_slide_image','field_554871fa1b3e6'),(1217,492,'slides_0_slide_title','UNBEATABLE TRUCKING AND TRANSPORT SERVICES'),(1218,492,'_slides_0_slide_title','field_554872321b3e7'),(1219,492,'slides_0_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1220,492,'_slides_0_slide_text','field_5548743d56847'),(1221,492,'slides_0_slide_link',''),(1222,492,'_slides_0_slide_link','field_5548728d88d0a'),(1223,492,'slides_0_slide_open_link_in_new_window',''),(1224,492,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1225,492,'slides_1_slide_image','143'),(1226,492,'_slides_1_slide_image','field_554871fa1b3e6'),(1227,492,'slides_1_slide_title','CRANE TO TRAIN, WE DO EVERYTHING'),(1228,492,'_slides_1_slide_title','field_554872321b3e7'),(1229,492,'slides_1_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1230,492,'_slides_1_slide_text','field_5548743d56847'),(1231,492,'slides_1_slide_link',''),(1232,492,'_slides_1_slide_link','field_5548728d88d0a'),(1233,492,'slides_1_slide_open_link_in_new_window',''),(1234,492,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1235,492,'slides_2_slide_image','144'),(1236,492,'_slides_2_slide_image','field_554871fa1b3e6'),(1237,492,'slides_2_slide_title','GROUND OR AIR, THERE IS NO STOPPING FOR US'),(1238,492,'_slides_2_slide_title','field_554872321b3e7'),(1239,492,'slides_2_slide_text','<p class=\"p1\"><span class=\"s1\">Starting from loading to unloading and maintaining the highest standards in terms of safety while in transit, we take nothing to chance.</span></p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1240,492,'_slides_2_slide_text','field_5548743d56847'),(1241,492,'slides_2_slide_link',''),(1242,492,'_slides_2_slide_link','field_5548728d88d0a'),(1243,492,'slides_2_slide_open_link_in_new_window',''),(1244,492,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1245,492,'slides','3'),(1246,492,'_slides','field_554871d21b3e5'),(1247,492,'auto_cycle','1'),(1248,492,'_auto_cycle','field_55487307bdff8'),(1249,492,'cycle_interval','5000'),(1250,492,'_cycle_interval','field_55487335bdff9'),(1251,492,'background_image',''),(1252,492,'_background_image','field_5538c999ec7c2'),(1253,492,'background_image_horizontal_position','center'),(1254,492,'_background_image_horizontal_position','field_5538c9daec7c3'),(1255,492,'background_image_vertical_position','center'),(1256,492,'_background_image_vertical_position','field_5538ca0cec7c4'),(1257,492,'background_image_repeat','repeat'),(1258,492,'_background_image_repeat','field_5538ca44ec7c5'),(1259,492,'background_image_attachment','scroll'),(1260,492,'_background_image_attachment','field_5538ca6cec7c6'),(1261,492,'background_color',''),(1262,492,'_background_color','field_5538caa9ec7c7'),(1263,492,'sidebar','none'),(1264,492,'_sidebar','field_5534bcc459d58'),(1265,492,'panels_data','a:3:{s:7:\"widgets\";a:17:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:5:{s:5:\"class\";s:13:\"PW_Google_Map\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:16;a:5:{s:5:\"title\";s:12:\"TESTIMONIALS\";s:9:\"autocycle\";s:2:\"no\";s:8:\"interval\";i:5000;s:12:\"testimonials\";a:4:{i:1;a:5:{s:2:\"id\";s:1:\"1\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:2;a:5:{s:2:\"id\";s:1:\"2\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:3;a:5:{s:2:\"id\";s:1:\"3\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Frank Martin\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}i:4;a:5:{s:2:\"id\";s:1:\"4\";s:5:\"quote\";s:206:\"But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.\";s:6:\"author\";s:12:\"Martin Frank\";s:6:\"rating\";s:0:\"\";s:18:\"author_description\";s:11:\"Transporter\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Testimonials\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:13:\"bottom_margin\";s:4:\"85px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#eeeeee\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:14:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(1266,494,'subtitle',''),(1267,494,'_subtitle','field_5534998130ef7'),(1268,494,'slider_content','caption'),(1269,494,'_slider_content','field_5548717a1b3e4'),(1270,494,'slides_0_slide_image','142'),(1271,494,'_slides_0_slide_image','field_554871fa1b3e6'),(1272,494,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1273,494,'_slides_0_slide_title','field_554872321b3e7'),(1274,494,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1275,494,'_slides_0_slide_text','field_5548743d56847'),(1276,494,'slides_0_slide_link',''),(1277,494,'_slides_0_slide_link','field_5548728d88d0a'),(1278,494,'slides_0_slide_open_link_in_new_window',''),(1279,494,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1280,494,'slides_1_slide_image','143'),(1281,494,'_slides_1_slide_image','field_554871fa1b3e6'),(1282,494,'slides_1_slide_title','Ocean, Air or Truck '),(1283,494,'_slides_1_slide_title','field_554872321b3e7'),(1284,494,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1285,494,'_slides_1_slide_text','field_5548743d56847'),(1286,494,'slides_1_slide_link',''),(1287,494,'_slides_1_slide_link','field_5548728d88d0a'),(1288,494,'slides_1_slide_open_link_in_new_window',''),(1289,494,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1290,494,'slides_2_slide_image','144'),(1291,494,'_slides_2_slide_image','field_554871fa1b3e6'),(1292,494,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1293,494,'_slides_2_slide_title','field_554872321b3e7'),(1294,494,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1295,494,'_slides_2_slide_text','field_5548743d56847'),(1296,494,'slides_2_slide_link',''),(1297,494,'_slides_2_slide_link','field_5548728d88d0a'),(1298,494,'slides_2_slide_open_link_in_new_window',''),(1299,494,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1300,494,'slides','3'),(1301,494,'_slides','field_554871d21b3e5'),(1302,494,'auto_cycle','1'),(1303,494,'_auto_cycle','field_55487307bdff8'),(1304,494,'cycle_interval','5000'),(1305,494,'_cycle_interval','field_55487335bdff9'),(1306,494,'background_image',''),(1307,494,'_background_image','field_5538c999ec7c2'),(1308,494,'background_image_horizontal_position','center'),(1309,494,'_background_image_horizontal_position','field_5538c9daec7c3'),(1310,494,'background_image_vertical_position','center'),(1311,494,'_background_image_vertical_position','field_5538ca0cec7c4'),(1312,494,'background_image_repeat','repeat'),(1313,494,'_background_image_repeat','field_5538ca44ec7c5'),(1314,494,'background_image_attachment','scroll'),(1315,494,'_background_image_attachment','field_5538ca6cec7c6'),(1316,494,'background_color',''),(1317,494,'_background_color','field_5538caa9ec7c7'),(1318,494,'sidebar','none'),(1319,494,'_sidebar','field_5534bcc459d58'),(1320,494,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1321,495,'subtitle',''),(1322,495,'_subtitle','field_5534998130ef7'),(1323,495,'slider_content','caption'),(1324,495,'_slider_content','field_5548717a1b3e4'),(1325,495,'slides_0_slide_image','142'),(1326,495,'_slides_0_slide_image','field_554871fa1b3e6'),(1327,495,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1328,495,'_slides_0_slide_title','field_554872321b3e7'),(1329,495,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1330,495,'_slides_0_slide_text','field_5548743d56847'),(1331,495,'slides_0_slide_link',''),(1332,495,'_slides_0_slide_link','field_5548728d88d0a'),(1333,495,'slides_0_slide_open_link_in_new_window',''),(1334,495,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1335,495,'slides_1_slide_image','143'),(1336,495,'_slides_1_slide_image','field_554871fa1b3e6'),(1337,495,'slides_1_slide_title','Ocean , Air or Truck '),(1338,495,'_slides_1_slide_title','field_554872321b3e7'),(1339,495,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1340,495,'_slides_1_slide_text','field_5548743d56847'),(1341,495,'slides_1_slide_link',''),(1342,495,'_slides_1_slide_link','field_5548728d88d0a'),(1343,495,'slides_1_slide_open_link_in_new_window',''),(1344,495,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1345,495,'slides_2_slide_image','144'),(1346,495,'_slides_2_slide_image','field_554871fa1b3e6'),(1347,495,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1348,495,'_slides_2_slide_title','field_554872321b3e7'),(1349,495,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1350,495,'_slides_2_slide_text','field_5548743d56847'),(1351,495,'slides_2_slide_link',''),(1352,495,'_slides_2_slide_link','field_5548728d88d0a'),(1353,495,'slides_2_slide_open_link_in_new_window',''),(1354,495,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1355,495,'slides','3'),(1356,495,'_slides','field_554871d21b3e5'),(1357,495,'auto_cycle','1'),(1358,495,'_auto_cycle','field_55487307bdff8'),(1359,495,'cycle_interval','5000'),(1360,495,'_cycle_interval','field_55487335bdff9'),(1361,495,'background_image',''),(1362,495,'_background_image','field_5538c999ec7c2'),(1363,495,'background_image_horizontal_position','center'),(1364,495,'_background_image_horizontal_position','field_5538c9daec7c3'),(1365,495,'background_image_vertical_position','center'),(1366,495,'_background_image_vertical_position','field_5538ca0cec7c4'),(1367,495,'background_image_repeat','repeat'),(1368,495,'_background_image_repeat','field_5538ca44ec7c5'),(1369,495,'background_image_attachment','scroll'),(1370,495,'_background_image_attachment','field_5538ca6cec7c6'),(1371,495,'background_color',''),(1372,495,'_background_color','field_5538caa9ec7c7'),(1373,495,'sidebar','none'),(1374,495,'_sidebar','field_5534bcc459d58'),(1375,495,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1378,497,'subtitle',''),(1379,497,'_subtitle','field_5534998130ef7'),(1380,497,'slider_content','caption'),(1381,497,'_slider_content','field_5548717a1b3e4'),(1382,497,'slides_0_slide_image','142'),(1383,497,'_slides_0_slide_image','field_554871fa1b3e6'),(1384,497,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1385,497,'_slides_0_slide_title','field_554872321b3e7'),(1386,497,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1387,497,'_slides_0_slide_text','field_5548743d56847'),(1388,497,'slides_0_slide_link',''),(1389,497,'_slides_0_slide_link','field_5548728d88d0a'),(1390,497,'slides_0_slide_open_link_in_new_window',''),(1391,497,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1392,497,'slides_1_slide_image','496'),(1393,497,'_slides_1_slide_image','field_554871fa1b3e6'),(1394,497,'slides_1_slide_title','Ocean , Air or Truck '),(1395,497,'_slides_1_slide_title','field_554872321b3e7'),(1396,497,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1397,497,'_slides_1_slide_text','field_5548743d56847'),(1398,497,'slides_1_slide_link',''),(1399,497,'_slides_1_slide_link','field_5548728d88d0a'),(1400,497,'slides_1_slide_open_link_in_new_window',''),(1401,497,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1402,497,'slides_2_slide_image','144'),(1403,497,'_slides_2_slide_image','field_554871fa1b3e6'),(1404,497,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1405,497,'_slides_2_slide_title','field_554872321b3e7'),(1406,497,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1407,497,'_slides_2_slide_text','field_5548743d56847'),(1408,497,'slides_2_slide_link',''),(1409,497,'_slides_2_slide_link','field_5548728d88d0a'),(1410,497,'slides_2_slide_open_link_in_new_window',''),(1411,497,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1412,497,'slides','3'),(1413,497,'_slides','field_554871d21b3e5'),(1414,497,'auto_cycle','1'),(1415,497,'_auto_cycle','field_55487307bdff8'),(1416,497,'cycle_interval','5000'),(1417,497,'_cycle_interval','field_55487335bdff9'),(1418,497,'background_image',''),(1419,497,'_background_image','field_5538c999ec7c2'),(1420,497,'background_image_horizontal_position','center'),(1421,497,'_background_image_horizontal_position','field_5538c9daec7c3'),(1422,497,'background_image_vertical_position','center'),(1423,497,'_background_image_vertical_position','field_5538ca0cec7c4'),(1424,497,'background_image_repeat','repeat'),(1425,497,'_background_image_repeat','field_5538ca44ec7c5'),(1426,497,'background_image_attachment','scroll'),(1427,497,'_background_image_attachment','field_5538ca6cec7c6'),(1428,497,'background_color',''),(1429,497,'_background_color','field_5538caa9ec7c7'),(1430,497,'sidebar','none'),(1431,497,'_sidebar','field_5534bcc459d58'),(1432,497,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1433,498,'_wp_attached_file','2015/04/COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE.png'),(1434,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:426;s:4:\"file\";s:77:\"2015/04/COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:77:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:77:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:77:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:76:\"COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1435,499,'subtitle',''),(1436,499,'_subtitle','field_5534998130ef7'),(1437,499,'slider_content','caption'),(1438,499,'_slider_content','field_5548717a1b3e4'),(1439,499,'slides_0_slide_image','142'),(1440,499,'_slides_0_slide_image','field_554871fa1b3e6'),(1441,499,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1442,499,'_slides_0_slide_title','field_554872321b3e7'),(1443,499,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1444,499,'_slides_0_slide_text','field_5548743d56847'),(1445,499,'slides_0_slide_link',''),(1446,499,'_slides_0_slide_link','field_5548728d88d0a'),(1447,499,'slides_0_slide_open_link_in_new_window',''),(1448,499,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1449,499,'slides_1_slide_image','496'),(1450,499,'_slides_1_slide_image','field_554871fa1b3e6'),(1451,499,'slides_1_slide_title','Ocean , Air or Truck '),(1452,499,'_slides_1_slide_title','field_554872321b3e7'),(1453,499,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1454,499,'_slides_1_slide_text','field_5548743d56847'),(1455,499,'slides_1_slide_link',''),(1456,499,'_slides_1_slide_link','field_5548728d88d0a'),(1457,499,'slides_1_slide_open_link_in_new_window',''),(1458,499,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1459,499,'slides_2_slide_image','498'),(1460,499,'_slides_2_slide_image','field_554871fa1b3e6'),(1461,499,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1462,499,'_slides_2_slide_title','field_554872321b3e7'),(1463,499,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1464,499,'_slides_2_slide_text','field_5548743d56847'),(1465,499,'slides_2_slide_link',''),(1466,499,'_slides_2_slide_link','field_5548728d88d0a'),(1467,499,'slides_2_slide_open_link_in_new_window',''),(1468,499,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1469,499,'slides','3'),(1470,499,'_slides','field_554871d21b3e5'),(1471,499,'auto_cycle','1'),(1472,499,'_auto_cycle','field_55487307bdff8'),(1473,499,'cycle_interval','5000'),(1474,499,'_cycle_interval','field_55487335bdff9'),(1475,499,'background_image',''),(1476,499,'_background_image','field_5538c999ec7c2'),(1477,499,'background_image_horizontal_position','center'),(1478,499,'_background_image_horizontal_position','field_5538c9daec7c3'),(1479,499,'background_image_vertical_position','center'),(1480,499,'_background_image_vertical_position','field_5538ca0cec7c4'),(1481,499,'background_image_repeat','repeat'),(1482,499,'_background_image_repeat','field_5538ca44ec7c5'),(1483,499,'background_image_attachment','scroll'),(1484,499,'_background_image_attachment','field_5538ca6cec7c6'),(1485,499,'background_color',''),(1486,499,'_background_color','field_5538caa9ec7c7'),(1487,499,'sidebar','none'),(1488,499,'_sidebar','field_5534bcc459d58'),(1489,499,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1492,501,'subtitle',''),(1493,501,'_subtitle','field_5534998130ef7'),(1494,501,'slider_content','caption'),(1495,501,'_slider_content','field_5548717a1b3e4'),(1496,501,'slides_0_slide_image','500'),(1497,501,'_slides_0_slide_image','field_554871fa1b3e6'),(1498,501,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1499,501,'_slides_0_slide_title','field_554872321b3e7'),(1500,501,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1501,501,'_slides_0_slide_text','field_5548743d56847'),(1502,501,'slides_0_slide_link',''),(1503,501,'_slides_0_slide_link','field_5548728d88d0a'),(1504,501,'slides_0_slide_open_link_in_new_window',''),(1505,501,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1506,501,'slides_1_slide_image','496'),(1507,501,'_slides_1_slide_image','field_554871fa1b3e6'),(1508,501,'slides_1_slide_title','Ocean , Air or Truck '),(1509,501,'_slides_1_slide_title','field_554872321b3e7'),(1510,501,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1511,501,'_slides_1_slide_text','field_5548743d56847'),(1512,501,'slides_1_slide_link',''),(1513,501,'_slides_1_slide_link','field_5548728d88d0a'),(1514,501,'slides_1_slide_open_link_in_new_window',''),(1515,501,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1516,501,'slides_2_slide_image','498'),(1517,501,'_slides_2_slide_image','field_554871fa1b3e6'),(1518,501,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1519,501,'_slides_2_slide_title','field_554872321b3e7'),(1520,501,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1521,501,'_slides_2_slide_text','field_5548743d56847'),(1522,501,'slides_2_slide_link',''),(1523,501,'_slides_2_slide_link','field_5548728d88d0a'),(1524,501,'slides_2_slide_open_link_in_new_window',''),(1525,501,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1526,501,'slides','3'),(1527,501,'_slides','field_554871d21b3e5'),(1528,501,'auto_cycle','1'),(1529,501,'_auto_cycle','field_55487307bdff8'),(1530,501,'cycle_interval','5000'),(1531,501,'_cycle_interval','field_55487335bdff9'),(1532,501,'background_image',''),(1533,501,'_background_image','field_5538c999ec7c2'),(1534,501,'background_image_horizontal_position','center'),(1535,501,'_background_image_horizontal_position','field_5538c9daec7c3'),(1536,501,'background_image_vertical_position','center'),(1537,501,'_background_image_vertical_position','field_5538ca0cec7c4'),(1538,501,'background_image_repeat','repeat'),(1539,501,'_background_image_repeat','field_5538ca44ec7c5'),(1540,501,'background_image_attachment','scroll'),(1541,501,'_background_image_attachment','field_5538ca6cec7c6'),(1542,501,'background_color',''),(1543,501,'_background_color','field_5538caa9ec7c7'),(1544,501,'sidebar','none'),(1545,501,'_sidebar','field_5534bcc459d58'),(1546,501,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1547,502,'_wp_attached_file','2015/04/Reducing-Costs-and-Improving-Efficiency.png'),(1548,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:426;s:4:\"file\";s:51:\"2015/04/Reducing-Costs-and-Improving-Efficiency.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Reducing-Costs-and-Improving-Efficiency-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Reducing-Costs-and-Improving-Efficiency-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Reducing-Costs-and-Improving-Efficiency-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Reducing-Costs-and-Improving-Efficiency-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:51:\"Reducing-Costs-and-Improving-Efficiency-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:51:\"Reducing-Costs-and-Improving-Efficiency-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:51:\"Reducing-Costs-and-Improving-Efficiency-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:50:\"Reducing-Costs-and-Improving-Efficiency-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1549,503,'subtitle',''),(1550,503,'_subtitle','field_5534998130ef7'),(1551,503,'slider_content','caption'),(1552,503,'_slider_content','field_5548717a1b3e4'),(1553,503,'slides_0_slide_image','502'),(1554,503,'_slides_0_slide_image','field_554871fa1b3e6'),(1555,503,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1556,503,'_slides_0_slide_title','field_554872321b3e7'),(1557,503,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1558,503,'_slides_0_slide_text','field_5548743d56847'),(1559,503,'slides_0_slide_link',''),(1560,503,'_slides_0_slide_link','field_5548728d88d0a'),(1561,503,'slides_0_slide_open_link_in_new_window',''),(1562,503,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1563,503,'slides_1_slide_image','496'),(1564,503,'_slides_1_slide_image','field_554871fa1b3e6'),(1565,503,'slides_1_slide_title','Ocean , Air or Truck '),(1566,503,'_slides_1_slide_title','field_554872321b3e7'),(1567,503,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1568,503,'_slides_1_slide_text','field_5548743d56847'),(1569,503,'slides_1_slide_link',''),(1570,503,'_slides_1_slide_link','field_5548728d88d0a'),(1571,503,'slides_1_slide_open_link_in_new_window',''),(1572,503,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1573,503,'slides_2_slide_image','498'),(1574,503,'_slides_2_slide_image','field_554871fa1b3e6'),(1575,503,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1576,503,'_slides_2_slide_title','field_554872321b3e7'),(1577,503,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1578,503,'_slides_2_slide_text','field_5548743d56847'),(1579,503,'slides_2_slide_link',''),(1580,503,'_slides_2_slide_link','field_5548728d88d0a'),(1581,503,'slides_2_slide_open_link_in_new_window',''),(1582,503,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1583,503,'slides','3'),(1584,503,'_slides','field_554871d21b3e5'),(1585,503,'auto_cycle','1'),(1586,503,'_auto_cycle','field_55487307bdff8'),(1587,503,'cycle_interval','5000'),(1588,503,'_cycle_interval','field_55487335bdff9'),(1589,503,'background_image',''),(1590,503,'_background_image','field_5538c999ec7c2'),(1591,503,'background_image_horizontal_position','center'),(1592,503,'_background_image_horizontal_position','field_5538c9daec7c3'),(1593,503,'background_image_vertical_position','center'),(1594,503,'_background_image_vertical_position','field_5538ca0cec7c4'),(1595,503,'background_image_repeat','repeat'),(1596,503,'_background_image_repeat','field_5538ca44ec7c5'),(1597,503,'background_image_attachment','scroll'),(1598,503,'_background_image_attachment','field_5538ca6cec7c6'),(1599,503,'background_color',''),(1600,503,'_background_color','field_5538caa9ec7c7'),(1601,503,'sidebar','none'),(1602,503,'_sidebar','field_5534bcc459d58'),(1603,503,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"Savings and Service\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1627,95,'_edit_lock','1469018809:1'),(1628,95,'_edit_last','1'),(1629,506,'subtitle',''),(1630,506,'_subtitle','field_5534998130ef7'),(1631,506,'background_image',''),(1632,506,'_background_image','field_5538c999ec7c2'),(1633,506,'background_image_horizontal_position','center'),(1634,506,'_background_image_horizontal_position','field_5538c9daec7c3'),(1635,506,'background_image_vertical_position','center'),(1636,506,'_background_image_vertical_position','field_5538ca0cec7c4'),(1637,506,'background_image_repeat','repeat'),(1638,506,'_background_image_repeat','field_5538ca44ec7c5'),(1639,506,'background_image_attachment','scroll'),(1640,506,'_background_image_attachment','field_5538ca6cec7c6'),(1641,506,'background_color',''),(1642,506,'_background_color','field_5538caa9ec7c7'),(1643,506,'sidebar','left'),(1644,506,'_sidebar','field_5534bcc459d58'),(1645,506,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1288:\"<p>We provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry sector solutions, brokerage, or lead logistic based solutions. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.</p><p>Our logistic teams consist of hundreds of employees, who starting from the pre-loading of cargos to post-delivery, takes care of the process of logistic transport as well as warehousing and distribution on your behalf. We are authorized, insured and licensed logistic service provider, who has over the years not only gained a credible market reputation, but has also been able to win the hearts of hundreds of our clients, both national and international. It is a mutually benefitting logistic service we aim to provide to our clients, which is what has helped us become one of the most reliable logistic service providers in the nation.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(1646,78,'_edit_lock','1506064408:1'),(1647,78,'_edit_last','1'),(1648,507,'subtitle',''),(1649,507,'_subtitle','field_5534998130ef7'),(1650,507,'background_image',''),(1651,507,'_background_image','field_5538c999ec7c2'),(1652,507,'background_image_horizontal_position','center'),(1653,507,'_background_image_horizontal_position','field_5538c9daec7c3'),(1654,507,'background_image_vertical_position','center'),(1655,507,'_background_image_vertical_position','field_5538ca0cec7c4'),(1656,507,'background_image_repeat','repeat'),(1657,507,'_background_image_repeat','field_5538ca44ec7c5'),(1658,507,'background_image_attachment','scroll'),(1659,507,'_background_image_attachment','field_5538ca6cec7c6'),(1660,507,'background_color',''),(1661,507,'_background_color','field_5538caa9ec7c7'),(1662,507,'sidebar','left'),(1663,507,'_sidebar','field_5534bcc459d58'),(1664,507,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1347:\"<p>We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts design a supply chain flowchart tailored to meet your business and logistic needs, which focuses on not only increasing efficiency, but cutting down costs. With our vast network of warehouses and distribution centers spread throughout the country, it becomes much easier to cater to a audience in a record response time, which is the key factor in winning the hearts of the customer and having an edge over the competitors.</p><p>Team of logistic experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your budget, but would also save you considerable amount of money in the long term. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:554:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(1667,510,'subtitle',''),(1668,510,'_subtitle','field_5534998130ef7'),(1669,510,'slider_content','caption'),(1670,510,'_slider_content','field_5548717a1b3e4'),(1671,510,'slides_0_slide_image','502'),(1672,510,'_slides_0_slide_image','field_554871fa1b3e6'),(1673,510,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1674,510,'_slides_0_slide_title','field_554872321b3e7'),(1675,510,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1676,510,'_slides_0_slide_text','field_5548743d56847'),(1677,510,'slides_0_slide_link',''),(1678,510,'_slides_0_slide_link','field_5548728d88d0a'),(1679,510,'slides_0_slide_open_link_in_new_window',''),(1680,510,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1681,510,'slides_1_slide_image','509'),(1682,510,'_slides_1_slide_image','field_554871fa1b3e6'),(1683,510,'slides_1_slide_title','Ocean , Air or Truck '),(1684,510,'_slides_1_slide_title','field_554872321b3e7'),(1685,510,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1686,510,'_slides_1_slide_text','field_5548743d56847'),(1687,510,'slides_1_slide_link',''),(1688,510,'_slides_1_slide_link','field_5548728d88d0a'),(1689,510,'slides_1_slide_open_link_in_new_window',''),(1690,510,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1691,510,'slides_2_slide_image','498'),(1692,510,'_slides_2_slide_image','field_554871fa1b3e6'),(1693,510,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1694,510,'_slides_2_slide_title','field_554872321b3e7'),(1695,510,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1696,510,'_slides_2_slide_text','field_5548743d56847'),(1697,510,'slides_2_slide_link',''),(1698,510,'_slides_2_slide_link','field_5548728d88d0a'),(1699,510,'slides_2_slide_open_link_in_new_window',''),(1700,510,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1701,510,'slides','3'),(1702,510,'_slides','field_554871d21b3e5'),(1703,510,'auto_cycle','1'),(1704,510,'_auto_cycle','field_55487307bdff8'),(1705,510,'cycle_interval','5000'),(1706,510,'_cycle_interval','field_55487335bdff9'),(1707,510,'background_image',''),(1708,510,'_background_image','field_5538c999ec7c2'),(1709,510,'background_image_horizontal_position','center'),(1710,510,'_background_image_horizontal_position','field_5538c9daec7c3'),(1711,510,'background_image_vertical_position','center'),(1712,510,'_background_image_vertical_position','field_5538ca0cec7c4'),(1713,510,'background_image_repeat','repeat'),(1714,510,'_background_image_repeat','field_5538ca44ec7c5'),(1715,510,'background_image_attachment','scroll'),(1716,510,'_background_image_attachment','field_5538ca6cec7c6'),(1717,510,'background_color',''),(1718,510,'_background_color','field_5538caa9ec7c7'),(1719,510,'sidebar','none'),(1720,510,'_sidebar','field_5534bcc459d58'),(1721,510,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:5:{s:5:\"class\";s:15:\"featured-widget\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1722,511,'_wp_attached_file','2015/04/Air_Truck_Ocean.png'),(1723,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:426;s:4:\"file\";s:27:\"2015/04/Air_Truck_Ocean.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Air_Truck_Ocean-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Air_Truck_Ocean-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Air_Truck_Ocean-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Air_Truck_Ocean-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:27:\"Air_Truck_Ocean-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:27:\"Air_Truck_Ocean-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:27:\"Air_Truck_Ocean-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:26:\"Air_Truck_Ocean-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1724,512,'subtitle',''),(1725,512,'_subtitle','field_5534998130ef7'),(1726,512,'slider_content','caption'),(1727,512,'_slider_content','field_5548717a1b3e4'),(1728,512,'slides_0_slide_image','502'),(1729,512,'_slides_0_slide_image','field_554871fa1b3e6'),(1730,512,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1731,512,'_slides_0_slide_title','field_554872321b3e7'),(1732,512,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"http://xml-io.proteusthemes.com/cargopress/services/\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1733,512,'_slides_0_slide_text','field_5548743d56847'),(1734,512,'slides_0_slide_link',''),(1735,512,'_slides_0_slide_link','field_5548728d88d0a'),(1736,512,'slides_0_slide_open_link_in_new_window',''),(1737,512,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1738,512,'slides_1_slide_image','511'),(1739,512,'_slides_1_slide_image','field_554871fa1b3e6'),(1740,512,'slides_1_slide_title','Ocean , Air or Truck '),(1741,512,'_slides_1_slide_title','field_554872321b3e7'),(1742,512,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1743,512,'_slides_1_slide_text','field_5548743d56847'),(1744,512,'slides_1_slide_link',''),(1745,512,'_slides_1_slide_link','field_5548728d88d0a'),(1746,512,'slides_1_slide_open_link_in_new_window',''),(1747,512,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1748,512,'slides_2_slide_image','498'),(1749,512,'_slides_2_slide_image','field_554871fa1b3e6'),(1750,512,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1751,512,'_slides_2_slide_title','field_554872321b3e7'),(1752,512,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1753,512,'_slides_2_slide_text','field_5548743d56847'),(1754,512,'slides_2_slide_link',''),(1755,512,'_slides_2_slide_link','field_5548728d88d0a'),(1756,512,'slides_2_slide_open_link_in_new_window',''),(1757,512,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1758,512,'slides','3'),(1759,512,'_slides','field_554871d21b3e5'),(1760,512,'auto_cycle','1'),(1761,512,'_auto_cycle','field_55487307bdff8'),(1762,512,'cycle_interval','5000'),(1763,512,'_cycle_interval','field_55487335bdff9'),(1764,512,'background_image',''),(1765,512,'_background_image','field_5538c999ec7c2'),(1766,512,'background_image_horizontal_position','center'),(1767,512,'_background_image_horizontal_position','field_5538c9daec7c3'),(1768,512,'background_image_vertical_position','center'),(1769,512,'_background_image_vertical_position','field_5538ca0cec7c4'),(1770,512,'background_image_repeat','repeat'),(1771,512,'_background_image_repeat','field_5538ca44ec7c5'),(1772,512,'background_image_attachment','scroll'),(1773,512,'_background_image_attachment','field_5538ca6cec7c6'),(1774,512,'background_color',''),(1775,512,'_background_color','field_5538caa9ec7c7'),(1776,512,'sidebar','none'),(1777,512,'_sidebar','field_5534bcc459d58'),(1778,512,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1779,513,'_wp_attached_file','2016/03/Logo.png'),(1780,513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:217;s:6:\"height\";i:50;s:4:\"file\";s:16:\"2016/03/Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Logo-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:15:\"Logo-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1781,514,'_wp_attached_file','2016/03/Logo-retina.png'),(1782,514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2016/03/Logo-retina.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Logo-retina-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Logo-retina-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:23:\"Logo-retina-425x100.png\";s:5:\"width\";i:425;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:23:\"Logo-retina-270x100.png\";s:5:\"width\";i:270;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:23:\"Logo-retina-360x100.png\";s:5:\"width\";i:360;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:22:\"Logo-retina-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1783,515,'subtitle',''),(1784,515,'_subtitle','field_5534998130ef7'),(1785,515,'slider_content','caption'),(1786,515,'_slider_content','field_5548717a1b3e4'),(1787,515,'slides_0_slide_image','502'),(1788,515,'_slides_0_slide_image','field_554871fa1b3e6'),(1789,515,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1790,515,'_slides_0_slide_title','field_554872321b3e7'),(1791,515,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1792,515,'_slides_0_slide_text','field_5548743d56847'),(1793,515,'slides_0_slide_link',''),(1794,515,'_slides_0_slide_link','field_5548728d88d0a'),(1795,515,'slides_0_slide_open_link_in_new_window',''),(1796,515,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1797,515,'slides_1_slide_image','511'),(1798,515,'_slides_1_slide_image','field_554871fa1b3e6'),(1799,515,'slides_1_slide_title','Ocean , Air or Truck '),(1800,515,'_slides_1_slide_title','field_554872321b3e7'),(1801,515,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1802,515,'_slides_1_slide_text','field_5548743d56847'),(1803,515,'slides_1_slide_link',''),(1804,515,'_slides_1_slide_link','field_5548728d88d0a'),(1805,515,'slides_1_slide_open_link_in_new_window',''),(1806,515,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1807,515,'slides_2_slide_image','498'),(1808,515,'_slides_2_slide_image','field_554871fa1b3e6'),(1809,515,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1810,515,'_slides_2_slide_title','field_554872321b3e7'),(1811,515,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1812,515,'_slides_2_slide_text','field_5548743d56847'),(1813,515,'slides_2_slide_link',''),(1814,515,'_slides_2_slide_link','field_5548728d88d0a'),(1815,515,'slides_2_slide_open_link_in_new_window',''),(1816,515,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1817,515,'slides','3'),(1818,515,'_slides','field_554871d21b3e5'),(1819,515,'auto_cycle','1'),(1820,515,'_auto_cycle','field_55487307bdff8'),(1821,515,'cycle_interval','5000'),(1822,515,'_cycle_interval','field_55487335bdff9'),(1823,515,'background_image',''),(1824,515,'_background_image','field_5538c999ec7c2'),(1825,515,'background_image_horizontal_position','center'),(1826,515,'_background_image_horizontal_position','field_5538c9daec7c3'),(1827,515,'background_image_vertical_position','center'),(1828,515,'_background_image_vertical_position','field_5538ca0cec7c4'),(1829,515,'background_image_repeat','repeat'),(1830,515,'_background_image_repeat','field_5538ca44ec7c5'),(1831,515,'background_image_attachment','scroll'),(1832,515,'_background_image_attachment','field_5538ca6cec7c6'),(1833,515,'background_color',''),(1834,515,'_background_color','field_5538caa9ec7c7'),(1835,515,'sidebar','none'),(1836,515,'_sidebar','field_5534bcc459d58'),(1837,515,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1838,516,'subtitle',''),(1839,516,'_subtitle','field_5534998130ef7'),(1840,516,'slider_content','caption'),(1841,516,'_slider_content','field_5548717a1b3e4'),(1842,516,'slides_0_slide_image','502'),(1843,516,'_slides_0_slide_image','field_554871fa1b3e6'),(1844,516,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1845,516,'_slides_0_slide_title','field_554872321b3e7'),(1846,516,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1847,516,'_slides_0_slide_text','field_5548743d56847'),(1848,516,'slides_0_slide_link',''),(1849,516,'_slides_0_slide_link','field_5548728d88d0a'),(1850,516,'slides_0_slide_open_link_in_new_window',''),(1851,516,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1852,516,'slides_1_slide_image','511'),(1853,516,'_slides_1_slide_image','field_554871fa1b3e6'),(1854,516,'slides_1_slide_title','Ocean , Air or Truck '),(1855,516,'_slides_1_slide_title','field_554872321b3e7'),(1856,516,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1857,516,'_slides_1_slide_text','field_5548743d56847'),(1858,516,'slides_1_slide_link',''),(1859,516,'_slides_1_slide_link','field_5548728d88d0a'),(1860,516,'slides_1_slide_open_link_in_new_window',''),(1861,516,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1862,516,'slides_2_slide_image','498'),(1863,516,'_slides_2_slide_image','field_554871fa1b3e6'),(1864,516,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1865,516,'_slides_2_slide_title','field_554872321b3e7'),(1866,516,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1867,516,'_slides_2_slide_text','field_5548743d56847'),(1868,516,'slides_2_slide_link',''),(1869,516,'_slides_2_slide_link','field_5548728d88d0a'),(1870,516,'slides_2_slide_open_link_in_new_window',''),(1871,516,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1872,516,'slides','3'),(1873,516,'_slides','field_554871d21b3e5'),(1874,516,'auto_cycle','1'),(1875,516,'_auto_cycle','field_55487307bdff8'),(1876,516,'cycle_interval','5000'),(1877,516,'_cycle_interval','field_55487335bdff9'),(1878,516,'background_image',''),(1879,516,'_background_image','field_5538c999ec7c2'),(1880,516,'background_image_horizontal_position','center'),(1881,516,'_background_image_horizontal_position','field_5538c9daec7c3'),(1882,516,'background_image_vertical_position','center'),(1883,516,'_background_image_vertical_position','field_5538ca0cec7c4'),(1884,516,'background_image_repeat','repeat'),(1885,516,'_background_image_repeat','field_5538ca44ec7c5'),(1886,516,'background_image_attachment','scroll'),(1887,516,'_background_image_attachment','field_5538ca6cec7c6'),(1888,516,'background_color',''),(1889,516,'_background_color','field_5538caa9ec7c7'),(1890,516,'sidebar','none'),(1891,516,'_sidebar','field_5534bcc459d58'),(1892,516,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1893,517,'subtitle',''),(1894,517,'_subtitle','field_5534998130ef7'),(1895,517,'slider_content','caption'),(1896,517,'_slider_content','field_5548717a1b3e4'),(1897,517,'slides_0_slide_image','502'),(1898,517,'_slides_0_slide_image','field_554871fa1b3e6'),(1899,517,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1900,517,'_slides_0_slide_title','field_554872321b3e7'),(1901,517,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1902,517,'_slides_0_slide_text','field_5548743d56847'),(1903,517,'slides_0_slide_link',''),(1904,517,'_slides_0_slide_link','field_5548728d88d0a'),(1905,517,'slides_0_slide_open_link_in_new_window',''),(1906,517,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1907,517,'slides_1_slide_image','511'),(1908,517,'_slides_1_slide_image','field_554871fa1b3e6'),(1909,517,'slides_1_slide_title','Ocean , Air or Truck '),(1910,517,'_slides_1_slide_title','field_554872321b3e7'),(1911,517,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/about-us/\"]READ MORE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1912,517,'_slides_1_slide_text','field_5548743d56847'),(1913,517,'slides_1_slide_link',''),(1914,517,'_slides_1_slide_link','field_5548728d88d0a'),(1915,517,'slides_1_slide_open_link_in_new_window',''),(1916,517,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1917,517,'slides_2_slide_image','498'),(1918,517,'_slides_2_slide_image','field_554871fa1b3e6'),(1919,517,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1920,517,'_slides_2_slide_title','field_554872321b3e7'),(1921,517,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n[button href=\"http://xml-io.proteusthemes.com/cargopress/contact-us/\"]MORE DETAILS[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1922,517,'_slides_2_slide_text','field_5548743d56847'),(1923,517,'slides_2_slide_link',''),(1924,517,'_slides_2_slide_link','field_5548728d88d0a'),(1925,517,'slides_2_slide_open_link_in_new_window',''),(1926,517,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1927,517,'slides','3'),(1928,517,'_slides','field_554871d21b3e5'),(1929,517,'auto_cycle','1'),(1930,517,'_auto_cycle','field_55487307bdff8'),(1931,517,'cycle_interval','5000'),(1932,517,'_cycle_interval','field_55487335bdff9'),(1933,517,'background_image',''),(1934,517,'_background_image','field_5538c999ec7c2'),(1935,517,'background_image_horizontal_position','center'),(1936,517,'_background_image_horizontal_position','field_5538c9daec7c3'),(1937,517,'background_image_vertical_position','center'),(1938,517,'_background_image_vertical_position','field_5538ca0cec7c4'),(1939,517,'background_image_repeat','repeat'),(1940,517,'_background_image_repeat','field_5538ca44ec7c5'),(1941,517,'background_image_attachment','scroll'),(1942,517,'_background_image_attachment','field_5538ca6cec7c6'),(1943,517,'background_color',''),(1944,517,'_background_color','field_5538caa9ec7c7'),(1945,517,'sidebar','none'),(1946,517,'_sidebar','field_5534bcc459d58'),(1947,517,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1948,518,'subtitle',''),(1949,518,'_subtitle','field_5534998130ef7'),(1950,518,'slider_content','caption'),(1951,518,'_slider_content','field_5548717a1b3e4'),(1952,518,'slides_0_slide_image','502'),(1953,518,'_slides_0_slide_image','field_554871fa1b3e6'),(1954,518,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(1955,518,'_slides_0_slide_title','field_554872321b3e7'),(1956,518,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1957,518,'_slides_0_slide_text','field_5548743d56847'),(1958,518,'slides_0_slide_link',''),(1959,518,'_slides_0_slide_link','field_5548728d88d0a'),(1960,518,'slides_0_slide_open_link_in_new_window',''),(1961,518,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(1962,518,'slides_1_slide_image','511'),(1963,518,'_slides_1_slide_image','field_554871fa1b3e6'),(1964,518,'slides_1_slide_title','Ocean , Air or Truck '),(1965,518,'_slides_1_slide_title','field_554872321b3e7'),(1966,518,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1967,518,'_slides_1_slide_text','field_5548743d56847'),(1968,518,'slides_1_slide_link',''),(1969,518,'_slides_1_slide_link','field_5548728d88d0a'),(1970,518,'slides_1_slide_open_link_in_new_window',''),(1971,518,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(1972,518,'slides_2_slide_image','498'),(1973,518,'_slides_2_slide_image','field_554871fa1b3e6'),(1974,518,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(1975,518,'_slides_2_slide_title','field_554872321b3e7'),(1976,518,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(1977,518,'_slides_2_slide_text','field_5548743d56847'),(1978,518,'slides_2_slide_link',''),(1979,518,'_slides_2_slide_link','field_5548728d88d0a'),(1980,518,'slides_2_slide_open_link_in_new_window',''),(1981,518,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(1982,518,'slides','3'),(1983,518,'_slides','field_554871d21b3e5'),(1984,518,'auto_cycle','1'),(1985,518,'_auto_cycle','field_55487307bdff8'),(1986,518,'cycle_interval','5000'),(1987,518,'_cycle_interval','field_55487335bdff9'),(1988,518,'background_image',''),(1989,518,'_background_image','field_5538c999ec7c2'),(1990,518,'background_image_horizontal_position','center'),(1991,518,'_background_image_horizontal_position','field_5538c9daec7c3'),(1992,518,'background_image_vertical_position','center'),(1993,518,'_background_image_vertical_position','field_5538ca0cec7c4'),(1994,518,'background_image_repeat','repeat'),(1995,518,'_background_image_repeat','field_5538ca44ec7c5'),(1996,518,'background_image_attachment','scroll'),(1997,518,'_background_image_attachment','field_5538ca6cec7c6'),(1998,518,'background_color',''),(1999,518,'_background_color','field_5538caa9ec7c7'),(2000,518,'sidebar','none'),(2001,518,'_sidebar','field_5534bcc459d58'),(2002,518,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2003,519,'subtitle',''),(2004,519,'_subtitle','field_5534998130ef7'),(2005,519,'slider_content','caption'),(2006,519,'_slider_content','field_5548717a1b3e4'),(2007,519,'slides_0_slide_image','502'),(2008,519,'_slides_0_slide_image','field_554871fa1b3e6'),(2009,519,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2010,519,'_slides_0_slide_title','field_554872321b3e7'),(2011,519,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2012,519,'_slides_0_slide_text','field_5548743d56847'),(2013,519,'slides_0_slide_link',''),(2014,519,'_slides_0_slide_link','field_5548728d88d0a'),(2015,519,'slides_0_slide_open_link_in_new_window',''),(2016,519,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2017,519,'slides_1_slide_image','511'),(2018,519,'_slides_1_slide_image','field_554871fa1b3e6'),(2019,519,'slides_1_slide_title','Ocean , Air or Truck '),(2020,519,'_slides_1_slide_title','field_554872321b3e7'),(2021,519,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2022,519,'_slides_1_slide_text','field_5548743d56847'),(2023,519,'slides_1_slide_link',''),(2024,519,'_slides_1_slide_link','field_5548728d88d0a'),(2025,519,'slides_1_slide_open_link_in_new_window',''),(2026,519,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2027,519,'slides_2_slide_image','498'),(2028,519,'_slides_2_slide_image','field_554871fa1b3e6'),(2029,519,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2030,519,'_slides_2_slide_title','field_554872321b3e7'),(2031,519,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2032,519,'_slides_2_slide_text','field_5548743d56847'),(2033,519,'slides_2_slide_link',''),(2034,519,'_slides_2_slide_link','field_5548728d88d0a'),(2035,519,'slides_2_slide_open_link_in_new_window',''),(2036,519,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2037,519,'slides','3'),(2038,519,'_slides','field_554871d21b3e5'),(2039,519,'auto_cycle','1'),(2040,519,'_auto_cycle','field_55487307bdff8'),(2041,519,'cycle_interval','5000'),(2042,519,'_cycle_interval','field_55487335bdff9'),(2043,519,'background_image',''),(2044,519,'_background_image','field_5538c999ec7c2'),(2045,519,'background_image_horizontal_position','center'),(2046,519,'_background_image_horizontal_position','field_5538c9daec7c3'),(2047,519,'background_image_vertical_position','center'),(2048,519,'_background_image_vertical_position','field_5538ca0cec7c4'),(2049,519,'background_image_repeat','repeat'),(2050,519,'_background_image_repeat','field_5538ca44ec7c5'),(2051,519,'background_image_attachment','scroll'),(2052,519,'_background_image_attachment','field_5538ca6cec7c6'),(2053,519,'background_color',''),(2054,519,'_background_color','field_5538caa9ec7c7'),(2055,519,'sidebar','none'),(2056,519,'_sidebar','field_5534bcc459d58'),(2057,519,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:385:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n<a href=\"#\" class=\"read-more\">MORE ABOUT US</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2096,523,'_wp_attached_file','2016/03/logo-footer.png'),(2097,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:217;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2016/03/logo-footer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-footer-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:22:\"logo-footer-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2100,526,'subtitle',''),(2101,526,'_subtitle','field_5534998130ef7'),(2102,526,'slider_content','caption'),(2103,526,'_slider_content','field_5548717a1b3e4'),(2104,526,'slides_0_slide_image','502'),(2105,526,'_slides_0_slide_image','field_554871fa1b3e6'),(2106,526,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2107,526,'_slides_0_slide_title','field_554872321b3e7'),(2108,526,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2109,526,'_slides_0_slide_text','field_5548743d56847'),(2110,526,'slides_0_slide_link',''),(2111,526,'_slides_0_slide_link','field_5548728d88d0a'),(2112,526,'slides_0_slide_open_link_in_new_window',''),(2113,526,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2114,526,'slides_1_slide_image','525'),(2115,526,'_slides_1_slide_image','field_554871fa1b3e6'),(2116,526,'slides_1_slide_title','Ocean , Air or Truck '),(2117,526,'_slides_1_slide_title','field_554872321b3e7'),(2118,526,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2119,526,'_slides_1_slide_text','field_5548743d56847'),(2120,526,'slides_1_slide_link',''),(2121,526,'_slides_1_slide_link','field_5548728d88d0a'),(2122,526,'slides_1_slide_open_link_in_new_window',''),(2123,526,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2124,526,'slides_2_slide_image','498'),(2125,526,'_slides_2_slide_image','field_554871fa1b3e6'),(2126,526,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2127,526,'_slides_2_slide_title','field_554872321b3e7'),(2128,526,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2129,526,'_slides_2_slide_text','field_5548743d56847'),(2130,526,'slides_2_slide_link',''),(2131,526,'_slides_2_slide_link','field_5548728d88d0a'),(2132,526,'slides_2_slide_open_link_in_new_window',''),(2133,526,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2134,526,'slides','3'),(2135,526,'_slides','field_554871d21b3e5'),(2136,526,'auto_cycle','1'),(2137,526,'_auto_cycle','field_55487307bdff8'),(2138,526,'cycle_interval','5000'),(2139,526,'_cycle_interval','field_55487335bdff9'),(2140,526,'background_image',''),(2141,526,'_background_image','field_5538c999ec7c2'),(2142,526,'background_image_horizontal_position','center'),(2143,526,'_background_image_horizontal_position','field_5538c9daec7c3'),(2144,526,'background_image_vertical_position','center'),(2145,526,'_background_image_vertical_position','field_5538ca0cec7c4'),(2146,526,'background_image_repeat','repeat'),(2147,526,'_background_image_repeat','field_5538ca44ec7c5'),(2148,526,'background_image_attachment','scroll'),(2149,526,'_background_image_attachment','field_5538ca6cec7c6'),(2150,526,'background_color',''),(2151,526,'_background_color','field_5538caa9ec7c7'),(2152,526,'sidebar','none'),(2153,526,'_sidebar','field_5534bcc459d58'),(2154,526,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:5:{s:5:\"class\";s:15:\"featured-widget\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:10:\"US CUSTOMS\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:5:{s:5:\"class\";s:15:\"featured-widget\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2161,530,'_wp_attached_file','2015/04/oceanairtruck.png'),(2162,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:320;s:4:\"file\";s:25:\"2015/04/oceanairtruck.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"oceanairtruck-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"oceanairtruck-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"oceanairtruck-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"oceanairtruck-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:25:\"oceanairtruck-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:25:\"oceanairtruck-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:25:\"oceanairtruck-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:24:\"oceanairtruck-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2163,531,'subtitle',''),(2164,531,'_subtitle','field_5534998130ef7'),(2165,531,'slider_content','caption'),(2166,531,'_slider_content','field_5548717a1b3e4'),(2167,531,'slides_0_slide_image','502'),(2168,531,'_slides_0_slide_image','field_554871fa1b3e6'),(2169,531,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2170,531,'_slides_0_slide_title','field_554872321b3e7'),(2171,531,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2172,531,'_slides_0_slide_text','field_5548743d56847'),(2173,531,'slides_0_slide_link',''),(2174,531,'_slides_0_slide_link','field_5548728d88d0a'),(2175,531,'slides_0_slide_open_link_in_new_window',''),(2176,531,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2177,531,'slides_1_slide_image','530'),(2178,531,'_slides_1_slide_image','field_554871fa1b3e6'),(2179,531,'slides_1_slide_title','Ocean , Air or Truck '),(2180,531,'_slides_1_slide_title','field_554872321b3e7'),(2181,531,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2182,531,'_slides_1_slide_text','field_5548743d56847'),(2183,531,'slides_1_slide_link',''),(2184,531,'_slides_1_slide_link','field_5548728d88d0a'),(2185,531,'slides_1_slide_open_link_in_new_window',''),(2186,531,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2187,531,'slides_2_slide_image','498'),(2188,531,'_slides_2_slide_image','field_554871fa1b3e6'),(2189,531,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2190,531,'_slides_2_slide_title','field_554872321b3e7'),(2191,531,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2192,531,'_slides_2_slide_text','field_5548743d56847'),(2193,531,'slides_2_slide_link',''),(2194,531,'_slides_2_slide_link','field_5548728d88d0a'),(2195,531,'slides_2_slide_open_link_in_new_window',''),(2196,531,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2197,531,'slides','3'),(2198,531,'_slides','field_554871d21b3e5'),(2199,531,'auto_cycle','1'),(2200,531,'_auto_cycle','field_55487307bdff8'),(2201,531,'cycle_interval','5000'),(2202,531,'_cycle_interval','field_55487335bdff9'),(2203,531,'background_image',''),(2204,531,'_background_image','field_5538c999ec7c2'),(2205,531,'background_image_horizontal_position','center'),(2206,531,'_background_image_horizontal_position','field_5538c9daec7c3'),(2207,531,'background_image_vertical_position','center'),(2208,531,'_background_image_vertical_position','field_5538ca0cec7c4'),(2209,531,'background_image_repeat','repeat'),(2210,531,'_background_image_repeat','field_5538ca44ec7c5'),(2211,531,'background_image_attachment','scroll'),(2212,531,'_background_image_attachment','field_5538ca6cec7c6'),(2213,531,'background_color',''),(2214,531,'_background_color','field_5538caa9ec7c7'),(2215,531,'sidebar','none'),(2216,531,'_sidebar','field_5534bcc459d58'),(2217,531,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:10:\"US CUSTOMS\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2232,536,'subtitle',''),(2233,536,'_subtitle','field_5534998130ef7'),(2234,536,'slider_content','caption'),(2235,536,'_slider_content','field_5548717a1b3e4'),(2236,536,'slides_0_slide_image','502'),(2237,536,'_slides_0_slide_image','field_554871fa1b3e6'),(2238,536,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2239,536,'_slides_0_slide_title','field_554872321b3e7'),(2240,536,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2241,536,'_slides_0_slide_text','field_5548743d56847'),(2242,536,'slides_0_slide_link',''),(2243,536,'_slides_0_slide_link','field_5548728d88d0a'),(2244,536,'slides_0_slide_open_link_in_new_window',''),(2245,536,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2246,536,'slides_1_slide_image','530'),(2247,536,'_slides_1_slide_image','field_554871fa1b3e6'),(2248,536,'slides_1_slide_title','Ocean , Air or Truck '),(2249,536,'_slides_1_slide_title','field_554872321b3e7'),(2250,536,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2251,536,'_slides_1_slide_text','field_5548743d56847'),(2252,536,'slides_1_slide_link',''),(2253,536,'_slides_1_slide_link','field_5548728d88d0a'),(2254,536,'slides_1_slide_open_link_in_new_window',''),(2255,536,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2256,536,'slides_2_slide_image','498'),(2257,536,'_slides_2_slide_image','field_554871fa1b3e6'),(2258,536,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2259,536,'_slides_2_slide_title','field_554872321b3e7'),(2260,536,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2261,536,'_slides_2_slide_text','field_5548743d56847'),(2262,536,'slides_2_slide_link',''),(2263,536,'_slides_2_slide_link','field_5548728d88d0a'),(2264,536,'slides_2_slide_open_link_in_new_window',''),(2265,536,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2266,536,'slides','3'),(2267,536,'_slides','field_554871d21b3e5'),(2268,536,'auto_cycle','1'),(2269,536,'_auto_cycle','field_55487307bdff8'),(2270,536,'cycle_interval','5000'),(2271,536,'_cycle_interval','field_55487335bdff9'),(2272,536,'background_image',''),(2273,536,'_background_image','field_5538c999ec7c2'),(2274,536,'background_image_horizontal_position','center'),(2275,536,'_background_image_horizontal_position','field_5538c9daec7c3'),(2276,536,'background_image_vertical_position','center'),(2277,536,'_background_image_vertical_position','field_5538ca0cec7c4'),(2278,536,'background_image_repeat','repeat'),(2279,536,'_background_image_repeat','field_5538ca44ec7c5'),(2280,536,'background_image_attachment','scroll'),(2281,536,'_background_image_attachment','field_5538ca6cec7c6'),(2282,536,'background_color',''),(2283,536,'_background_color','field_5538caa9ec7c7'),(2284,536,'sidebar','none'),(2285,536,'_sidebar','field_5534bcc459d58'),(2286,536,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:10:\"US CUSTOMS\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:3:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2287,537,'_panels_data_preview','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:279:\"<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a world class supply chain.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2288,537,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:279:\"<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a world class supply chain.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2289,537,'subtitle',''),(2290,537,'_subtitle','field_5534998130ef7'),(2291,537,'sidebar','left'),(2292,537,'_sidebar','field_5534bcc459d58'),(2293,537,'background_image',''),(2294,537,'_background_image','field_5538c999ec7c2'),(2295,537,'background_image_horizontal_position','center'),(2296,537,'_background_image_horizontal_position','field_5538c9daec7c3'),(2297,537,'background_image_vertical_position','center'),(2298,537,'_background_image_vertical_position','field_5538ca0cec7c4'),(2299,537,'background_image_repeat','repeat'),(2300,537,'_background_image_repeat','field_5538ca44ec7c5'),(2301,537,'background_image_attachment','scroll'),(2302,537,'_background_image_attachment','field_5538ca6cec7c6'),(2303,537,'background_color',''),(2304,537,'_background_color','field_5538caa9ec7c7'),(2305,537,'_wp_page_template','default'),(2306,537,'_edit_lock','1469017072:1'),(2307,537,'_edit_last','1'),(2308,537,'_dp_original','99'),(2309,538,'subtitle',''),(2310,538,'_subtitle','field_5534998130ef7'),(2311,538,'background_image',''),(2312,538,'_background_image','field_5538c999ec7c2'),(2313,538,'background_image_horizontal_position','center'),(2314,538,'_background_image_horizontal_position','field_5538c9daec7c3'),(2315,538,'background_image_vertical_position','center'),(2316,538,'_background_image_vertical_position','field_5538ca0cec7c4'),(2317,538,'background_image_repeat','repeat'),(2318,538,'_background_image_repeat','field_5538ca44ec7c5'),(2319,538,'background_image_attachment','scroll'),(2320,538,'_background_image_attachment','field_5538ca6cec7c6'),(2321,538,'background_color',''),(2322,538,'_background_color','field_5538caa9ec7c7'),(2323,538,'sidebar','left'),(2324,538,'_sidebar','field_5534bcc459d58'),(2325,538,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1135:\"<p>Team of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your budget, but would also save you considerable amount of money in the long term. And, we guarantee that.</p><p>Our logistics processes, services, tools and systems in combination with strategic warehouse locations help our clients to meet their business logistic needs and achieve their long term business goals with much more accuracy. Moreover, our supply chain management experts would design a logistic process especially for you to align with your business in an integrated fashion. </p><p>Whether it is the one time delivery you need done, or whether you are looking for professional and commercial trucking service to offload your ongoing trucking requirements, we can assure you of the best services at the most economical pricing. Our logistics consultants are always available to help you with any further and detailed queries you might have regarding our trucking services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2326,539,'_wp_attached_file','2016/05/savings.png'),(2327,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:19:\"2016/05/savings.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"savings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"savings-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:19:\"savings-360x200.png\";s:5:\"width\";i:360;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:19:\"savings-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:18:\"savings-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2328,537,'_thumbnail_id','539'),(2329,540,'subtitle',''),(2330,540,'_subtitle','field_5534998130ef7'),(2331,540,'slider_content','caption'),(2332,540,'_slider_content','field_5548717a1b3e4'),(2333,540,'slides_0_slide_image','502'),(2334,540,'_slides_0_slide_image','field_554871fa1b3e6'),(2335,540,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2336,540,'_slides_0_slide_title','field_554872321b3e7'),(2337,540,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2338,540,'_slides_0_slide_text','field_5548743d56847'),(2339,540,'slides_0_slide_link',''),(2340,540,'_slides_0_slide_link','field_5548728d88d0a'),(2341,540,'slides_0_slide_open_link_in_new_window',''),(2342,540,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2343,540,'slides_1_slide_image','530'),(2344,540,'_slides_1_slide_image','field_554871fa1b3e6'),(2345,540,'slides_1_slide_title','Ocean , Air or Truck '),(2346,540,'_slides_1_slide_title','field_554872321b3e7'),(2347,540,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2348,540,'_slides_1_slide_text','field_5548743d56847'),(2349,540,'slides_1_slide_link',''),(2350,540,'_slides_1_slide_link','field_5548728d88d0a'),(2351,540,'slides_1_slide_open_link_in_new_window',''),(2352,540,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2353,540,'slides_2_slide_image','498'),(2354,540,'_slides_2_slide_image','field_554871fa1b3e6'),(2355,540,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2356,540,'_slides_2_slide_title','field_554872321b3e7'),(2357,540,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2358,540,'_slides_2_slide_text','field_5548743d56847'),(2359,540,'slides_2_slide_link',''),(2360,540,'_slides_2_slide_link','field_5548728d88d0a'),(2361,540,'slides_2_slide_open_link_in_new_window',''),(2362,540,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2363,540,'slides','3'),(2364,540,'_slides','field_554871d21b3e5'),(2365,540,'auto_cycle','1'),(2366,540,'_auto_cycle','field_55487307bdff8'),(2367,540,'cycle_interval','5000'),(2368,540,'_cycle_interval','field_55487335bdff9'),(2369,540,'background_image',''),(2370,540,'_background_image','field_5538c999ec7c2'),(2371,540,'background_image_horizontal_position','center'),(2372,540,'_background_image_horizontal_position','field_5538c9daec7c3'),(2373,540,'background_image_vertical_position','center'),(2374,540,'_background_image_vertical_position','field_5538ca0cec7c4'),(2375,540,'background_image_repeat','repeat'),(2376,540,'_background_image_repeat','field_5538ca44ec7c5'),(2377,540,'background_image_attachment','scroll'),(2378,540,'_background_image_attachment','field_5538ca6cec7c6'),(2379,540,'background_color',''),(2380,540,'_background_color','field_5538caa9ec7c7'),(2381,540,'sidebar','none'),(2382,540,'_sidebar','field_5534bcc459d58'),(2383,540,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:19:\"SAVINGS AND SERVICE\";s:4:\"text\";s:338:\"Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost.\n\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:5:\"class\";s:15:\"featured-widget\";s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:6;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2384,541,'_wp_attached_file','2015/04/us-custom.png'),(2385,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:21:\"2015/04/us-custom.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"us-custom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"us-custom-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:21:\"us-custom-360x200.png\";s:5:\"width\";i:360;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:21:\"us-custom-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:20:\"us-custom-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2461,551,'_menu_item_type','custom'),(2462,551,'_menu_item_menu_item_parent','0'),(2463,551,'_menu_item_object_id','551'),(2464,551,'_menu_item_object','custom'),(2465,551,'_menu_item_target',''),(2466,551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2467,551,'_menu_item_xfn',''),(2468,551,'_menu_item_url','http://www.accesswineservice.com/contact-us/'),(2470,552,'_menu_item_type','custom'),(2471,552,'_menu_item_menu_item_parent','0'),(2472,552,'_menu_item_object_id','552'),(2473,552,'_menu_item_object','custom'),(2474,552,'_menu_item_target',''),(2475,552,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2476,552,'_menu_item_xfn',''),(2477,552,'_menu_item_url','http://www.accesswineservice.com/contact-us/'),(2479,553,'_menu_item_type','custom'),(2480,553,'_menu_item_menu_item_parent','0'),(2481,553,'_menu_item_object_id','553'),(2482,553,'_menu_item_object','custom'),(2483,553,'_menu_item_target',''),(2484,553,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2485,553,'_menu_item_xfn',''),(2486,553,'_menu_item_url','http://www.accesswineservice.com/contact-us/'),(2488,554,'_menu_item_type','custom'),(2489,554,'_menu_item_menu_item_parent','0'),(2490,554,'_menu_item_object_id','554'),(2491,554,'_menu_item_object','custom'),(2492,554,'_menu_item_target',''),(2493,554,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2494,554,'_menu_item_xfn',''),(2495,554,'_menu_item_url','http://www.accesswineservice.com/contact-us/'),(2501,558,'subtitle',''),(2502,558,'_subtitle','field_5534998130ef7'),(2503,558,'background_image',''),(2504,558,'_background_image','field_5538c999ec7c2'),(2505,558,'background_image_horizontal_position','center'),(2506,558,'_background_image_horizontal_position','field_5538c9daec7c3'),(2507,558,'background_image_vertical_position','center'),(2508,558,'_background_image_vertical_position','field_5538ca0cec7c4'),(2509,558,'background_image_repeat','repeat'),(2510,558,'_background_image_repeat','field_5538ca44ec7c5'),(2511,558,'background_image_attachment','scroll'),(2512,558,'_background_image_attachment','field_5538ca6cec7c6'),(2513,558,'background_color',''),(2514,558,'_background_color','field_5538caa9ec7c7'),(2515,558,'sidebar','left'),(2516,558,'_sidebar','field_5534bcc459d58'),(2517,558,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1135:\"<p>Team of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your budget, but would also save you considerable amount of money in the long term. And, we guarantee that.</p><p>Our logistics processes, services, tools and systems in combination with strategic warehouse locations help our clients to meet their business logistic needs and achieve their long term business goals with much more accuracy. Moreover, our supply chain management experts would design a logistic process especially for you to align with your business in an integrated fashion. </p><p>Whether it is the one time delivery you need done, or whether you are looking for professional and commercial trucking service to offload your ongoing trucking requirements, we can assure you of the best services at the most economical pricing. Our logistics consultants are always available to help you with any further and detailed queries you might have regarding our trucking services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2535,560,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1288:\"<p>We provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry sector solutions, brokerage, or lead logistic based solutions. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.</p><p>Our logistic teams consist of hundreds of employees, who starting from the pre-loading of cargos to post-delivery, takes care of the process of logistic transport as well as warehousing and distribution on your behalf. We are authorized, insured and licensed logistic service provider, who has over the years not only gained a credible market reputation, but has also been able to win the hearts of hundreds of our clients, both national and international. It is a mutually benefitting logistic service we aim to provide to our clients, which is what has helped us become one of the most reliable logistic service providers in the nation.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2536,561,'subtitle',''),(2537,561,'_subtitle','field_5534998130ef7'),(2538,561,'background_image',''),(2539,561,'_background_image','field_5538c999ec7c2'),(2540,561,'background_image_horizontal_position','center'),(2541,561,'_background_image_horizontal_position','field_5538c9daec7c3'),(2542,561,'background_image_vertical_position','center'),(2543,561,'_background_image_vertical_position','field_5538ca0cec7c4'),(2544,561,'background_image_repeat','repeat'),(2545,561,'_background_image_repeat','field_5538ca44ec7c5'),(2546,561,'background_image_attachment','scroll'),(2547,561,'_background_image_attachment','field_5538ca6cec7c6'),(2548,561,'background_color',''),(2549,561,'_background_color','field_5538caa9ec7c7'),(2550,561,'sidebar','left'),(2551,561,'_sidebar','field_5534bcc459d58'),(2552,561,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1288:\"<p>We provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry sector solutions, brokerage, or lead logistic based solutions. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.</p><p>Our logistic teams consist of hundreds of employees, who starting from the pre-loading of cargos to post-delivery, takes care of the process of logistic transport as well as warehousing and distribution on your behalf. We are authorized, insured and licensed logistic service provider, who has over the years not only gained a credible market reputation, but has also been able to win the hearts of hundreds of our clients, both national and international. It is a mutually benefitting logistic service we aim to provide to our clients, which is what has helped us become one of the most reliable logistic service providers in the nation.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:560:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2553,562,'subtitle',''),(2554,562,'_subtitle','field_5534998130ef7'),(2555,562,'background_image',''),(2556,562,'_background_image','field_5538c999ec7c2'),(2557,562,'background_image_horizontal_position','center'),(2558,562,'_background_image_horizontal_position','field_5538c9daec7c3'),(2559,562,'background_image_vertical_position','center'),(2560,562,'_background_image_vertical_position','field_5538ca0cec7c4'),(2561,562,'background_image_repeat','repeat'),(2562,562,'_background_image_repeat','field_5538ca44ec7c5'),(2563,562,'background_image_attachment','scroll'),(2564,562,'_background_image_attachment','field_5538ca6cec7c6'),(2565,562,'background_color',''),(2566,562,'_background_color','field_5538caa9ec7c7'),(2567,562,'sidebar','left'),(2568,562,'_sidebar','field_5534bcc459d58'),(2569,562,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1347:\"<p>We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts design a supply chain flowchart tailored to meet your business and logistic needs, which focuses on not only increasing efficiency, but cutting down costs. With our vast network of warehouses and distribution centers spread throughout the country, it becomes much easier to cater to a audience in a record response time, which is the key factor in winning the hearts of the customer and having an edge over the competitors.</p><p>Team of logistic experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your budget, but would also save you considerable amount of money in the long term. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:554:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(2571,563,'subtitle',''),(2572,563,'_subtitle','field_5534998130ef7'),(2573,563,'slider_content','caption'),(2574,563,'_slider_content','field_5548717a1b3e4'),(2575,563,'slides_0_slide_image','502'),(2576,563,'_slides_0_slide_image','field_554871fa1b3e6'),(2577,563,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2578,563,'_slides_0_slide_title','field_554872321b3e7'),(2579,563,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2580,563,'_slides_0_slide_text','field_5548743d56847'),(2581,563,'slides_0_slide_link',''),(2582,563,'_slides_0_slide_link','field_5548728d88d0a'),(2583,563,'slides_0_slide_open_link_in_new_window',''),(2584,563,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2585,563,'slides_1_slide_image','530'),(2586,563,'_slides_1_slide_image','field_554871fa1b3e6'),(2587,563,'slides_1_slide_title','Ocean , Air or Truck '),(2588,563,'_slides_1_slide_title','field_554872321b3e7'),(2589,563,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2590,563,'_slides_1_slide_text','field_5548743d56847'),(2591,563,'slides_1_slide_link',''),(2592,563,'_slides_1_slide_link','field_5548728d88d0a'),(2593,563,'slides_1_slide_open_link_in_new_window',''),(2594,563,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2595,563,'slides_2_slide_image','498'),(2596,563,'_slides_2_slide_image','field_554871fa1b3e6'),(2597,563,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2598,563,'_slides_2_slide_title','field_554872321b3e7'),(2599,563,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2600,563,'_slides_2_slide_text','field_5548743d56847'),(2601,563,'slides_2_slide_link',''),(2602,563,'_slides_2_slide_link','field_5548728d88d0a'),(2603,563,'slides_2_slide_open_link_in_new_window',''),(2604,563,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2605,563,'slides','3'),(2606,563,'_slides','field_554871d21b3e5'),(2607,563,'auto_cycle','1'),(2608,563,'_auto_cycle','field_55487307bdff8'),(2609,563,'cycle_interval','5000'),(2610,563,'_cycle_interval','field_55487335bdff9'),(2611,563,'background_image',''),(2612,563,'_background_image','field_5538c999ec7c2'),(2613,563,'background_image_horizontal_position','center'),(2614,563,'_background_image_horizontal_position','field_5538c9daec7c3'),(2615,563,'background_image_vertical_position','center'),(2616,563,'_background_image_vertical_position','field_5538ca0cec7c4'),(2617,563,'background_image_repeat','repeat'),(2618,563,'_background_image_repeat','field_5538ca44ec7c5'),(2619,563,'background_image_attachment','scroll'),(2620,563,'_background_image_attachment','field_5538ca6cec7c6'),(2621,563,'background_color',''),(2622,563,'_background_color','field_5538caa9ec7c7'),(2623,563,'sidebar','none'),(2624,563,'_sidebar','field_5534bcc459d58'),(2625,563,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:21:\"PACKAGING AND STORAGE\";s:4:\"text\";s:37:\"We can package and store your things.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-dropbox\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:11:\"WAREHOUSING\";s:4:\"text\";s:81:\"We have top notch security and loads of space. Store your stuff at our warehouse.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:10:\"fa-archive\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:5:\"CARGO\";s:4:\"text\";s:72:\"Let us transport your things from point A to point B fast and securely. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-truck\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:21:\"DOOR-TO-DOOR DELIVERY\";s:4:\"text\";s:66:\"Do you need something delivered? We are what you are looking for! \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-home\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:19:\"WORLDWIDE TRANSPORT\";s:4:\"text\";s:52:\"We can transport your things anywhere in the world. \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:8:\"fa-globe\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:16:\"GROUND TRANSPORT\";s:4:\"text\";s:49:\"Transport your things with our super moving vans.\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:7:\"fa-road\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2627,564,'subtitle',''),(2628,564,'_subtitle','field_5534998130ef7'),(2629,564,'slider_content','caption'),(2630,564,'_slider_content','field_5548717a1b3e4'),(2631,564,'slides_0_slide_image','502'),(2632,564,'_slides_0_slide_image','field_554871fa1b3e6'),(2633,564,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2634,564,'_slides_0_slide_title','field_554872321b3e7'),(2635,564,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2636,564,'_slides_0_slide_text','field_5548743d56847'),(2637,564,'slides_0_slide_link',''),(2638,564,'_slides_0_slide_link','field_5548728d88d0a'),(2639,564,'slides_0_slide_open_link_in_new_window',''),(2640,564,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2641,564,'slides_1_slide_image','530'),(2642,564,'_slides_1_slide_image','field_554871fa1b3e6'),(2643,564,'slides_1_slide_title','Ocean , Air or Truck '),(2644,564,'_slides_1_slide_title','field_554872321b3e7'),(2645,564,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2646,564,'_slides_1_slide_text','field_5548743d56847'),(2647,564,'slides_1_slide_link',''),(2648,564,'_slides_1_slide_link','field_5548728d88d0a'),(2649,564,'slides_1_slide_open_link_in_new_window',''),(2650,564,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2651,564,'slides_2_slide_image','498'),(2652,564,'_slides_2_slide_image','field_554871fa1b3e6'),(2653,564,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2654,564,'_slides_2_slide_title','field_554872321b3e7'),(2655,564,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2656,564,'_slides_2_slide_text','field_5548743d56847'),(2657,564,'slides_2_slide_link',''),(2658,564,'_slides_2_slide_link','field_5548728d88d0a'),(2659,564,'slides_2_slide_open_link_in_new_window',''),(2660,564,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2661,564,'slides','3'),(2662,564,'_slides','field_554871d21b3e5'),(2663,564,'auto_cycle','1'),(2664,564,'_auto_cycle','field_55487307bdff8'),(2665,564,'cycle_interval','5000'),(2666,564,'_cycle_interval','field_55487335bdff9'),(2667,564,'background_image',''),(2668,564,'_background_image','field_5538c999ec7c2'),(2669,564,'background_image_horizontal_position','center'),(2670,564,'_background_image_horizontal_position','field_5538c9daec7c3'),(2671,564,'background_image_vertical_position','center'),(2672,564,'_background_image_vertical_position','field_5538ca0cec7c4'),(2673,564,'background_image_repeat','repeat'),(2674,564,'_background_image_repeat','field_5538ca44ec7c5'),(2675,564,'background_image_attachment','scroll'),(2676,564,'_background_image_attachment','field_5538ca6cec7c6'),(2677,564,'background_color',''),(2678,564,'_background_color','field_5538caa9ec7c7'),(2679,564,'sidebar','none'),(2680,564,'_sidebar','field_5534bcc459d58'),(2681,564,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:19:\"Beer & Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:30:\"Wine Machinery & Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2682,565,'subtitle',''),(2683,565,'_subtitle','field_5534998130ef7'),(2684,565,'slider_content','caption'),(2685,565,'_slider_content','field_5548717a1b3e4'),(2686,565,'slides_0_slide_image','502'),(2687,565,'_slides_0_slide_image','field_554871fa1b3e6'),(2688,565,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2689,565,'_slides_0_slide_title','field_554872321b3e7'),(2690,565,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2691,565,'_slides_0_slide_text','field_5548743d56847'),(2692,565,'slides_0_slide_link',''),(2693,565,'_slides_0_slide_link','field_5548728d88d0a'),(2694,565,'slides_0_slide_open_link_in_new_window',''),(2695,565,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2696,565,'slides_1_slide_image','530'),(2697,565,'_slides_1_slide_image','field_554871fa1b3e6'),(2698,565,'slides_1_slide_title','Ocean , Air or Truck '),(2699,565,'_slides_1_slide_title','field_554872321b3e7'),(2700,565,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2701,565,'_slides_1_slide_text','field_5548743d56847'),(2702,565,'slides_1_slide_link',''),(2703,565,'_slides_1_slide_link','field_5548728d88d0a'),(2704,565,'slides_1_slide_open_link_in_new_window',''),(2705,565,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2706,565,'slides_2_slide_image','498'),(2707,565,'_slides_2_slide_image','field_554871fa1b3e6'),(2708,565,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2709,565,'_slides_2_slide_title','field_554872321b3e7'),(2710,565,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2711,565,'_slides_2_slide_text','field_5548743d56847'),(2712,565,'slides_2_slide_link',''),(2713,565,'_slides_2_slide_link','field_5548728d88d0a'),(2714,565,'slides_2_slide_open_link_in_new_window',''),(2715,565,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2716,565,'slides','3'),(2717,565,'_slides','field_554871d21b3e5'),(2718,565,'auto_cycle','1'),(2719,565,'_auto_cycle','field_55487307bdff8'),(2720,565,'cycle_interval','5000'),(2721,565,'_cycle_interval','field_55487335bdff9'),(2722,565,'background_image',''),(2723,565,'_background_image','field_5538c999ec7c2'),(2724,565,'background_image_horizontal_position','center'),(2725,565,'_background_image_horizontal_position','field_5538c9daec7c3'),(2726,565,'background_image_vertical_position','center'),(2727,565,'_background_image_vertical_position','field_5538ca0cec7c4'),(2728,565,'background_image_repeat','repeat'),(2729,565,'_background_image_repeat','field_5538ca44ec7c5'),(2730,565,'background_image_attachment','scroll'),(2731,565,'_background_image_attachment','field_5538ca6cec7c6'),(2732,565,'background_color',''),(2733,565,'_background_color','field_5538caa9ec7c7'),(2734,565,'sidebar','none'),(2735,565,'_sidebar','field_5534bcc459d58'),(2736,565,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:30:\"Wine Machinery & Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2738,566,'subtitle',''),(2739,566,'_subtitle','field_5534998130ef7'),(2740,566,'slider_content','caption'),(2741,566,'_slider_content','field_5548717a1b3e4'),(2742,566,'slides_0_slide_image','502'),(2743,566,'_slides_0_slide_image','field_554871fa1b3e6'),(2744,566,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2745,566,'_slides_0_slide_title','field_554872321b3e7'),(2746,566,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2747,566,'_slides_0_slide_text','field_5548743d56847'),(2748,566,'slides_0_slide_link',''),(2749,566,'_slides_0_slide_link','field_5548728d88d0a'),(2750,566,'slides_0_slide_open_link_in_new_window',''),(2751,566,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2752,566,'slides_1_slide_image','530'),(2753,566,'_slides_1_slide_image','field_554871fa1b3e6'),(2754,566,'slides_1_slide_title','Ocean , Air or Truck '),(2755,566,'_slides_1_slide_title','field_554872321b3e7'),(2756,566,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2757,566,'_slides_1_slide_text','field_5548743d56847'),(2758,566,'slides_1_slide_link',''),(2759,566,'_slides_1_slide_link','field_5548728d88d0a'),(2760,566,'slides_1_slide_open_link_in_new_window',''),(2761,566,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2762,566,'slides_2_slide_image','498'),(2763,566,'_slides_2_slide_image','field_554871fa1b3e6'),(2764,566,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2765,566,'_slides_2_slide_title','field_554872321b3e7'),(2766,566,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2767,566,'_slides_2_slide_text','field_5548743d56847'),(2768,566,'slides_2_slide_link',''),(2769,566,'_slides_2_slide_link','field_5548728d88d0a'),(2770,566,'slides_2_slide_open_link_in_new_window',''),(2771,566,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2772,566,'slides','3'),(2773,566,'_slides','field_554871d21b3e5'),(2774,566,'auto_cycle','1'),(2775,566,'_auto_cycle','field_55487307bdff8'),(2776,566,'cycle_interval','5000'),(2777,566,'_cycle_interval','field_55487335bdff9'),(2778,566,'background_image',''),(2779,566,'_background_image','field_5538c999ec7c2'),(2780,566,'background_image_horizontal_position','center'),(2781,566,'_background_image_horizontal_position','field_5538c9daec7c3'),(2782,566,'background_image_vertical_position','center'),(2783,566,'_background_image_vertical_position','field_5538ca0cec7c4'),(2784,566,'background_image_repeat','repeat'),(2785,566,'_background_image_repeat','field_5538ca44ec7c5'),(2786,566,'background_image_attachment','scroll'),(2787,566,'_background_image_attachment','field_5538ca6cec7c6'),(2788,566,'background_color',''),(2789,566,'_background_color','field_5538caa9ec7c7'),(2790,566,'sidebar','none'),(2791,566,'_sidebar','field_5534bcc459d58'),(2792,566,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"1\";s:2:\"to\";i:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:9:\"more_news\";s:0:\"\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2793,567,'subtitle',''),(2794,567,'_subtitle','field_5534998130ef7'),(2795,567,'slider_content','caption'),(2796,567,'_slider_content','field_5548717a1b3e4'),(2797,567,'slides_0_slide_image','502'),(2798,567,'_slides_0_slide_image','field_554871fa1b3e6'),(2799,567,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2800,567,'_slides_0_slide_title','field_554872321b3e7'),(2801,567,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2802,567,'_slides_0_slide_text','field_5548743d56847'),(2803,567,'slides_0_slide_link',''),(2804,567,'_slides_0_slide_link','field_5548728d88d0a'),(2805,567,'slides_0_slide_open_link_in_new_window',''),(2806,567,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2807,567,'slides_1_slide_image','530'),(2808,567,'_slides_1_slide_image','field_554871fa1b3e6'),(2809,567,'slides_1_slide_title','Ocean , Air or Truck '),(2810,567,'_slides_1_slide_title','field_554872321b3e7'),(2811,567,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2812,567,'_slides_1_slide_text','field_5548743d56847'),(2813,567,'slides_1_slide_link',''),(2814,567,'_slides_1_slide_link','field_5548728d88d0a'),(2815,567,'slides_1_slide_open_link_in_new_window',''),(2816,567,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2817,567,'slides_2_slide_image','498'),(2818,567,'_slides_2_slide_image','field_554871fa1b3e6'),(2819,567,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2820,567,'_slides_2_slide_title','field_554872321b3e7'),(2821,567,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2822,567,'_slides_2_slide_text','field_5548743d56847'),(2823,567,'slides_2_slide_link',''),(2824,567,'_slides_2_slide_link','field_5548728d88d0a'),(2825,567,'slides_2_slide_open_link_in_new_window',''),(2826,567,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2827,567,'slides','3'),(2828,567,'_slides','field_554871d21b3e5'),(2829,567,'auto_cycle','1'),(2830,567,'_auto_cycle','field_55487307bdff8'),(2831,567,'cycle_interval','5000'),(2832,567,'_cycle_interval','field_55487335bdff9'),(2833,567,'background_image',''),(2834,567,'_background_image','field_5538c999ec7c2'),(2835,567,'background_image_horizontal_position','center'),(2836,567,'_background_image_horizontal_position','field_5538c9daec7c3'),(2837,567,'background_image_vertical_position','center'),(2838,567,'_background_image_vertical_position','field_5538ca0cec7c4'),(2839,567,'background_image_repeat','repeat'),(2840,567,'_background_image_repeat','field_5538ca44ec7c5'),(2841,567,'background_image_attachment','scroll'),(2842,567,'_background_image_attachment','field_5538ca6cec7c6'),(2843,567,'background_color',''),(2844,567,'_background_color','field_5538caa9ec7c7'),(2845,567,'sidebar','none'),(2846,567,'_sidebar','field_5534bcc459d58'),(2847,567,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:4:\"from\";s:1:\"1\";s:2:\"to\";s:1:\"1\";s:9:\"more_news\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"PW_Latest_News\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:9:\"more_news\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"PW_Latest_News\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:196:\"\n\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n\n\n<H2>About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:15:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:13;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:14;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2850,568,'_wp_attached_file','2015/04/TTB-logo.png'),(2851,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:457;s:6:\"height\";i:457;s:4:\"file\";s:20:\"2015/04/TTB-logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TTB-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TTB-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"TTB-logo-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"TTB-logo-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:20:\"TTB-logo-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"TTB-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2852,569,'subtitle',''),(2853,569,'_subtitle','field_5534998130ef7'),(2854,569,'slider_content','caption'),(2855,569,'_slider_content','field_5548717a1b3e4'),(2856,569,'slides_0_slide_image','502'),(2857,569,'_slides_0_slide_image','field_554871fa1b3e6'),(2858,569,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2859,569,'_slides_0_slide_title','field_554872321b3e7'),(2860,569,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2861,569,'_slides_0_slide_text','field_5548743d56847'),(2862,569,'slides_0_slide_link',''),(2863,569,'_slides_0_slide_link','field_5548728d88d0a'),(2864,569,'slides_0_slide_open_link_in_new_window',''),(2865,569,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2866,569,'slides_1_slide_image','530'),(2867,569,'_slides_1_slide_image','field_554871fa1b3e6'),(2868,569,'slides_1_slide_title','Ocean , Air or Truck '),(2869,569,'_slides_1_slide_title','field_554872321b3e7'),(2870,569,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2871,569,'_slides_1_slide_text','field_5548743d56847'),(2872,569,'slides_1_slide_link',''),(2873,569,'_slides_1_slide_link','field_5548728d88d0a'),(2874,569,'slides_1_slide_open_link_in_new_window',''),(2875,569,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2876,569,'slides_2_slide_image','498'),(2877,569,'_slides_2_slide_image','field_554871fa1b3e6'),(2878,569,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2879,569,'_slides_2_slide_title','field_554872321b3e7'),(2880,569,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2881,569,'_slides_2_slide_text','field_5548743d56847'),(2882,569,'slides_2_slide_link',''),(2883,569,'_slides_2_slide_link','field_5548728d88d0a'),(2884,569,'slides_2_slide_open_link_in_new_window',''),(2885,569,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2886,569,'slides','3'),(2887,569,'_slides','field_554871d21b3e5'),(2888,569,'auto_cycle','1'),(2889,569,'_auto_cycle','field_55487307bdff8'),(2890,569,'cycle_interval','5000'),(2891,569,'_cycle_interval','field_55487335bdff9'),(2892,569,'background_image',''),(2893,569,'_background_image','field_5538c999ec7c2'),(2894,569,'background_image_horizontal_position','center'),(2895,569,'_background_image_horizontal_position','field_5538c9daec7c3'),(2896,569,'background_image_vertical_position','center'),(2897,569,'_background_image_vertical_position','field_5538ca0cec7c4'),(2898,569,'background_image_repeat','repeat'),(2899,569,'_background_image_repeat','field_5538ca44ec7c5'),(2900,569,'background_image_attachment','scroll'),(2901,569,'_background_image_attachment','field_5538ca6cec7c6'),(2902,569,'background_color',''),(2903,569,'_background_color','field_5538caa9ec7c7'),(2904,569,'sidebar','none'),(2905,569,'_sidebar','field_5534bcc459d58'),(2906,569,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:5:\"block\";s:4:\"from\";s:1:\"1\";s:2:\"to\";s:1:\"1\";s:9:\"more_news\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:5:\"block\";s:4:\"from\";s:1:\"2\";s:2:\"to\";s:1:\"2\";s:9:\"more_news\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:196:\"\n\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n\n\n<H2>About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:15;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:15:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:12;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:13;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:14;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2907,570,'subtitle',''),(2908,570,'_subtitle','field_5534998130ef7'),(2909,570,'slider_content','caption'),(2910,570,'_slider_content','field_5548717a1b3e4'),(2911,570,'slides_0_slide_image','502'),(2912,570,'_slides_0_slide_image','field_554871fa1b3e6'),(2913,570,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(2914,570,'_slides_0_slide_title','field_554872321b3e7'),(2915,570,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2916,570,'_slides_0_slide_text','field_5548743d56847'),(2917,570,'slides_0_slide_link',''),(2918,570,'_slides_0_slide_link','field_5548728d88d0a'),(2919,570,'slides_0_slide_open_link_in_new_window',''),(2920,570,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(2921,570,'slides_1_slide_image','530'),(2922,570,'_slides_1_slide_image','field_554871fa1b3e6'),(2923,570,'slides_1_slide_title','Ocean , Air or Truck '),(2924,570,'_slides_1_slide_title','field_554872321b3e7'),(2925,570,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2926,570,'_slides_1_slide_text','field_5548743d56847'),(2927,570,'slides_1_slide_link',''),(2928,570,'_slides_1_slide_link','field_5548728d88d0a'),(2929,570,'slides_1_slide_open_link_in_new_window',''),(2930,570,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(2931,570,'slides_2_slide_image','498'),(2932,570,'_slides_2_slide_image','field_554871fa1b3e6'),(2933,570,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(2934,570,'_slides_2_slide_title','field_554872321b3e7'),(2935,570,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(2936,570,'_slides_2_slide_text','field_5548743d56847'),(2937,570,'slides_2_slide_link',''),(2938,570,'_slides_2_slide_link','field_5548728d88d0a'),(2939,570,'slides_2_slide_open_link_in_new_window',''),(2940,570,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(2941,570,'slides','3'),(2942,570,'_slides','field_554871d21b3e5'),(2943,570,'auto_cycle','1'),(2944,570,'_auto_cycle','field_55487307bdff8'),(2945,570,'cycle_interval','5000'),(2946,570,'_cycle_interval','field_55487335bdff9'),(2947,570,'background_image',''),(2948,570,'_background_image','field_5538c999ec7c2'),(2949,570,'background_image_horizontal_position','center'),(2950,570,'_background_image_horizontal_position','field_5538c9daec7c3'),(2951,570,'background_image_vertical_position','center'),(2952,570,'_background_image_vertical_position','field_5538ca0cec7c4'),(2953,570,'background_image_repeat','repeat'),(2954,570,'_background_image_repeat','field_5538ca44ec7c5'),(2955,570,'background_image_attachment','scroll'),(2956,570,'_background_image_attachment','field_5538ca6cec7c6'),(2957,570,'background_color',''),(2958,570,'_background_color','field_5538caa9ec7c7'),(2959,570,'sidebar','none'),(2960,570,'_sidebar','field_5534bcc459d58'),(2961,570,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:196:\"\n\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n\n\n<H2>About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:315:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2>Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(2962,120,'_edit_lock','1506770566:1'),(2963,120,'_edit_last','1'),(2964,572,'subtitle',''),(2965,572,'_subtitle','field_5534998130ef7'),(2966,572,'background_image',''),(2967,572,'_background_image','field_5538c999ec7c2'),(2968,572,'background_image_horizontal_position','center'),(2969,572,'_background_image_horizontal_position','field_5538c9daec7c3'),(2970,572,'background_image_vertical_position','center'),(2971,572,'_background_image_vertical_position','field_5538ca0cec7c4'),(2972,572,'background_image_repeat','repeat'),(2973,572,'_background_image_repeat','field_5538ca44ec7c5'),(2974,572,'background_image_attachment','scroll'),(2975,572,'_background_image_attachment','field_5538ca6cec7c6'),(2976,572,'background_color',''),(2977,572,'_background_color','field_5538caa9ec7c7'),(2978,572,'sidebar','none'),(2979,572,'_sidebar','field_5534bcc459d58'),(2980,572,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:21:\"OLD FASHIONED CONTACT\";s:4:\"text\";s:194:\"<p><strong>CargoPress, Itd.</strong><br />227 Marion Street<br />Columbia, SC 29201</p><p>1-888-123-4567<br />1-888-123-4568<br /><a href=\"mailto:info@cargopress.com\">info@cargopress.com</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25020815986678002218468463979661464691162109375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013321997781531536020338535308837890625;}}}'),(2981,573,'subtitle',''),(2982,573,'_subtitle','field_5534998130ef7'),(2983,573,'background_image',''),(2984,573,'_background_image','field_5538c999ec7c2'),(2985,573,'background_image_horizontal_position','center'),(2986,573,'_background_image_horizontal_position','field_5538c9daec7c3'),(2987,573,'background_image_vertical_position','center'),(2988,573,'_background_image_vertical_position','field_5538ca0cec7c4'),(2989,573,'background_image_repeat','repeat'),(2990,573,'_background_image_repeat','field_5538ca44ec7c5'),(2991,573,'background_image_attachment','scroll'),(2992,573,'_background_image_attachment','field_5538ca6cec7c6'),(2993,573,'background_color',''),(2994,573,'_background_color','field_5538caa9ec7c7'),(2995,573,'sidebar','none'),(2996,573,'_sidebar','field_5534bcc459d58'),(2997,573,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:1:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:21:\"OLD FASHIONED CONTACT\";s:4:\"text\";s:194:\"<p><strong>CargoPress, Itd.</strong><br />227 Marion Street<br />Columbia, SC 29201</p><p>1-888-123-4567<br />1-888-123-4568<br /><a href=\"mailto:info@cargopress.com\">info@cargopress.com</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(2998,574,'subtitle',''),(2999,574,'_subtitle','field_5534998130ef7'),(3000,574,'background_image',''),(3001,574,'_background_image','field_5538c999ec7c2'),(3002,574,'background_image_horizontal_position','center'),(3003,574,'_background_image_horizontal_position','field_5538c9daec7c3'),(3004,574,'background_image_vertical_position','center'),(3005,574,'_background_image_vertical_position','field_5538ca0cec7c4'),(3006,574,'background_image_repeat','repeat'),(3007,574,'_background_image_repeat','field_5538ca44ec7c5'),(3008,574,'background_image_attachment','scroll'),(3009,574,'_background_image_attachment','field_5538ca6cec7c6'),(3010,574,'background_color',''),(3011,574,'_background_color','field_5538caa9ec7c7'),(3012,574,'sidebar','none'),(3013,574,'_sidebar','field_5534bcc459d58'),(3014,574,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:5:{s:5:\"class\";s:13:\"PW_Google_Map\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:21:\"OLD FASHIONED CONTACT\";s:4:\"text\";s:194:\"<p><strong>CargoPress, Itd.</strong><br />227 Marion Street<br />Columbia, SC 29201</p><p>1-888-123-4567<br />1-888-123-4568<br /><a href=\"mailto:info@cargopress.com\">info@cargopress.com</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3015,575,'subtitle',''),(3016,575,'_subtitle','field_5534998130ef7'),(3017,575,'background_image',''),(3018,575,'_background_image','field_5538c999ec7c2'),(3019,575,'background_image_horizontal_position','center'),(3020,575,'_background_image_horizontal_position','field_5538c9daec7c3'),(3021,575,'background_image_vertical_position','center'),(3022,575,'_background_image_vertical_position','field_5538ca0cec7c4'),(3023,575,'background_image_repeat','repeat'),(3024,575,'_background_image_repeat','field_5538ca44ec7c5'),(3025,575,'background_image_attachment','scroll'),(3026,575,'_background_image_attachment','field_5538ca6cec7c6'),(3027,575,'background_color',''),(3028,575,'_background_color','field_5538caa9ec7c7'),(3029,575,'sidebar','none'),(3030,575,'_sidebar','field_5534bcc459d58'),(3031,575,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:212:\"<strong>Access Supply Chain Services- Headquarters </strong>\n105 Hobart Ave \nSan Mateo, CA 94402.\n\nTel: 650-477-2691\nFax: 650 931-4328\n\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3032,576,'subtitle',''),(3033,576,'_subtitle','field_5534998130ef7'),(3034,576,'background_image',''),(3035,576,'_background_image','field_5538c999ec7c2'),(3036,576,'background_image_horizontal_position','center'),(3037,576,'_background_image_horizontal_position','field_5538c9daec7c3'),(3038,576,'background_image_vertical_position','center'),(3039,576,'_background_image_vertical_position','field_5538ca0cec7c4'),(3040,576,'background_image_repeat','repeat'),(3041,576,'_background_image_repeat','field_5538ca44ec7c5'),(3042,576,'background_image_attachment','scroll'),(3043,576,'_background_image_attachment','field_5538ca6cec7c6'),(3044,576,'background_color',''),(3045,576,'_background_color','field_5538caa9ec7c7'),(3046,576,'sidebar','none'),(3047,576,'_sidebar','field_5534bcc459d58'),(3048,576,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:615:\"<p><strong>Access Supply Chain Services- Headquarters </strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage)</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3049,577,'subtitle',''),(3050,577,'_subtitle','field_5534998130ef7'),(3051,577,'background_image',''),(3052,577,'_background_image','field_5538c999ec7c2'),(3053,577,'background_image_horizontal_position','center'),(3054,577,'_background_image_horizontal_position','field_5538c9daec7c3'),(3055,577,'background_image_vertical_position','center'),(3056,577,'_background_image_vertical_position','field_5538ca0cec7c4'),(3057,577,'background_image_repeat','repeat'),(3058,577,'_background_image_repeat','field_5538ca44ec7c5'),(3059,577,'background_image_attachment','scroll'),(3060,577,'_background_image_attachment','field_5538ca6cec7c6'),(3061,577,'background_color',''),(3062,577,'_background_color','field_5538caa9ec7c7'),(3063,577,'sidebar','none'),(3064,577,'_sidebar','field_5534bcc459d58'),(3065,577,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"8:00\";s:6:\"Mon_to\";s:5:\"16:00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"8:00\";s:6:\"Tue_to\";s:5:\"16:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"8:00\";s:6:\"Wed_to\";s:5:\"16:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"8:00\";s:6:\"Thu_to\";s:5:\"16:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"8:00\";s:6:\"Fri_to\";s:5:\"16:00\";s:10:\"Sat_opened\";s:1:\"1\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3066,578,'subtitle',''),(3067,578,'_subtitle','field_5534998130ef7'),(3068,578,'background_image',''),(3069,578,'_background_image','field_5538c999ec7c2'),(3070,578,'background_image_horizontal_position','center'),(3071,578,'_background_image_horizontal_position','field_5538c9daec7c3'),(3072,578,'background_image_vertical_position','center'),(3073,578,'_background_image_vertical_position','field_5538ca0cec7c4'),(3074,578,'background_image_repeat','repeat'),(3075,578,'_background_image_repeat','field_5538ca44ec7c5'),(3076,578,'background_image_attachment','scroll'),(3077,578,'_background_image_attachment','field_5538ca6cec7c6'),(3078,578,'background_color',''),(3079,578,'_background_color','field_5538caa9ec7c7'),(3080,578,'sidebar','none'),(3081,578,'_sidebar','field_5534bcc459d58'),(3082,578,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:285:\"<p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3083,579,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3084,580,'subtitle',''),(3085,580,'_subtitle','field_5534998130ef7'),(3086,580,'background_image',''),(3087,580,'_background_image','field_5538c999ec7c2'),(3088,580,'background_image_horizontal_position','center'),(3089,580,'_background_image_horizontal_position','field_5538c9daec7c3'),(3090,580,'background_image_vertical_position','center'),(3091,580,'_background_image_vertical_position','field_5538ca0cec7c4'),(3092,580,'background_image_repeat','repeat'),(3093,580,'_background_image_repeat','field_5538ca44ec7c5'),(3094,580,'background_image_attachment','scroll'),(3095,580,'_background_image_attachment','field_5538ca6cec7c6'),(3096,580,'background_color',''),(3097,580,'_background_color','field_5538caa9ec7c7'),(3098,580,'sidebar','none'),(3099,580,'_sidebar','field_5534bcc459d58'),(3100,580,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:19:\"51.422144,-3.278289\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:6:\"London\";s:14:\"locationlatlng\";s:19:\"51.507331,-0.127668\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:19:\"55.507331,-0.137668\";s:14:\"custompinimage\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:15:\"My Business LLC\";s:14:\"locationlatlng\";s:21:\"51.7530323,-1.2616228\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:26:\"SEND US AN EMAIL, OR THREE\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3101,579,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:0:\"\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:11:\"Los Angeles\";s:14:\"locationlatlng\";s:23:\"33.9470389,-118.3840005\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:13:\"San Francisco\";s:14:\"locationlatlng\";s:23:\"37.6495044,-122.4053904\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:16:\"Seattle / Tacoma\";s:14:\"locationlatlng\";s:23:\"47.4333197,-122.3262468\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3102,579,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:0:\"\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:11:\"Los Angeles\";s:14:\"locationlatlng\";s:23:\"33.9470389,-118.3840005\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:13:\"San Francisco\";s:14:\"locationlatlng\";s:23:\"37.6495044,-122.4053904\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:16:\"Seattle / Tacoma\";s:14:\"locationlatlng\";s:23:\"47.4333197,-122.3262468\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3105,582,'subtitle',''),(3106,582,'_subtitle','field_5534998130ef7'),(3107,582,'background_image',''),(3108,582,'_background_image','field_5538c999ec7c2'),(3109,582,'background_image_horizontal_position','center'),(3110,582,'_background_image_horizontal_position','field_5538c9daec7c3'),(3111,582,'background_image_vertical_position','center'),(3112,582,'_background_image_vertical_position','field_5538ca0cec7c4'),(3113,582,'background_image_repeat','repeat'),(3114,582,'_background_image_repeat','field_5538ca44ec7c5'),(3115,582,'background_image_attachment','scroll'),(3116,582,'_background_image_attachment','field_5538ca6cec7c6'),(3117,582,'background_color',''),(3118,582,'_background_color','field_5538caa9ec7c7'),(3119,582,'sidebar','none'),(3120,582,'_sidebar','field_5534bcc459d58'),(3121,582,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"latLng\";s:0:\"\";s:4:\"zoom\";i:7;s:4:\"type\";s:7:\"roadmap\";s:5:\"style\";s:10:\"CargoPress\";s:6:\"height\";i:380;s:9:\"locations\";a:3:{i:1;a:4:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:11:\"Los Angeles\";s:14:\"locationlatlng\";s:23:\"33.9470389,-118.3840005\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:2;a:4:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:13:\"San Francisco\";s:14:\"locationlatlng\";s:23:\"37.6495044,-122.4053904\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}i:3;a:4:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:16:\"Seattle / Tacoma\";s:14:\"locationlatlng\";s:23:\"47.4333197,-122.3262468\";s:14:\"custompinimage\";s:86:\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/pin.png\";}}s:11:\"panels_info\";a:6:{s:5:\"class\";s:13:\"PW_Google_Map\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:18:\"margin-top: -60px;\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3122,583,'subtitle',''),(3123,583,'_subtitle','field_5534998130ef7'),(3124,583,'background_image',''),(3125,583,'_background_image','field_5538c999ec7c2'),(3126,583,'background_image_horizontal_position','center'),(3127,583,'_background_image_horizontal_position','field_5538c9daec7c3'),(3128,583,'background_image_vertical_position','center'),(3129,583,'_background_image_vertical_position','field_5538ca0cec7c4'),(3130,583,'background_image_repeat','repeat'),(3131,583,'_background_image_repeat','field_5538ca44ec7c5'),(3132,583,'background_image_attachment','scroll'),(3133,583,'_background_image_attachment','field_5538ca6cec7c6'),(3134,583,'background_color',''),(3135,583,'_background_color','field_5538caa9ec7c7'),(3136,583,'sidebar','none'),(3137,583,'_sidebar','field_5534bcc459d58'),(3138,583,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<p><img class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/map.png\" alt=\"map\" width=\"1920\" height=\"600\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3139,584,'subtitle',''),(3140,584,'_subtitle','field_5534998130ef7'),(3141,584,'background_image',''),(3142,584,'_background_image','field_5538c999ec7c2'),(3143,584,'background_image_horizontal_position','center'),(3144,584,'_background_image_horizontal_position','field_5538c9daec7c3'),(3145,584,'background_image_vertical_position','center'),(3146,584,'_background_image_vertical_position','field_5538ca0cec7c4'),(3147,584,'background_image_repeat','repeat'),(3148,584,'_background_image_repeat','field_5538ca44ec7c5'),(3149,584,'background_image_attachment','scroll'),(3150,584,'_background_image_attachment','field_5538ca6cec7c6'),(3151,584,'background_color',''),(3152,584,'_background_color','field_5538caa9ec7c7'),(3153,584,'sidebar','none'),(3154,584,'_sidebar','field_5534bcc459d58'),(3155,584,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:187:\"<img style=\"margin-toop:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3158,586,'subtitle',''),(3159,586,'_subtitle','field_5534998130ef7'),(3160,586,'background_image',''),(3161,586,'_background_image','field_5538c999ec7c2'),(3162,586,'background_image_horizontal_position','center'),(3163,586,'_background_image_horizontal_position','field_5538c9daec7c3'),(3164,586,'background_image_vertical_position','center'),(3165,586,'_background_image_vertical_position','field_5538ca0cec7c4'),(3166,586,'background_image_repeat','repeat'),(3167,586,'_background_image_repeat','field_5538ca44ec7c5'),(3168,586,'background_image_attachment','scroll'),(3169,586,'_background_image_attachment','field_5538ca6cec7c6'),(3170,586,'background_color',''),(3171,586,'_background_color','field_5538caa9ec7c7'),(3172,586,'sidebar','none'),(3173,586,'_sidebar','field_5534bcc459d58'),(3174,586,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3175,587,'_wp_attached_file','2016/08/map.png'),(3176,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2016/08/map.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"map-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"map-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"map-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:15:\"map-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:15:\"map-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:15:\"map-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:14:\"map-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"map-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3177,589,'_edit_last','1'),(3178,589,'_wp_page_template','default'),(3179,590,'subtitle',''),(3180,590,'_subtitle','field_5534998130ef7'),(3181,590,'background_image',''),(3182,590,'_background_image','field_5538c999ec7c2'),(3183,590,'background_image_horizontal_position','center'),(3184,590,'_background_image_horizontal_position','field_5538c9daec7c3'),(3185,590,'background_image_vertical_position','center'),(3186,590,'_background_image_vertical_position','field_5538ca0cec7c4'),(3187,590,'background_image_repeat','repeat'),(3188,590,'_background_image_repeat','field_5538ca44ec7c5'),(3189,590,'background_image_attachment','scroll'),(3190,590,'_background_image_attachment','field_5538ca6cec7c6'),(3191,590,'background_color',''),(3192,590,'_background_color','field_5538caa9ec7c7'),(3193,590,'sidebar','right'),(3194,590,'_sidebar','field_5534bcc459d58'),(3195,589,'subtitle',''),(3196,589,'_subtitle','field_5534998130ef7'),(3197,589,'background_image',''),(3198,589,'_background_image','field_5538c999ec7c2'),(3199,589,'background_image_horizontal_position','center'),(3200,589,'_background_image_horizontal_position','field_5538c9daec7c3'),(3201,589,'background_image_vertical_position','center'),(3202,589,'_background_image_vertical_position','field_5538ca0cec7c4'),(3203,589,'background_image_repeat','repeat'),(3204,589,'_background_image_repeat','field_5538ca44ec7c5'),(3205,589,'background_image_attachment','scroll'),(3206,589,'_background_image_attachment','field_5538ca6cec7c6'),(3207,589,'background_color',''),(3208,589,'_background_color','field_5538caa9ec7c7'),(3209,589,'sidebar','none'),(3210,589,'_sidebar','field_5534bcc459d58'),(3211,589,'_edit_lock','1474459847:1'),(3212,592,'subtitle',''),(3213,592,'_subtitle','field_5534998130ef7'),(3214,592,'background_image',''),(3215,592,'_background_image','field_5538c999ec7c2'),(3216,592,'background_image_horizontal_position','center'),(3217,592,'_background_image_horizontal_position','field_5538c9daec7c3'),(3218,592,'background_image_vertical_position','center'),(3219,592,'_background_image_vertical_position','field_5538ca0cec7c4'),(3220,592,'background_image_repeat','repeat'),(3221,592,'_background_image_repeat','field_5538ca44ec7c5'),(3222,592,'background_image_attachment','scroll'),(3223,592,'_background_image_attachment','field_5538ca6cec7c6'),(3224,592,'background_color',''),(3225,592,'_background_color','field_5538caa9ec7c7'),(3226,592,'sidebar','right'),(3227,592,'_sidebar','field_5534bcc459d58'),(3228,593,'subtitle',''),(3229,593,'_subtitle','field_5534998130ef7'),(3230,593,'background_image',''),(3231,593,'_background_image','field_5538c999ec7c2'),(3232,593,'background_image_horizontal_position','center'),(3233,593,'_background_image_horizontal_position','field_5538c9daec7c3'),(3234,593,'background_image_vertical_position','center'),(3235,593,'_background_image_vertical_position','field_5538ca0cec7c4'),(3236,593,'background_image_repeat','repeat'),(3237,593,'_background_image_repeat','field_5538ca44ec7c5'),(3238,593,'background_image_attachment','scroll'),(3239,593,'_background_image_attachment','field_5538ca6cec7c6'),(3240,593,'background_color',''),(3241,593,'_background_color','field_5538caa9ec7c7'),(3242,593,'sidebar','right'),(3243,593,'_sidebar','field_5534bcc459d58'),(3244,232,'_edit_lock','1508914405:1'),(3245,594,'subtitle',''),(3246,594,'_subtitle','field_5534998130ef7'),(3247,594,'background_image',''),(3248,594,'_background_image','field_5538c999ec7c2'),(3249,594,'background_image_horizontal_position','center'),(3250,594,'_background_image_horizontal_position','field_5538c9daec7c3'),(3251,594,'background_image_vertical_position','center'),(3252,594,'_background_image_vertical_position','field_5538ca0cec7c4'),(3253,594,'background_image_repeat','repeat'),(3254,594,'_background_image_repeat','field_5538ca44ec7c5'),(3255,594,'background_image_attachment','scroll'),(3256,594,'_background_image_attachment','field_5538ca6cec7c6'),(3257,594,'background_color',''),(3258,594,'_background_color','field_5538caa9ec7c7'),(3259,594,'sidebar','none'),(3260,594,'_sidebar','field_5534bcc459d58'),(3314,601,'_edit_last','1'),(3315,601,'_wp_page_template','default'),(3316,602,'subtitle',''),(3317,602,'_subtitle','field_5534998130ef7'),(3318,602,'background_image',''),(3319,602,'_background_image','field_5538c999ec7c2'),(3320,602,'background_image_horizontal_position','center'),(3321,602,'_background_image_horizontal_position','field_5538c9daec7c3'),(3322,602,'background_image_vertical_position','center'),(3323,602,'_background_image_vertical_position','field_5538ca0cec7c4'),(3324,602,'background_image_repeat','repeat'),(3325,602,'_background_image_repeat','field_5538ca44ec7c5'),(3326,602,'background_image_attachment','scroll'),(3327,602,'_background_image_attachment','field_5538ca6cec7c6'),(3328,602,'background_color',''),(3329,602,'_background_color','field_5538caa9ec7c7'),(3330,602,'sidebar','right'),(3331,602,'_sidebar','field_5534bcc459d58'),(3332,601,'subtitle',''),(3333,601,'_subtitle','field_5534998130ef7'),(3334,601,'background_image',''),(3335,601,'_background_image','field_5538c999ec7c2'),(3336,601,'background_image_horizontal_position','center'),(3337,601,'_background_image_horizontal_position','field_5538c9daec7c3'),(3338,601,'background_image_vertical_position','center'),(3339,601,'_background_image_vertical_position','field_5538ca0cec7c4'),(3340,601,'background_image_repeat','repeat'),(3341,601,'_background_image_repeat','field_5538ca44ec7c5'),(3342,601,'background_image_attachment','scroll'),(3343,601,'_background_image_attachment','field_5538ca6cec7c6'),(3344,601,'background_color',''),(3345,601,'_background_color','field_5538caa9ec7c7'),(3346,601,'sidebar','right'),(3347,601,'_sidebar','field_5534bcc459d58'),(3348,601,'_edit_lock','1500534862:1'),(3358,604,'_edit_last','1'),(3359,604,'_wp_page_template','default'),(3360,605,'subtitle',''),(3361,605,'_subtitle','field_5534998130ef7'),(3362,605,'background_image',''),(3363,605,'_background_image','field_5538c999ec7c2'),(3364,605,'background_image_horizontal_position','center'),(3365,605,'_background_image_horizontal_position','field_5538c9daec7c3'),(3366,605,'background_image_vertical_position','center'),(3367,605,'_background_image_vertical_position','field_5538ca0cec7c4'),(3368,605,'background_image_repeat','repeat'),(3369,605,'_background_image_repeat','field_5538ca44ec7c5'),(3370,605,'background_image_attachment','scroll'),(3371,605,'_background_image_attachment','field_5538ca6cec7c6'),(3372,605,'background_color',''),(3373,605,'_background_color','field_5538caa9ec7c7'),(3374,605,'sidebar','right'),(3375,605,'_sidebar','field_5534bcc459d58'),(3376,604,'subtitle',''),(3377,604,'_subtitle','field_5534998130ef7'),(3378,604,'background_image',''),(3379,604,'_background_image','field_5538c999ec7c2'),(3380,604,'background_image_horizontal_position','center'),(3381,604,'_background_image_horizontal_position','field_5538c9daec7c3'),(3382,604,'background_image_vertical_position','center'),(3383,604,'_background_image_vertical_position','field_5538ca0cec7c4'),(3384,604,'background_image_repeat','repeat'),(3385,604,'_background_image_repeat','field_5538ca44ec7c5'),(3386,604,'background_image_attachment','scroll'),(3387,604,'_background_image_attachment','field_5538ca6cec7c6'),(3388,604,'background_color',''),(3389,604,'_background_color','field_5538caa9ec7c7'),(3390,604,'sidebar','right'),(3391,604,'_sidebar','field_5534bcc459d58'),(3392,604,'_edit_lock','1502013659:1'),(3393,606,'subtitle',''),(3394,606,'_subtitle','field_5534998130ef7'),(3395,606,'background_image',''),(3396,606,'_background_image','field_5538c999ec7c2'),(3397,606,'background_image_horizontal_position','center'),(3398,606,'_background_image_horizontal_position','field_5538c9daec7c3'),(3399,606,'background_image_vertical_position','center'),(3400,606,'_background_image_vertical_position','field_5538ca0cec7c4'),(3401,606,'background_image_repeat','repeat'),(3402,606,'_background_image_repeat','field_5538ca44ec7c5'),(3403,606,'background_image_attachment','scroll'),(3404,606,'_background_image_attachment','field_5538ca6cec7c6'),(3405,606,'background_color',''),(3406,606,'_background_color','field_5538caa9ec7c7'),(3407,606,'sidebar','right'),(3408,606,'_sidebar','field_5534bcc459d58'),(3418,608,'_edit_last','1'),(3419,608,'_wp_page_template','default'),(3420,609,'subtitle',''),(3421,609,'_subtitle','field_5534998130ef7'),(3422,609,'background_image',''),(3423,609,'_background_image','field_5538c999ec7c2'),(3424,609,'background_image_horizontal_position','center'),(3425,609,'_background_image_horizontal_position','field_5538c9daec7c3'),(3426,609,'background_image_vertical_position','center'),(3427,609,'_background_image_vertical_position','field_5538ca0cec7c4'),(3428,609,'background_image_repeat','repeat'),(3429,609,'_background_image_repeat','field_5538ca44ec7c5'),(3430,609,'background_image_attachment','scroll'),(3431,609,'_background_image_attachment','field_5538ca6cec7c6'),(3432,609,'background_color',''),(3433,609,'_background_color','field_5538caa9ec7c7'),(3434,609,'sidebar','right'),(3435,609,'_sidebar','field_5534bcc459d58'),(3436,608,'subtitle',''),(3437,608,'_subtitle','field_5534998130ef7'),(3438,608,'background_image',''),(3439,608,'_background_image','field_5538c999ec7c2'),(3440,608,'background_image_horizontal_position','center'),(3441,608,'_background_image_horizontal_position','field_5538c9daec7c3'),(3442,608,'background_image_vertical_position','center'),(3443,608,'_background_image_vertical_position','field_5538ca0cec7c4'),(3444,608,'background_image_repeat','repeat'),(3445,608,'_background_image_repeat','field_5538ca44ec7c5'),(3446,608,'background_image_attachment','scroll'),(3447,608,'_background_image_attachment','field_5538ca6cec7c6'),(3448,608,'background_color',''),(3449,608,'_background_color','field_5538caa9ec7c7'),(3450,608,'sidebar','right'),(3451,608,'_sidebar','field_5534bcc459d58'),(3452,608,'_edit_lock','1502013358:1'),(3453,610,'_edit_last','1'),(3454,610,'_wp_page_template','default'),(3455,611,'subtitle',''),(3456,611,'_subtitle','field_5534998130ef7'),(3457,611,'background_image',''),(3458,611,'_background_image','field_5538c999ec7c2'),(3459,611,'background_image_horizontal_position','center'),(3460,611,'_background_image_horizontal_position','field_5538c9daec7c3'),(3461,611,'background_image_vertical_position','center'),(3462,611,'_background_image_vertical_position','field_5538ca0cec7c4'),(3463,611,'background_image_repeat','repeat'),(3464,611,'_background_image_repeat','field_5538ca44ec7c5'),(3465,611,'background_image_attachment','scroll'),(3466,611,'_background_image_attachment','field_5538ca6cec7c6'),(3467,611,'background_color',''),(3468,611,'_background_color','field_5538caa9ec7c7'),(3469,611,'sidebar','right'),(3470,611,'_sidebar','field_5534bcc459d58'),(3471,610,'subtitle','Full Service for all Alcohol Beverages'),(3472,610,'_subtitle','field_5534998130ef7'),(3473,610,'background_image',''),(3474,610,'_background_image','field_5538c999ec7c2'),(3475,610,'background_image_horizontal_position','center'),(3476,610,'_background_image_horizontal_position','field_5538c9daec7c3'),(3477,610,'background_image_vertical_position','center'),(3478,610,'_background_image_vertical_position','field_5538ca0cec7c4'),(3479,610,'background_image_repeat','repeat'),(3480,610,'_background_image_repeat','field_5538ca44ec7c5'),(3481,610,'background_image_attachment','scroll'),(3482,610,'_background_image_attachment','field_5538ca6cec7c6'),(3483,610,'background_color',''),(3484,610,'_background_color','field_5538caa9ec7c7'),(3485,610,'sidebar','right'),(3486,610,'_sidebar','field_5534bcc459d58'),(3487,610,'_edit_lock','1500534772:1'),(3488,612,'_edit_last','1'),(3489,612,'_wp_page_template','default'),(3490,613,'subtitle',''),(3491,613,'_subtitle','field_5534998130ef7'),(3492,613,'background_image',''),(3493,613,'_background_image','field_5538c999ec7c2'),(3494,613,'background_image_horizontal_position','center'),(3495,613,'_background_image_horizontal_position','field_5538c9daec7c3'),(3496,613,'background_image_vertical_position','center'),(3497,613,'_background_image_vertical_position','field_5538ca0cec7c4'),(3498,613,'background_image_repeat','repeat'),(3499,613,'_background_image_repeat','field_5538ca44ec7c5'),(3500,613,'background_image_attachment','scroll'),(3501,613,'_background_image_attachment','field_5538ca6cec7c6'),(3502,613,'background_color',''),(3503,613,'_background_color','field_5538caa9ec7c7'),(3504,613,'sidebar','right'),(3505,613,'_sidebar','field_5534bcc459d58'),(3506,612,'subtitle',''),(3507,612,'_subtitle','field_5534998130ef7'),(3508,612,'background_image',''),(3509,612,'_background_image','field_5538c999ec7c2'),(3510,612,'background_image_horizontal_position','center'),(3511,612,'_background_image_horizontal_position','field_5538c9daec7c3'),(3512,612,'background_image_vertical_position','center'),(3513,612,'_background_image_vertical_position','field_5538ca0cec7c4'),(3514,612,'background_image_repeat','repeat'),(3515,612,'_background_image_repeat','field_5538ca44ec7c5'),(3516,612,'background_image_attachment','scroll'),(3517,612,'_background_image_attachment','field_5538ca6cec7c6'),(3518,612,'background_color',''),(3519,612,'_background_color','field_5538caa9ec7c7'),(3520,612,'sidebar','right'),(3521,612,'_sidebar','field_5534bcc459d58'),(3522,612,'_edit_lock','1476945742:1'),(3550,617,'subtitle',''),(3551,617,'_subtitle','field_5534998130ef7'),(3552,617,'slider_content','caption'),(3553,617,'_slider_content','field_5548717a1b3e4'),(3554,617,'slides_0_slide_image','502'),(3555,617,'_slides_0_slide_image','field_554871fa1b3e6'),(3556,617,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3557,617,'_slides_0_slide_title','field_554872321b3e7'),(3558,617,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3559,617,'_slides_0_slide_text','field_5548743d56847'),(3560,617,'slides_0_slide_link',''),(3561,617,'_slides_0_slide_link','field_5548728d88d0a'),(3562,617,'slides_0_slide_open_link_in_new_window',''),(3563,617,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3564,617,'slides_1_slide_image','530'),(3565,617,'_slides_1_slide_image','field_554871fa1b3e6'),(3566,617,'slides_1_slide_title','Ocean , Air or Truck '),(3567,617,'_slides_1_slide_title','field_554872321b3e7'),(3568,617,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3569,617,'_slides_1_slide_text','field_5548743d56847'),(3570,617,'slides_1_slide_link',''),(3571,617,'_slides_1_slide_link','field_5548728d88d0a'),(3572,617,'slides_1_slide_open_link_in_new_window',''),(3573,617,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3574,617,'slides_2_slide_image','498'),(3575,617,'_slides_2_slide_image','field_554871fa1b3e6'),(3576,617,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3577,617,'_slides_2_slide_title','field_554872321b3e7'),(3578,617,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3579,617,'_slides_2_slide_text','field_5548743d56847'),(3580,617,'slides_2_slide_link',''),(3581,617,'_slides_2_slide_link','field_5548728d88d0a'),(3582,617,'slides_2_slide_open_link_in_new_window',''),(3583,617,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3584,617,'slides','3'),(3585,617,'_slides','field_554871d21b3e5'),(3586,617,'auto_cycle','1'),(3587,617,'_auto_cycle','field_55487307bdff8'),(3588,617,'cycle_interval','5000'),(3589,617,'_cycle_interval','field_55487335bdff9'),(3590,617,'background_image',''),(3591,617,'_background_image','field_5538c999ec7c2'),(3592,617,'background_image_horizontal_position','center'),(3593,617,'_background_image_horizontal_position','field_5538c9daec7c3'),(3594,617,'background_image_vertical_position','center'),(3595,617,'_background_image_vertical_position','field_5538ca0cec7c4'),(3596,617,'background_image_repeat','repeat'),(3597,617,'_background_image_repeat','field_5538ca44ec7c5'),(3598,617,'background_image_attachment','scroll'),(3599,617,'_background_image_attachment','field_5538ca6cec7c6'),(3600,617,'background_color',''),(3601,617,'_background_color','field_5538caa9ec7c7'),(3602,617,'sidebar','none'),(3603,617,'_sidebar','field_5534bcc459d58'),(3604,617,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Insurance \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#000;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(3605,618,'subtitle',''),(3606,618,'_subtitle','field_5534998130ef7'),(3607,618,'slider_content','caption'),(3608,618,'_slider_content','field_5548717a1b3e4'),(3609,618,'slides_0_slide_image','502'),(3610,618,'_slides_0_slide_image','field_554871fa1b3e6'),(3611,618,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3612,618,'_slides_0_slide_title','field_554872321b3e7'),(3613,618,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3614,618,'_slides_0_slide_text','field_5548743d56847'),(3615,618,'slides_0_slide_link',''),(3616,618,'_slides_0_slide_link','field_5548728d88d0a'),(3617,618,'slides_0_slide_open_link_in_new_window',''),(3618,618,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3619,618,'slides_1_slide_image','530'),(3620,618,'_slides_1_slide_image','field_554871fa1b3e6'),(3621,618,'slides_1_slide_title','Ocean , Air or Truck '),(3622,618,'_slides_1_slide_title','field_554872321b3e7'),(3623,618,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3624,618,'_slides_1_slide_text','field_5548743d56847'),(3625,618,'slides_1_slide_link',''),(3626,618,'_slides_1_slide_link','field_5548728d88d0a'),(3627,618,'slides_1_slide_open_link_in_new_window',''),(3628,618,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3629,618,'slides_2_slide_image','498'),(3630,618,'_slides_2_slide_image','field_554871fa1b3e6'),(3631,618,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3632,618,'_slides_2_slide_title','field_554872321b3e7'),(3633,618,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3634,618,'_slides_2_slide_text','field_5548743d56847'),(3635,618,'slides_2_slide_link',''),(3636,618,'_slides_2_slide_link','field_5548728d88d0a'),(3637,618,'slides_2_slide_open_link_in_new_window',''),(3638,618,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3639,618,'slides','3'),(3640,618,'_slides','field_554871d21b3e5'),(3641,618,'auto_cycle','1'),(3642,618,'_auto_cycle','field_55487307bdff8'),(3643,618,'cycle_interval','5000'),(3644,618,'_cycle_interval','field_55487335bdff9'),(3645,618,'background_image',''),(3646,618,'_background_image','field_5538c999ec7c2'),(3647,618,'background_image_horizontal_position','center'),(3648,618,'_background_image_horizontal_position','field_5538c9daec7c3'),(3649,618,'background_image_vertical_position','center'),(3650,618,'_background_image_vertical_position','field_5538ca0cec7c4'),(3651,618,'background_image_repeat','repeat'),(3652,618,'_background_image_repeat','field_5538ca44ec7c5'),(3653,618,'background_image_attachment','scroll'),(3654,618,'_background_image_attachment','field_5538ca6cec7c6'),(3655,618,'background_color',''),(3656,618,'_background_color','field_5538caa9ec7c7'),(3657,618,'sidebar','none'),(3658,618,'_sidebar','field_5534bcc459d58'),(3659,618,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:48:\"Not sure which solution fits you business needs?\";s:11:\"button_text\";s:160:\"[button href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\"]CONTACT OUR SALES TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#000;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(3660,619,'subtitle',''),(3661,619,'_subtitle','field_5534998130ef7'),(3662,619,'slider_content','caption'),(3663,619,'_slider_content','field_5548717a1b3e4'),(3664,619,'slides_0_slide_image','502'),(3665,619,'_slides_0_slide_image','field_554871fa1b3e6'),(3666,619,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3667,619,'_slides_0_slide_title','field_554872321b3e7'),(3668,619,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3669,619,'_slides_0_slide_text','field_5548743d56847'),(3670,619,'slides_0_slide_link',''),(3671,619,'_slides_0_slide_link','field_5548728d88d0a'),(3672,619,'slides_0_slide_open_link_in_new_window',''),(3673,619,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3674,619,'slides_1_slide_image','530'),(3675,619,'_slides_1_slide_image','field_554871fa1b3e6'),(3676,619,'slides_1_slide_title','Ocean , Air or Truck '),(3677,619,'_slides_1_slide_title','field_554872321b3e7'),(3678,619,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3679,619,'_slides_1_slide_text','field_5548743d56847'),(3680,619,'slides_1_slide_link',''),(3681,619,'_slides_1_slide_link','field_5548728d88d0a'),(3682,619,'slides_1_slide_open_link_in_new_window',''),(3683,619,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3684,619,'slides_2_slide_image','498'),(3685,619,'_slides_2_slide_image','field_554871fa1b3e6'),(3686,619,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3687,619,'_slides_2_slide_title','field_554872321b3e7'),(3688,619,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3689,619,'_slides_2_slide_text','field_5548743d56847'),(3690,619,'slides_2_slide_link',''),(3691,619,'_slides_2_slide_link','field_5548728d88d0a'),(3692,619,'slides_2_slide_open_link_in_new_window',''),(3693,619,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3694,619,'slides','3'),(3695,619,'_slides','field_554871d21b3e5'),(3696,619,'auto_cycle','1'),(3697,619,'_auto_cycle','field_55487307bdff8'),(3698,619,'cycle_interval','5000'),(3699,619,'_cycle_interval','field_55487335bdff9'),(3700,619,'background_image',''),(3701,619,'_background_image','field_5538c999ec7c2'),(3702,619,'background_image_horizontal_position','center'),(3703,619,'_background_image_horizontal_position','field_5538c9daec7c3'),(3704,619,'background_image_vertical_position','center'),(3705,619,'_background_image_vertical_position','field_5538ca0cec7c4'),(3706,619,'background_image_repeat','repeat'),(3707,619,'_background_image_repeat','field_5538ca44ec7c5'),(3708,619,'background_image_attachment','scroll'),(3709,619,'_background_image_attachment','field_5538ca6cec7c6'),(3710,619,'background_color',''),(3711,619,'_background_color','field_5538caa9ec7c7'),(3712,619,'sidebar','none'),(3713,619,'_sidebar','field_5534bcc459d58'),(3714,619,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:123:\"Have a question on how many cases will fit in the container <br> or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#000;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(3715,620,'_wp_attached_file','2016/10/Green_Provider-2016.png'),(3716,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:31:\"2016/10/Green_Provider-2016.png\";s:5:\"sizes\";a:1:{s:9:\"pw-inline\";a:4:{s:4:\"file\";s:30:\"Green_Provider-2016-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3718,621,'subtitle',''),(3719,621,'_subtitle','field_5534998130ef7'),(3720,621,'slider_content','caption'),(3721,621,'_slider_content','field_5548717a1b3e4'),(3722,621,'slides_0_slide_image','502'),(3723,621,'_slides_0_slide_image','field_554871fa1b3e6'),(3724,621,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3725,621,'_slides_0_slide_title','field_554872321b3e7'),(3726,621,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3727,621,'_slides_0_slide_text','field_5548743d56847'),(3728,621,'slides_0_slide_link',''),(3729,621,'_slides_0_slide_link','field_5548728d88d0a'),(3730,621,'slides_0_slide_open_link_in_new_window',''),(3731,621,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3732,621,'slides_1_slide_image','530'),(3733,621,'_slides_1_slide_image','field_554871fa1b3e6'),(3734,621,'slides_1_slide_title','Ocean , Air or Truck '),(3735,621,'_slides_1_slide_title','field_554872321b3e7'),(3736,621,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3737,621,'_slides_1_slide_text','field_5548743d56847'),(3738,621,'slides_1_slide_link',''),(3739,621,'_slides_1_slide_link','field_5548728d88d0a'),(3740,621,'slides_1_slide_open_link_in_new_window',''),(3741,621,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3742,621,'slides_2_slide_image','498'),(3743,621,'_slides_2_slide_image','field_554871fa1b3e6'),(3744,621,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3745,621,'_slides_2_slide_title','field_554872321b3e7'),(3746,621,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3747,621,'_slides_2_slide_text','field_5548743d56847'),(3748,621,'slides_2_slide_link',''),(3749,621,'_slides_2_slide_link','field_5548728d88d0a'),(3750,621,'slides_2_slide_open_link_in_new_window',''),(3751,621,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3752,621,'slides','3'),(3753,621,'_slides','field_554871d21b3e5'),(3754,621,'auto_cycle','1'),(3755,621,'_auto_cycle','field_55487307bdff8'),(3756,621,'cycle_interval','5000'),(3757,621,'_cycle_interval','field_55487335bdff9'),(3758,621,'background_image',''),(3759,621,'_background_image','field_5538c999ec7c2'),(3760,621,'background_image_horizontal_position','center'),(3761,621,'_background_image_horizontal_position','field_5538c9daec7c3'),(3762,621,'background_image_vertical_position','center'),(3763,621,'_background_image_vertical_position','field_5538ca0cec7c4'),(3764,621,'background_image_repeat','repeat'),(3765,621,'_background_image_repeat','field_5538ca44ec7c5'),(3766,621,'background_image_attachment','scroll'),(3767,621,'_background_image_attachment','field_5538ca6cec7c6'),(3768,621,'background_color',''),(3769,621,'_background_color','field_5538caa9ec7c7'),(3770,621,'sidebar','none'),(3771,621,'_sidebar','field_5534bcc459d58'),(3772,621,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#000;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(3773,622,'subtitle',''),(3774,622,'_subtitle','field_5534998130ef7'),(3775,622,'slider_content','caption'),(3776,622,'_slider_content','field_5548717a1b3e4'),(3777,622,'slides_0_slide_image','502'),(3778,622,'_slides_0_slide_image','field_554871fa1b3e6'),(3779,622,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3780,622,'_slides_0_slide_title','field_554872321b3e7'),(3781,622,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3782,622,'_slides_0_slide_text','field_5548743d56847'),(3783,622,'slides_0_slide_link',''),(3784,622,'_slides_0_slide_link','field_5548728d88d0a'),(3785,622,'slides_0_slide_open_link_in_new_window',''),(3786,622,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3787,622,'slides_1_slide_image','530'),(3788,622,'_slides_1_slide_image','field_554871fa1b3e6'),(3789,622,'slides_1_slide_title','Ocean , Air or Truck '),(3790,622,'_slides_1_slide_title','field_554872321b3e7'),(3791,622,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3792,622,'_slides_1_slide_text','field_5548743d56847'),(3793,622,'slides_1_slide_link',''),(3794,622,'_slides_1_slide_link','field_5548728d88d0a'),(3795,622,'slides_1_slide_open_link_in_new_window',''),(3796,622,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3797,622,'slides_2_slide_image','498'),(3798,622,'_slides_2_slide_image','field_554871fa1b3e6'),(3799,622,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3800,622,'_slides_2_slide_title','field_554872321b3e7'),(3801,622,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET IN TOUCH[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3802,622,'_slides_2_slide_text','field_5548743d56847'),(3803,622,'slides_2_slide_link',''),(3804,622,'_slides_2_slide_link','field_5548728d88d0a'),(3805,622,'slides_2_slide_open_link_in_new_window',''),(3806,622,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3807,622,'slides','3'),(3808,622,'_slides','field_554871d21b3e5'),(3809,622,'auto_cycle','1'),(3810,622,'_auto_cycle','field_55487307bdff8'),(3811,622,'cycle_interval','5000'),(3812,622,'_cycle_interval','field_55487335bdff9'),(3813,622,'background_image',''),(3814,622,'_background_image','field_5538c999ec7c2'),(3815,622,'background_image_horizontal_position','center'),(3816,622,'_background_image_horizontal_position','field_5538c9daec7c3'),(3817,622,'background_image_vertical_position','center'),(3818,622,'_background_image_vertical_position','field_5538ca0cec7c4'),(3819,622,'background_image_repeat','repeat'),(3820,622,'_background_image_repeat','field_5538ca44ec7c5'),(3821,622,'background_image_attachment','scroll'),(3822,622,'_background_image_attachment','field_5538ca6cec7c6'),(3823,622,'background_color',''),(3824,622,'_background_color','field_5538caa9ec7c7'),(3825,622,'sidebar','none'),(3826,622,'_sidebar','field_5534bcc459d58'),(3827,622,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:13:\"bottom_margin\";s:4:\"80px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:3:\"5px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"85px\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:343;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:11;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(3830,624,'_wp_attached_file','2016/10/access-supply-chain.png'),(3831,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:334;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2016/10/access-supply-chain.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"access-supply-chain-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"access-supply-chain-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:31:\"access-supply-chain-334x200.png\";s:5:\"width\";i:334;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:31:\"access-supply-chain-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:30:\"access-supply-chain-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"access-supply-chain-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3832,625,'subtitle',''),(3833,625,'_subtitle','field_5534998130ef7'),(3834,625,'background_image',''),(3835,625,'_background_image','field_5538c999ec7c2'),(3836,625,'background_image_horizontal_position','center'),(3837,625,'_background_image_horizontal_position','field_5538c9daec7c3'),(3838,625,'background_image_vertical_position','center'),(3839,625,'_background_image_vertical_position','field_5538ca0cec7c4'),(3840,625,'background_image_repeat','repeat'),(3841,625,'_background_image_repeat','field_5538ca44ec7c5'),(3842,625,'background_image_attachment','scroll'),(3843,625,'_background_image_attachment','field_5538ca6cec7c6'),(3844,625,'background_color',''),(3845,625,'_background_color','field_5538caa9ec7c7'),(3846,625,'sidebar','none'),(3847,625,'_sidebar','field_5534bcc459d58'),(3848,625,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/08/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"7:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3851,627,'subtitle',''),(3852,627,'_subtitle','field_5534998130ef7'),(3853,627,'background_image',''),(3854,627,'_background_image','field_5538c999ec7c2'),(3855,627,'background_image_horizontal_position','center'),(3856,627,'_background_image_horizontal_position','field_5538c9daec7c3'),(3857,627,'background_image_vertical_position','center'),(3858,627,'_background_image_vertical_position','field_5538ca0cec7c4'),(3859,627,'background_image_repeat','repeat'),(3860,627,'_background_image_repeat','field_5538ca44ec7c5'),(3861,627,'background_image_attachment','scroll'),(3862,627,'_background_image_attachment','field_5538ca6cec7c6'),(3863,627,'background_color',''),(3864,627,'_background_color','field_5538caa9ec7c7'),(3865,627,'sidebar','none'),(3866,627,'_sidebar','field_5534bcc459d58'),(3867,627,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/08/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"9:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:13:\"bottom_margin\";s:3:\"0px\";s:7:\"padding\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;}}}'),(3868,628,'_wp_attached_file','2016/10/map.png'),(3869,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2016/10/map.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"map-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"map-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"map-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:15:\"map-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:15:\"map-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:15:\"map-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:14:\"map-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"map-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3870,631,'_wp_attached_file','2017/07/logo.png'),(3871,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:279;s:6:\"height\";i:164;s:4:\"file\";s:16:\"2017/07/logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:16:\"logo-270x164.png\";s:5:\"width\";i:270;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:15:\"logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"logo-272x164.png\";s:5:\"width\";i:272;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3874,632,'subtitle',''),(3875,632,'_subtitle','field_5534998130ef7'),(3876,632,'slider_content','caption'),(3877,632,'_slider_content','field_5548717a1b3e4'),(3878,632,'slides_0_slide_image','502'),(3879,632,'_slides_0_slide_image','field_554871fa1b3e6'),(3880,632,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3881,632,'_slides_0_slide_title','field_554872321b3e7'),(3882,632,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3883,632,'_slides_0_slide_text','field_5548743d56847'),(3884,632,'slides_0_slide_link',''),(3885,632,'_slides_0_slide_link','field_5548728d88d0a'),(3886,632,'slides_0_slide_open_link_in_new_window',''),(3887,632,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3888,632,'slides_1_slide_image','530'),(3889,632,'_slides_1_slide_image','field_554871fa1b3e6'),(3890,632,'slides_1_slide_title','Ocean , Air or Truck '),(3891,632,'_slides_1_slide_title','field_554872321b3e7'),(3892,632,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3893,632,'_slides_1_slide_text','field_5548743d56847'),(3894,632,'slides_1_slide_link',''),(3895,632,'_slides_1_slide_link','field_5548728d88d0a'),(3896,632,'slides_1_slide_open_link_in_new_window',''),(3897,632,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3898,632,'slides_2_slide_image','498'),(3899,632,'_slides_2_slide_image','field_554871fa1b3e6'),(3900,632,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3901,632,'_slides_2_slide_title','field_554872321b3e7'),(3902,632,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3903,632,'_slides_2_slide_text','field_5548743d56847'),(3904,632,'slides_2_slide_link',''),(3905,632,'_slides_2_slide_link','field_5548728d88d0a'),(3906,632,'slides_2_slide_open_link_in_new_window',''),(3907,632,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3908,632,'slides','3'),(3909,632,'_slides','field_554871d21b3e5'),(3910,632,'auto_cycle','1'),(3911,632,'_auto_cycle','field_55487307bdff8'),(3912,632,'cycle_interval','5000'),(3913,632,'_cycle_interval','field_55487335bdff9'),(3914,632,'background_image',''),(3915,632,'_background_image','field_5538c999ec7c2'),(3916,632,'background_image_horizontal_position','center'),(3917,632,'_background_image_horizontal_position','field_5538c9daec7c3'),(3918,632,'background_image_vertical_position','center'),(3919,632,'_background_image_vertical_position','field_5538ca0cec7c4'),(3920,632,'background_image_repeat','repeat'),(3921,632,'_background_image_repeat','field_5538ca44ec7c5'),(3922,632,'background_image_attachment','scroll'),(3923,632,'_background_image_attachment','field_5538ca6cec7c6'),(3924,632,'background_color',''),(3925,632,'_background_color','field_5538caa9ec7c7'),(3926,632,'sidebar','none'),(3927,632,'_sidebar','field_5534bcc459d58'),(3928,632,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(3929,632,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(3930,633,'subtitle',''),(3931,633,'_subtitle','field_5534998130ef7'),(3932,633,'slider_content','caption'),(3933,633,'_slider_content','field_5548717a1b3e4'),(3934,633,'slides_0_slide_image','502'),(3935,633,'_slides_0_slide_image','field_554871fa1b3e6'),(3936,633,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(3937,633,'_slides_0_slide_title','field_554872321b3e7'),(3938,633,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3939,633,'_slides_0_slide_text','field_5548743d56847'),(3940,633,'slides_0_slide_link',''),(3941,633,'_slides_0_slide_link','field_5548728d88d0a'),(3942,633,'slides_0_slide_open_link_in_new_window',''),(3943,633,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(3944,633,'slides_1_slide_image','530'),(3945,633,'_slides_1_slide_image','field_554871fa1b3e6'),(3946,633,'slides_1_slide_title','Ocean , Air or Truck '),(3947,633,'_slides_1_slide_title','field_554872321b3e7'),(3948,633,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3949,633,'_slides_1_slide_text','field_5548743d56847'),(3950,633,'slides_1_slide_link',''),(3951,633,'_slides_1_slide_link','field_5548728d88d0a'),(3952,633,'slides_1_slide_open_link_in_new_window',''),(3953,633,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(3954,633,'slides_2_slide_image','498'),(3955,633,'_slides_2_slide_image','field_554871fa1b3e6'),(3956,633,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(3957,633,'_slides_2_slide_title','field_554872321b3e7'),(3958,633,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(3959,633,'_slides_2_slide_text','field_5548743d56847'),(3960,633,'slides_2_slide_link',''),(3961,633,'_slides_2_slide_link','field_5548728d88d0a'),(3962,633,'slides_2_slide_open_link_in_new_window',''),(3963,633,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(3964,633,'slides','3'),(3965,633,'_slides','field_554871d21b3e5'),(3966,633,'auto_cycle','1'),(3967,633,'_auto_cycle','field_55487307bdff8'),(3968,633,'cycle_interval','5000'),(3969,633,'_cycle_interval','field_55487335bdff9'),(3970,633,'background_image',''),(3971,633,'_background_image','field_5538c999ec7c2'),(3972,633,'background_image_horizontal_position','center'),(3973,633,'_background_image_horizontal_position','field_5538c9daec7c3'),(3974,633,'background_image_vertical_position','center'),(3975,633,'_background_image_vertical_position','field_5538ca0cec7c4'),(3976,633,'background_image_repeat','repeat'),(3977,633,'_background_image_repeat','field_5538ca44ec7c5'),(3978,633,'background_image_attachment','scroll'),(3979,633,'_background_image_attachment','field_5538ca6cec7c6'),(3980,633,'background_color',''),(3981,633,'_background_color','field_5538caa9ec7c7'),(3982,633,'sidebar','none'),(3983,633,'_sidebar','field_5534bcc459d58'),(3984,633,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:6:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:6:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:6:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:6:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:6:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:6:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:1:\"#\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(3985,635,'_wp_attached_file','2017/07/Liner.jpg'),(3986,635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1236;s:6:\"height\";i:928;s:4:\"file\";s:17:\"2017/07/Liner.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Liner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Liner-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Liner-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Liner-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-l\";a:4:{s:4:\"file\";s:18:\"Liner-1236x600.jpg\";s:5:\"width\";i:1236;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:17:\"Liner-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:17:\"Liner-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:17:\"Liner-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:16:\"Liner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"Liner-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3987,636,'_wp_attached_file','2017/07/Bulk-Wine-Pic.jpg'),(3988,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/07/Bulk-Wine-Pic.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Bulk-Wine-Pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Bulk-Wine-Pic-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:25:\"Bulk-Wine-Pic-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:25:\"Bulk-Wine-Pic-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:25:\"Bulk-Wine-Pic-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:24:\"Bulk-Wine-Pic-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"Bulk-Wine-Pic-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3989,637,'_wp_attached_file','2017/07/Wine-Warehosue.jpg'),(3990,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2017/07/Wine-Warehosue.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:25:\"Wine-Warehosue-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"Wine-Warehosue-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3991,638,'_wp_attached_file','2017/07/Beer-and-Spirits.jpg'),(3992,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:448;s:6:\"height\";i:305;s:4:\"file\";s:28:\"2017/07/Beer-and-Spirits.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Beer-and-Spirits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Beer-and-Spirits-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:28:\"Beer-and-Spirits-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:28:\"Beer-and-Spirits-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:28:\"Beer-and-Spirits-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:27:\"Beer-and-Spirits-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"Beer-and-Spirits-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:50:\"various type of alcoholic drinks isolated on white\";s:17:\"created_timestamp\";s:10:\"1294335834\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:50:\"various type of alcoholic drinks isolated on white\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3993,639,'_wp_attached_file','2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg'),(3994,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:891;s:4:\"file\";s:55:\"2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-768x570.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Oak-wine-barrel-at-toneleria-nacional-chile-1024x760.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-l\";a:4:{s:4:\"file\";s:56:\"Oak-wine-barrel-at-toneleria-nacional-chile-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:54:\"Oak-wine-barrel-at-toneleria-nacional-chile-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:55:\"Oak-wine-barrel-at-toneleria-nacional-chile-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Gerard Prins\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"© Gerard Prins\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3995,601,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:61:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank\";s:4:\"text\";s:91:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Bulk-Wine-Pic.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e92bcb15-c5f9-42c4-beed-5fb625c48f01\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(3996,641,'subtitle',''),(3997,641,'_subtitle','field_5534998130ef7'),(3998,641,'background_image',''),(3999,641,'_background_image','field_5538c999ec7c2'),(4000,641,'background_image_horizontal_position','center'),(4001,641,'_background_image_horizontal_position','field_5538c9daec7c3'),(4002,641,'background_image_vertical_position','center'),(4003,641,'_background_image_vertical_position','field_5538ca0cec7c4'),(4004,641,'background_image_repeat','repeat'),(4005,641,'_background_image_repeat','field_5538ca44ec7c5'),(4006,641,'background_image_attachment','scroll'),(4007,641,'_background_image_attachment','field_5538ca6cec7c6'),(4008,641,'background_color',''),(4009,641,'_background_color','field_5538caa9ec7c7'),(4010,641,'sidebar','right'),(4011,641,'_sidebar','field_5534bcc459d58'),(4012,641,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:61:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank\";s:4:\"text\";s:91:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Bulk-Wine-Pic.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e92bcb15-c5f9-42c4-beed-5fb625c48f01\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4013,608,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:4:\"text\";s:95:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Air_Truck_Ocean.png\" />\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bfe4ad67-c4b9-4967-9fc1-839034928bd4\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4014,642,'subtitle',''),(4015,642,'_subtitle','field_5534998130ef7'),(4016,642,'background_image',''),(4017,642,'_background_image','field_5538c999ec7c2'),(4018,642,'background_image_horizontal_position','center'),(4019,642,'_background_image_horizontal_position','field_5538c9daec7c3'),(4020,642,'background_image_vertical_position','center'),(4021,642,'_background_image_vertical_position','field_5538ca0cec7c4'),(4022,642,'background_image_repeat','repeat'),(4023,642,'_background_image_repeat','field_5538ca44ec7c5'),(4024,642,'background_image_attachment','scroll'),(4025,642,'_background_image_attachment','field_5538ca6cec7c6'),(4026,642,'background_color',''),(4027,642,'_background_color','field_5538caa9ec7c7'),(4028,642,'sidebar','right'),(4029,642,'_sidebar','field_5534bcc459d58'),(4030,642,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bfe4ad67-c4b9-4967-9fc1-839034928bd4\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4031,643,'subtitle',''),(4032,643,'_subtitle','field_5534998130ef7'),(4033,643,'background_image',''),(4034,643,'_background_image','field_5538c999ec7c2'),(4035,643,'background_image_horizontal_position','center'),(4036,643,'_background_image_horizontal_position','field_5538c9daec7c3'),(4037,643,'background_image_vertical_position','center'),(4038,643,'_background_image_vertical_position','field_5538ca0cec7c4'),(4039,643,'background_image_repeat','repeat'),(4040,643,'_background_image_repeat','field_5538ca44ec7c5'),(4041,643,'background_image_attachment','scroll'),(4042,643,'_background_image_attachment','field_5538ca6cec7c6'),(4043,643,'background_color',''),(4044,643,'_background_color','field_5538caa9ec7c7'),(4045,643,'sidebar','right'),(4046,643,'_sidebar','field_5534bcc459d58'),(4047,643,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:4:\"text\";s:95:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Air_Truck_Ocean.png\" />\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bfe4ad67-c4b9-4967-9fc1-839034928bd4\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4048,644,'subtitle','Full Service for all Alcohol Beverages'),(4049,644,'_subtitle','field_5534998130ef7'),(4050,644,'background_image',''),(4051,644,'_background_image','field_5538c999ec7c2'),(4052,644,'background_image_horizontal_position','center'),(4053,644,'_background_image_horizontal_position','field_5538c9daec7c3'),(4054,644,'background_image_vertical_position','center'),(4055,644,'_background_image_vertical_position','field_5538ca0cec7c4'),(4056,644,'background_image_repeat','repeat'),(4057,644,'_background_image_repeat','field_5538ca44ec7c5'),(4058,644,'background_image_attachment','scroll'),(4059,644,'_background_image_attachment','field_5538ca6cec7c6'),(4060,644,'background_color',''),(4061,644,'_background_color','field_5538caa9ec7c7'),(4062,644,'sidebar','right'),(4063,644,'_sidebar','field_5534bcc459d58'),(4064,610,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:38:\"Full Service for all Alcohol Beverages\";s:4:\"text\";s:94:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\">\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fb170d7e-736c-4ae5-809b-e4cc5b1f2c2e\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4065,644,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:38:\"Full Service for all Alcohol Beverages\";s:4:\"text\";s:94:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fb170d7e-736c-4ae5-809b-e4cc5b1f2c2e\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4066,644,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:38:\"Full Service for all Alcohol Beverages\";s:4:\"text\";s:94:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fb170d7e-736c-4ae5-809b-e4cc5b1f2c2e\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4067,645,'subtitle','Full Service for all Alcohol Beverages'),(4068,645,'_subtitle','field_5534998130ef7'),(4069,645,'background_image',''),(4070,645,'_background_image','field_5538c999ec7c2'),(4071,645,'background_image_horizontal_position','center'),(4072,645,'_background_image_horizontal_position','field_5538c9daec7c3'),(4073,645,'background_image_vertical_position','center'),(4074,645,'_background_image_vertical_position','field_5538ca0cec7c4'),(4075,645,'background_image_repeat','repeat'),(4076,645,'_background_image_repeat','field_5538ca44ec7c5'),(4077,645,'background_image_attachment','scroll'),(4078,645,'_background_image_attachment','field_5538ca6cec7c6'),(4079,645,'background_color',''),(4080,645,'_background_color','field_5538caa9ec7c7'),(4081,645,'sidebar','right'),(4082,645,'_sidebar','field_5534bcc459d58'),(4083,645,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:38:\"Full Service for all Alcohol Beverages\";s:4:\"text\";s:94:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\">\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fb170d7e-736c-4ae5-809b-e4cc5b1f2c2e\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4084,646,'subtitle','Barrels, Corks, Pumps, Bottles and everything associated with the Industry'),(4085,646,'_subtitle','field_5534998130ef7'),(4086,646,'background_image',''),(4087,646,'_background_image','field_5538c999ec7c2'),(4088,646,'background_image_horizontal_position','center'),(4089,646,'_background_image_horizontal_position','field_5538c9daec7c3'),(4090,646,'background_image_vertical_position','center'),(4091,646,'_background_image_vertical_position','field_5538ca0cec7c4'),(4092,646,'background_image_repeat','repeat'),(4093,646,'_background_image_repeat','field_5538ca44ec7c5'),(4094,646,'background_image_attachment','scroll'),(4095,646,'_background_image_attachment','field_5538ca6cec7c6'),(4096,646,'background_color',''),(4097,646,'_background_color','field_5538caa9ec7c7'),(4098,646,'sidebar','right'),(4099,646,'_sidebar','field_5534bcc459d58'),(4100,478,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4101,646,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4102,646,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4103,647,'subtitle','Barrels, Corks, Pumps, Bottles and everything associated with the Industry'),(4104,647,'_subtitle','field_5534998130ef7'),(4105,647,'background_image',''),(4106,647,'_background_image','field_5538c999ec7c2'),(4107,647,'background_image_horizontal_position','center'),(4108,647,'_background_image_horizontal_position','field_5538c9daec7c3'),(4109,647,'background_image_vertical_position','center'),(4110,647,'_background_image_vertical_position','field_5538ca0cec7c4'),(4111,647,'background_image_repeat','repeat'),(4112,647,'_background_image_repeat','field_5538ca44ec7c5'),(4113,647,'background_image_attachment','scroll'),(4114,647,'_background_image_attachment','field_5538ca6cec7c6'),(4115,647,'background_color',''),(4116,647,'_background_color','field_5538caa9ec7c7'),(4117,647,'sidebar','right'),(4118,647,'_sidebar','field_5534bcc459d58'),(4119,647,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4120,648,'subtitle',''),(4121,648,'_subtitle','field_5534998130ef7'),(4122,648,'background_image',''),(4123,648,'_background_image','field_5538c999ec7c2'),(4124,648,'background_image_horizontal_position','center'),(4125,648,'_background_image_horizontal_position','field_5538c9daec7c3'),(4126,648,'background_image_vertical_position','center'),(4127,648,'_background_image_vertical_position','field_5538ca0cec7c4'),(4128,648,'background_image_repeat','repeat'),(4129,648,'_background_image_repeat','field_5538ca44ec7c5'),(4130,648,'background_image_attachment','scroll'),(4131,648,'_background_image_attachment','field_5538ca6cec7c6'),(4132,648,'background_color',''),(4133,648,'_background_color','field_5538caa9ec7c7'),(4134,648,'sidebar','right'),(4135,648,'_sidebar','field_5534bcc459d58'),(4136,648,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4137,648,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4138,649,'subtitle',''),(4139,649,'_subtitle','field_5534998130ef7'),(4140,649,'background_image',''),(4141,649,'_background_image','field_5538c999ec7c2'),(4142,649,'background_image_horizontal_position','center'),(4143,649,'_background_image_horizontal_position','field_5538c9daec7c3'),(4144,649,'background_image_vertical_position','center'),(4145,649,'_background_image_vertical_position','field_5538ca0cec7c4'),(4146,649,'background_image_repeat','repeat'),(4147,649,'_background_image_repeat','field_5538ca44ec7c5'),(4148,649,'background_image_attachment','scroll'),(4149,649,'_background_image_attachment','field_5538ca6cec7c6'),(4150,649,'background_color',''),(4151,649,'_background_color','field_5538caa9ec7c7'),(4152,649,'sidebar','right'),(4153,649,'_sidebar','field_5534bcc459d58'),(4154,649,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:6:{s:5:\"title\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:4:\"text\";s:121:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\">\";s:6:\"filter\";s:7:\"content\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3e7923a0-daaa-4f2e-97fb-2b077d1e3d31\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4156,651,'subtitle',''),(4157,651,'_subtitle','field_5534998130ef7'),(4158,651,'slider_content','caption'),(4159,651,'_slider_content','field_5548717a1b3e4'),(4160,651,'slides_0_slide_image','502'),(4161,651,'_slides_0_slide_image','field_554871fa1b3e6'),(4162,651,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(4163,651,'_slides_0_slide_title','field_554872321b3e7'),(4164,651,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4165,651,'_slides_0_slide_text','field_5548743d56847'),(4166,651,'slides_0_slide_link',''),(4167,651,'_slides_0_slide_link','field_5548728d88d0a'),(4168,651,'slides_0_slide_open_link_in_new_window',''),(4169,651,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(4170,651,'slides_1_slide_image','530'),(4171,651,'_slides_1_slide_image','field_554871fa1b3e6'),(4172,651,'slides_1_slide_title','Ocean , Air or Truck '),(4173,651,'_slides_1_slide_title','field_554872321b3e7'),(4174,651,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4175,651,'_slides_1_slide_text','field_5548743d56847'),(4176,651,'slides_1_slide_link',''),(4177,651,'_slides_1_slide_link','field_5548728d88d0a'),(4178,651,'slides_1_slide_open_link_in_new_window',''),(4179,651,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(4180,651,'slides_2_slide_image','498'),(4181,651,'_slides_2_slide_image','field_554871fa1b3e6'),(4182,651,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(4183,651,'_slides_2_slide_title','field_554872321b3e7'),(4184,651,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4185,651,'_slides_2_slide_text','field_5548743d56847'),(4186,651,'slides_2_slide_link',''),(4187,651,'_slides_2_slide_link','field_5548728d88d0a'),(4188,651,'slides_2_slide_open_link_in_new_window',''),(4189,651,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(4190,651,'slides','3'),(4191,651,'_slides','field_554871d21b3e5'),(4192,651,'auto_cycle','1'),(4193,651,'_auto_cycle','field_55487307bdff8'),(4194,651,'cycle_interval','5000'),(4195,651,'_cycle_interval','field_55487335bdff9'),(4196,651,'background_image',''),(4197,651,'_background_image','field_5538c999ec7c2'),(4198,651,'background_image_horizontal_position','center'),(4199,651,'_background_image_horizontal_position','field_5538c9daec7c3'),(4200,651,'background_image_vertical_position','center'),(4201,651,'_background_image_vertical_position','field_5538ca0cec7c4'),(4202,651,'background_image_repeat','repeat'),(4203,651,'_background_image_repeat','field_5538ca44ec7c5'),(4204,651,'background_image_attachment','scroll'),(4205,651,'_background_image_attachment','field_5538ca6cec7c6'),(4206,651,'background_color',''),(4207,651,'_background_color','field_5538caa9ec7c7'),(4208,651,'sidebar','none'),(4209,651,'_sidebar','field_5534bcc459d58'),(4210,651,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:33:\"Coverage for Ocean, Air and Truck\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:72:\"Domestic and International Service f or a few cases to a full truck load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:64:\"Partnered with Warehouses both domestically and internationally \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:35:\"Full Service for Alcohol Beverages \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:76:\"Barrels, corks, pumps , bottles and everything associated with the industry \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:15:\"Export Service \";s:4:\"text\";s:69:\"USA to All Corners of the World including overseas Customs Brokerage \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(4211,604,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:4:\"text\";s:114:\"<img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9b214b24-501f-42ad-a7e5-53803ff67147\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4212,653,'subtitle',''),(4213,653,'_subtitle','field_5534998130ef7'),(4214,653,'background_image',''),(4215,653,'_background_image','field_5538c999ec7c2'),(4216,653,'background_image_horizontal_position','center'),(4217,653,'_background_image_horizontal_position','field_5538c9daec7c3'),(4218,653,'background_image_vertical_position','center'),(4219,653,'_background_image_vertical_position','field_5538ca0cec7c4'),(4220,653,'background_image_repeat','repeat'),(4221,653,'_background_image_repeat','field_5538ca44ec7c5'),(4222,653,'background_image_attachment','scroll'),(4223,653,'_background_image_attachment','field_5538ca6cec7c6'),(4224,653,'background_color',''),(4225,653,'_background_color','field_5538caa9ec7c7'),(4226,653,'sidebar','right'),(4227,653,'_sidebar','field_5534bcc459d58'),(4228,653,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:4:\"text\";s:114:\"<img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9b214b24-501f-42ad-a7e5-53803ff67147\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4239,656,'subtitle',''),(4240,656,'_subtitle','field_5534998130ef7'),(4241,656,'background_image',''),(4242,656,'_background_image','field_5538c999ec7c2'),(4243,656,'background_image_horizontal_position','center'),(4244,656,'_background_image_horizontal_position','field_5538c9daec7c3'),(4245,656,'background_image_vertical_position','center'),(4246,656,'_background_image_vertical_position','field_5538ca0cec7c4'),(4247,656,'background_image_repeat','repeat'),(4248,656,'_background_image_repeat','field_5538ca44ec7c5'),(4249,656,'background_image_attachment','scroll'),(4250,656,'_background_image_attachment','field_5538ca6cec7c6'),(4251,656,'background_color',''),(4252,656,'_background_color','field_5538caa9ec7c7'),(4253,656,'sidebar','right'),(4254,656,'_sidebar','field_5534bcc459d58'),(4255,656,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:4:\"text\";s:114:\"<img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9b214b24-501f-42ad-a7e5-53803ff67147\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4256,656,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:4:\"text\";s:114:\"<img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9b214b24-501f-42ad-a7e5-53803ff67147\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4257,656,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:4:\"text\";s:114:\"<img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9b214b24-501f-42ad-a7e5-53803ff67147\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4258,657,'subtitle',''),(4259,657,'_subtitle','field_5534998130ef7'),(4260,657,'background_image',''),(4261,657,'_background_image','field_5538c999ec7c2'),(4262,657,'background_image_horizontal_position','center'),(4263,657,'_background_image_horizontal_position','field_5538c9daec7c3'),(4264,657,'background_image_vertical_position','center'),(4265,657,'_background_image_vertical_position','field_5538ca0cec7c4'),(4266,657,'background_image_repeat','repeat'),(4267,657,'_background_image_repeat','field_5538ca44ec7c5'),(4268,657,'background_image_attachment','scroll'),(4269,657,'_background_image_attachment','field_5538ca6cec7c6'),(4270,657,'background_color',''),(4271,657,'_background_color','field_5538caa9ec7c7'),(4272,657,'sidebar','right'),(4273,657,'_sidebar','field_5534bcc459d58'),(4274,657,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:4:\"text\";s:114:\"<img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9b214b24-501f-42ad-a7e5-53803ff67147\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4327,661,'_edit_last','1'),(4328,661,'_wp_page_template','default'),(4329,662,'subtitle',''),(4330,662,'_subtitle','field_5534998130ef7'),(4331,662,'background_image',''),(4332,662,'_background_image','field_5538c999ec7c2'),(4333,662,'background_image_horizontal_position','center'),(4334,662,'_background_image_horizontal_position','field_5538c9daec7c3'),(4335,662,'background_image_vertical_position','center'),(4336,662,'_background_image_vertical_position','field_5538ca0cec7c4'),(4337,662,'background_image_repeat','repeat'),(4338,662,'_background_image_repeat','field_5538ca44ec7c5'),(4339,662,'background_image_attachment','scroll'),(4340,662,'_background_image_attachment','field_5538ca6cec7c6'),(4341,662,'background_color',''),(4342,662,'_background_color','field_5538caa9ec7c7'),(4343,662,'sidebar','right'),(4344,662,'_sidebar','field_5534bcc459d58'),(4345,662,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:4:\"text\";s:83:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg\">\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d3e654f8-c81b-4f38-89fc-2bcf4df559d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4346,661,'subtitle',''),(4347,661,'_subtitle','field_5534998130ef7'),(4348,661,'background_image',''),(4349,661,'_background_image','field_5538c999ec7c2'),(4350,661,'background_image_horizontal_position','center'),(4351,661,'_background_image_horizontal_position','field_5538c9daec7c3'),(4352,661,'background_image_vertical_position','center'),(4353,661,'_background_image_vertical_position','field_5538ca0cec7c4'),(4354,661,'background_image_repeat','repeat'),(4355,661,'_background_image_repeat','field_5538ca44ec7c5'),(4356,661,'background_image_attachment','scroll'),(4357,661,'_background_image_attachment','field_5538ca6cec7c6'),(4358,661,'background_color',''),(4359,661,'_background_color','field_5538caa9ec7c7'),(4360,661,'sidebar','right'),(4361,661,'_sidebar','field_5534bcc459d58'),(4362,661,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:4:\"text\";s:83:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg\">\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d3e654f8-c81b-4f38-89fc-2bcf4df559d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4363,663,'subtitle',''),(4364,663,'_subtitle','field_5534998130ef7'),(4365,663,'background_image',''),(4366,663,'_background_image','field_5538c999ec7c2'),(4367,663,'background_image_horizontal_position','center'),(4368,663,'_background_image_horizontal_position','field_5538c9daec7c3'),(4369,663,'background_image_vertical_position','center'),(4370,663,'_background_image_vertical_position','field_5538ca0cec7c4'),(4371,663,'background_image_repeat','repeat'),(4372,663,'_background_image_repeat','field_5538ca44ec7c5'),(4373,663,'background_image_attachment','scroll'),(4374,663,'_background_image_attachment','field_5538ca6cec7c6'),(4375,663,'background_color',''),(4376,663,'_background_color','field_5538caa9ec7c7'),(4377,663,'sidebar','right'),(4378,663,'_sidebar','field_5534bcc459d58'),(4379,663,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:4:\"text\";s:83:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg\">\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d3e654f8-c81b-4f38-89fc-2bcf4df559d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4380,661,'_edit_lock','1502015789:1'),(4393,665,'subtitle',''),(4394,665,'_subtitle','field_5534998130ef7'),(4395,665,'slider_content','caption'),(4396,665,'_slider_content','field_5548717a1b3e4'),(4397,665,'slides_0_slide_image','502'),(4398,665,'_slides_0_slide_image','field_554871fa1b3e6'),(4399,665,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(4400,665,'_slides_0_slide_title','field_554872321b3e7'),(4401,665,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4402,665,'_slides_0_slide_text','field_5548743d56847'),(4403,665,'slides_0_slide_link',''),(4404,665,'_slides_0_slide_link','field_5548728d88d0a'),(4405,665,'slides_0_slide_open_link_in_new_window',''),(4406,665,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(4407,665,'slides_1_slide_image','530'),(4408,665,'_slides_1_slide_image','field_554871fa1b3e6'),(4409,665,'slides_1_slide_title','Ocean , Air or Truck '),(4410,665,'_slides_1_slide_title','field_554872321b3e7'),(4411,665,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4412,665,'_slides_1_slide_text','field_5548743d56847'),(4413,665,'slides_1_slide_link',''),(4414,665,'_slides_1_slide_link','field_5548728d88d0a'),(4415,665,'slides_1_slide_open_link_in_new_window',''),(4416,665,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(4417,665,'slides_2_slide_image','498'),(4418,665,'_slides_2_slide_image','field_554871fa1b3e6'),(4419,665,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(4420,665,'_slides_2_slide_title','field_554872321b3e7'),(4421,665,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4422,665,'_slides_2_slide_text','field_5548743d56847'),(4423,665,'slides_2_slide_link',''),(4424,665,'_slides_2_slide_link','field_5548728d88d0a'),(4425,665,'slides_2_slide_open_link_in_new_window',''),(4426,665,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(4427,665,'slides','3'),(4428,665,'_slides','field_554871d21b3e5'),(4429,665,'auto_cycle','1'),(4430,665,'_auto_cycle','field_55487307bdff8'),(4431,665,'cycle_interval','5000'),(4432,665,'_cycle_interval','field_55487335bdff9'),(4433,665,'background_image',''),(4434,665,'_background_image','field_5538c999ec7c2'),(4435,665,'background_image_horizontal_position','center'),(4436,665,'_background_image_horizontal_position','field_5538c9daec7c3'),(4437,665,'background_image_vertical_position','center'),(4438,665,'_background_image_vertical_position','field_5538ca0cec7c4'),(4439,665,'background_image_repeat','repeat'),(4440,665,'_background_image_repeat','field_5538ca44ec7c5'),(4441,665,'background_image_attachment','scroll'),(4442,665,'_background_image_attachment','field_5538ca6cec7c6'),(4443,665,'background_color',''),(4444,665,'_background_color','field_5538caa9ec7c7'),(4445,665,'sidebar','none'),(4446,665,'_sidebar','field_5534bcc459d58'),(4447,665,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(4448,667,'subtitle',''),(4449,667,'_subtitle','field_5534998130ef7'),(4450,667,'slider_content','caption'),(4451,667,'_slider_content','field_5548717a1b3e4'),(4452,667,'slides_0_slide_image','502'),(4453,667,'_slides_0_slide_image','field_554871fa1b3e6'),(4454,667,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(4455,667,'_slides_0_slide_title','field_554872321b3e7'),(4456,667,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4457,667,'_slides_0_slide_text','field_5548743d56847'),(4458,667,'slides_0_slide_link',''),(4459,667,'_slides_0_slide_link','field_5548728d88d0a'),(4460,667,'slides_0_slide_open_link_in_new_window',''),(4461,667,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(4462,667,'slides_1_slide_image','530'),(4463,667,'_slides_1_slide_image','field_554871fa1b3e6'),(4464,667,'slides_1_slide_title','Ocean , Air or Truck '),(4465,667,'_slides_1_slide_title','field_554872321b3e7'),(4466,667,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4467,667,'_slides_1_slide_text','field_5548743d56847'),(4468,667,'slides_1_slide_link',''),(4469,667,'_slides_1_slide_link','field_5548728d88d0a'),(4470,667,'slides_1_slide_open_link_in_new_window',''),(4471,667,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(4472,667,'slides_2_slide_image','498'),(4473,667,'_slides_2_slide_image','field_554871fa1b3e6'),(4474,667,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(4475,667,'_slides_2_slide_title','field_554872321b3e7'),(4476,667,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4477,667,'_slides_2_slide_text','field_5548743d56847'),(4478,667,'slides_2_slide_link',''),(4479,667,'_slides_2_slide_link','field_5548728d88d0a'),(4480,667,'slides_2_slide_open_link_in_new_window',''),(4481,667,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(4482,667,'slides','3'),(4483,667,'_slides','field_554871d21b3e5'),(4484,667,'auto_cycle','1'),(4485,667,'_auto_cycle','field_55487307bdff8'),(4486,667,'cycle_interval','5000'),(4487,667,'_cycle_interval','field_55487335bdff9'),(4488,667,'background_image',''),(4489,667,'_background_image','field_5538c999ec7c2'),(4490,667,'background_image_horizontal_position','center'),(4491,667,'_background_image_horizontal_position','field_5538c9daec7c3'),(4492,667,'background_image_vertical_position','center'),(4493,667,'_background_image_vertical_position','field_5538ca0cec7c4'),(4494,667,'background_image_repeat','repeat'),(4495,667,'_background_image_repeat','field_5538ca44ec7c5'),(4496,667,'background_image_attachment','scroll'),(4497,667,'_background_image_attachment','field_5538ca6cec7c6'),(4498,667,'background_color',''),(4499,667,'_background_color','field_5538caa9ec7c7'),(4500,667,'sidebar','none'),(4501,667,'_sidebar','field_5534bcc459d58'),(4502,667,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:4:{s:7:\"page_id\";i:99;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:4:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(4503,668,'subtitle',''),(4504,668,'_subtitle','field_5534998130ef7'),(4505,668,'slider_content','caption'),(4506,668,'_slider_content','field_5548717a1b3e4'),(4507,668,'slides_0_slide_image','502'),(4508,668,'_slides_0_slide_image','field_554871fa1b3e6'),(4509,668,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(4510,668,'_slides_0_slide_title','field_554872321b3e7'),(4511,668,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4512,668,'_slides_0_slide_text','field_5548743d56847'),(4513,668,'slides_0_slide_link',''),(4514,668,'_slides_0_slide_link','field_5548728d88d0a'),(4515,668,'slides_0_slide_open_link_in_new_window',''),(4516,668,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(4517,668,'slides_1_slide_image','530'),(4518,668,'_slides_1_slide_image','field_554871fa1b3e6'),(4519,668,'slides_1_slide_title','Ocean , Air or Truck '),(4520,668,'_slides_1_slide_title','field_554872321b3e7'),(4521,668,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4522,668,'_slides_1_slide_text','field_5548743d56847'),(4523,668,'slides_1_slide_link',''),(4524,668,'_slides_1_slide_link','field_5548728d88d0a'),(4525,668,'slides_1_slide_open_link_in_new_window',''),(4526,668,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(4527,668,'slides_2_slide_image','498'),(4528,668,'_slides_2_slide_image','field_554871fa1b3e6'),(4529,668,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(4530,668,'_slides_2_slide_title','field_554872321b3e7'),(4531,668,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4532,668,'_slides_2_slide_text','field_5548743d56847'),(4533,668,'slides_2_slide_link',''),(4534,668,'_slides_2_slide_link','field_5548728d88d0a'),(4535,668,'slides_2_slide_open_link_in_new_window',''),(4536,668,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(4537,668,'slides','3'),(4538,668,'_slides','field_554871d21b3e5'),(4539,668,'auto_cycle','1'),(4540,668,'_auto_cycle','field_55487307bdff8'),(4541,668,'cycle_interval','5000'),(4542,668,'_cycle_interval','field_55487335bdff9'),(4543,668,'background_image',''),(4544,668,'_background_image','field_5538c999ec7c2'),(4545,668,'background_image_horizontal_position','center'),(4546,668,'_background_image_horizontal_position','field_5538c9daec7c3'),(4547,668,'background_image_vertical_position','center'),(4548,668,'_background_image_vertical_position','field_5538ca0cec7c4'),(4549,668,'background_image_repeat','repeat'),(4550,668,'_background_image_repeat','field_5538ca44ec7c5'),(4551,668,'background_image_attachment','scroll'),(4552,668,'_background_image_attachment','field_5538ca6cec7c6'),(4553,668,'background_color',''),(4554,668,'_background_color','field_5538caa9ec7c7'),(4555,668,'sidebar','none'),(4556,668,'_sidebar','field_5534bcc459d58'),(4557,668,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(4558,669,'subtitle',''),(4559,669,'_subtitle','field_5534998130ef7'),(4560,669,'slider_content','caption'),(4561,669,'_slider_content','field_5548717a1b3e4'),(4562,669,'slides_0_slide_image','502'),(4563,669,'_slides_0_slide_image','field_554871fa1b3e6'),(4564,669,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(4565,669,'_slides_0_slide_title','field_554872321b3e7'),(4566,669,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4567,669,'_slides_0_slide_text','field_5548743d56847'),(4568,669,'slides_0_slide_link',''),(4569,669,'_slides_0_slide_link','field_5548728d88d0a'),(4570,669,'slides_0_slide_open_link_in_new_window',''),(4571,669,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(4572,669,'slides_1_slide_image','530'),(4573,669,'_slides_1_slide_image','field_554871fa1b3e6'),(4574,669,'slides_1_slide_title','Ocean , Air or Truck '),(4575,669,'_slides_1_slide_title','field_554872321b3e7'),(4576,669,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4577,669,'_slides_1_slide_text','field_5548743d56847'),(4578,669,'slides_1_slide_link',''),(4579,669,'_slides_1_slide_link','field_5548728d88d0a'),(4580,669,'slides_1_slide_open_link_in_new_window',''),(4581,669,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(4582,669,'slides_2_slide_image','498'),(4583,669,'_slides_2_slide_image','field_554871fa1b3e6'),(4584,669,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(4585,669,'_slides_2_slide_title','field_554872321b3e7'),(4586,669,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(4587,669,'_slides_2_slide_text','field_5548743d56847'),(4588,669,'slides_2_slide_link',''),(4589,669,'_slides_2_slide_link','field_5548728d88d0a'),(4590,669,'slides_2_slide_open_link_in_new_window',''),(4591,669,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(4592,669,'slides','3'),(4593,669,'_slides','field_554871d21b3e5'),(4594,669,'auto_cycle','1'),(4595,669,'_auto_cycle','field_55487307bdff8'),(4596,669,'cycle_interval','5000'),(4597,669,'_cycle_interval','field_55487335bdff9'),(4598,669,'background_image',''),(4599,669,'_background_image','field_5538c999ec7c2'),(4600,669,'background_image_horizontal_position','center'),(4601,669,'_background_image_horizontal_position','field_5538c9daec7c3'),(4602,669,'background_image_vertical_position','center'),(4603,669,'_background_image_vertical_position','field_5538ca0cec7c4'),(4604,669,'background_image_repeat','repeat'),(4605,669,'_background_image_repeat','field_5538ca44ec7c5'),(4606,669,'background_image_attachment','scroll'),(4607,669,'_background_image_attachment','field_5538ca6cec7c6'),(4608,669,'background_color',''),(4609,669,'_background_color','field_5538caa9ec7c7'),(4610,669,'sidebar','none'),(4611,669,'_sidebar','field_5534bcc459d58'),(4612,669,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(4613,670,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:130:\"<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:554:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}}}'),(4614,671,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:2219:\"<p>We take pride in being regarded as one of the most reliable and affordable logistic and warehousing service providers in the country. As a third party logistic service provider, we excel at a range of logistic services, which includes trucking services, warehousing services, logistic services, and a range of other ancillary services. We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p><p>Our team of experts at all levels of our services have years of experience backing them, which adds the credibility of an expert workforce. This also helps us in cutting down response time, and providing punctual delivery and services at all times, whether it is trucking service or warehousing services. Our goal is to make a positive difference in your business through our services, and build long term relationship with you. Our commitment to our clients can be seen by the amount of emphasis we lay on team work, customer support services and making technological upgrades in our logistic process and equipment from time to time.</p><p>Our experience in all the fields we serve in, and the range of services we provide, makes us one of the most comprehensive logistic service providers in the nation. And, with the help of continuous support and trust of our clients, we aim to stay at the top of the game, and humbly so. Our sophisticated systems, neatly designed logistic process, state of the art logistic tools and equipment, most advanced carriers, custom tailored services, and dedication to keep the costs low for end users, help us to provide logistic solution that aligns well with our clients’ requirements. We welcome you to our site, and request you to consult with our logistic experts for your logistic needs, and rest assured of getting done.</p><p>We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\"><img class=\"alignnone size-full wp-image-35\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\" alt=\"5\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:641:\"<h3 style=\"text-align: left\"><img class=\"alignnone size-full wp-image-242\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_5.jpg\" alt=\"about-us_5\" width=\"848\" height=\"480\" />GEORGE QUICK</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CEO AND BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:751:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\"><img class=\"alignnone size-full wp-image-238\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\" alt=\"about-us_1\" width=\"848\" height=\"480\" /></a>MARGARET BUTLER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">COO AND CONSULTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:747:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\"><img class=\"alignnone size-full wp-image-240\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\" alt=\"about-us_3\" width=\"848\" height=\"480\" /></a>JEREMY CONTRERAS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">HUMAN RESOURCES</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\"><img class=\"alignnone size-full wp-image-241\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" /></a>MARRY COOPER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHEF ACCOUNTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:749:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\"><img class=\"alignnone size-full wp-image-239\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\" alt=\"about-us_2\" width=\"848\" height=\"480\" /></a>BRUCE WOOD</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHIEF MECHANIC OPERATOR</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:742:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\"><img class=\"alignnone size-full wp-image-243\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\" alt=\"about-us_6\" width=\"848\" height=\"480\" /></a>REBECCA JACOBS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.499947201393510010092313677887432277202606201171875;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.500052798606489989907686322112567722797393798828125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(4615,672,'_wp_attached_file','2015/05/small-kb.jpg'),(4616,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:455;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/05/small-kb.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"small-kb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"small-kb-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"small-kb-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"small-kb-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:20:\"small-kb-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"small-kb-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"small-kb-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4617,671,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:2219:\"<p>We take pride in being regarded as one of the most reliable and affordable logistic and warehousing service providers in the country. As a third party logistic service provider, we excel at a range of logistic services, which includes trucking services, warehousing services, logistic services, and a range of other ancillary services. We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p><p>Our team of experts at all levels of our services have years of experience backing them, which adds the credibility of an expert workforce. This also helps us in cutting down response time, and providing punctual delivery and services at all times, whether it is trucking service or warehousing services. Our goal is to make a positive difference in your business through our services, and build long term relationship with you. Our commitment to our clients can be seen by the amount of emphasis we lay on team work, customer support services and making technological upgrades in our logistic process and equipment from time to time.</p><p>Our experience in all the fields we serve in, and the range of services we provide, makes us one of the most comprehensive logistic service providers in the nation. And, with the help of continuous support and trust of our clients, we aim to stay at the top of the game, and humbly so. Our sophisticated systems, neatly designed logistic process, state of the art logistic tools and equipment, most advanced carriers, custom tailored services, and dedication to keep the costs low for end users, help us to provide logistic solution that aligns well with our clients’ requirements. We welcome you to our site, and request you to consult with our logistic experts for your logistic needs, and rest assured of getting done.</p><p>We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\"><img class=\"alignnone size-full wp-image-35\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\" alt=\"5\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:641:\"<h3 style=\"text-align: left\"><img class=\"alignnone size-full wp-image-242\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_5.jpg\" alt=\"about-us_5\" width=\"848\" height=\"480\" />GEORGE QUICK</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CEO AND BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:751:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\"><img class=\"alignnone size-full wp-image-238\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\" alt=\"about-us_1\" width=\"848\" height=\"480\" /></a>MARGARET BUTLER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">COO AND CONSULTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:747:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\"><img class=\"alignnone size-full wp-image-240\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\" alt=\"about-us_3\" width=\"848\" height=\"480\" /></a>JEREMY CONTRERAS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">HUMAN RESOURCES</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\"><img class=\"alignnone size-full wp-image-241\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" /></a>MARRY COOPER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHEF ACCOUNTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:749:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\"><img class=\"alignnone size-full wp-image-239\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\" alt=\"about-us_2\" width=\"848\" height=\"480\" /></a>BRUCE WOOD</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHIEF MECHANIC OPERATOR</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:742:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\"><img class=\"alignnone size-full wp-image-243\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\" alt=\"about-us_6\" width=\"848\" height=\"480\" /></a>REBECCA JACOBS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.499947201393510010092313677887432277202606201171875;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.500052798606489989907686322112567722797393798828125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(4618,232,'_edit_last','1'),(4619,673,'subtitle','Something about us from a little bit of different perspective'),(4620,673,'_subtitle','field_5534998130ef7'),(4621,673,'background_image',''),(4622,673,'_background_image','field_5538c999ec7c2'),(4623,673,'background_image_horizontal_position','center'),(4624,673,'_background_image_horizontal_position','field_5538c9daec7c3'),(4625,673,'background_image_vertical_position','center'),(4626,673,'_background_image_vertical_position','field_5538ca0cec7c4'),(4627,673,'background_image_repeat','repeat'),(4628,673,'_background_image_repeat','field_5538ca44ec7c5'),(4629,673,'background_image_attachment','scroll'),(4630,673,'_background_image_attachment','field_5538ca6cec7c6'),(4631,673,'background_color',''),(4632,673,'_background_color','field_5538caa9ec7c7'),(4633,673,'sidebar','none'),(4634,673,'_sidebar','field_5534bcc459d58'),(4635,673,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:74:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:455;s:6:\"height\";i:480;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4636,673,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:2219:\"<p>We take pride in being regarded as one of the most reliable and affordable logistic and warehousing service providers in the country. As a third party logistic service provider, we excel at a range of logistic services, which includes trucking services, warehousing services, logistic services, and a range of other ancillary services. We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p><p>Our team of experts at all levels of our services have years of experience backing them, which adds the credibility of an expert workforce. This also helps us in cutting down response time, and providing punctual delivery and services at all times, whether it is trucking service or warehousing services. Our goal is to make a positive difference in your business through our services, and build long term relationship with you. Our commitment to our clients can be seen by the amount of emphasis we lay on team work, customer support services and making technological upgrades in our logistic process and equipment from time to time.</p><p>Our experience in all the fields we serve in, and the range of services we provide, makes us one of the most comprehensive logistic service providers in the nation. And, with the help of continuous support and trust of our clients, we aim to stay at the top of the game, and humbly so. Our sophisticated systems, neatly designed logistic process, state of the art logistic tools and equipment, most advanced carriers, custom tailored services, and dedication to keep the costs low for end users, help us to provide logistic solution that aligns well with our clients’ requirements. We welcome you to our site, and request you to consult with our logistic experts for your logistic needs, and rest assured of getting done.</p><p>We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\"><img class=\"alignnone size-full wp-image-35\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\" alt=\"5\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:641:\"<h3 style=\"text-align: left\"><img class=\"alignnone size-full wp-image-242\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_5.jpg\" alt=\"about-us_5\" width=\"848\" height=\"480\" />GEORGE QUICK</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CEO AND BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:751:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\"><img class=\"alignnone size-full wp-image-238\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\" alt=\"about-us_1\" width=\"848\" height=\"480\" /></a>MARGARET BUTLER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">COO AND CONSULTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:747:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\"><img class=\"alignnone size-full wp-image-240\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\" alt=\"about-us_3\" width=\"848\" height=\"480\" /></a>JEREMY CONTRERAS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">HUMAN RESOURCES</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\"><img class=\"alignnone size-full wp-image-241\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" /></a>MARRY COOPER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHEF ACCOUNTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:749:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\"><img class=\"alignnone size-full wp-image-239\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\" alt=\"about-us_2\" width=\"848\" height=\"480\" /></a>BRUCE WOOD</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHIEF MECHANIC OPERATOR</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:742:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\"><img class=\"alignnone size-full wp-image-243\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\" alt=\"about-us_6\" width=\"848\" height=\"480\" /></a>REBECCA JACOBS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.499947201393510010092313677887432277202606201171875;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.500052798606489989907686322112567722797393798828125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(4637,673,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:2219:\"<p>We take pride in being regarded as one of the most reliable and affordable logistic and warehousing service providers in the country. As a third party logistic service provider, we excel at a range of logistic services, which includes trucking services, warehousing services, logistic services, and a range of other ancillary services. We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p><p>Our team of experts at all levels of our services have years of experience backing them, which adds the credibility of an expert workforce. This also helps us in cutting down response time, and providing punctual delivery and services at all times, whether it is trucking service or warehousing services. Our goal is to make a positive difference in your business through our services, and build long term relationship with you. Our commitment to our clients can be seen by the amount of emphasis we lay on team work, customer support services and making technological upgrades in our logistic process and equipment from time to time.</p><p>Our experience in all the fields we serve in, and the range of services we provide, makes us one of the most comprehensive logistic service providers in the nation. And, with the help of continuous support and trust of our clients, we aim to stay at the top of the game, and humbly so. Our sophisticated systems, neatly designed logistic process, state of the art logistic tools and equipment, most advanced carriers, custom tailored services, and dedication to keep the costs low for end users, help us to provide logistic solution that aligns well with our clients’ requirements. We welcome you to our site, and request you to consult with our logistic experts for your logistic needs, and rest assured of getting done.</p><p>We have years of experience in the business of logistics, warehousing, distribution, trucking and supply chain management services, and aim to provide our clients with convenience, reliability and affordability through our premium logistic services.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\"><img class=\"alignnone size-full wp-image-35\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/5.jpg\" alt=\"5\" width=\"848\" height=\"480\" /></a></p><p><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:641:\"<h3 style=\"text-align: left\"><img class=\"alignnone size-full wp-image-242\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_5.jpg\" alt=\"about-us_5\" width=\"848\" height=\"480\" />GEORGE QUICK</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CEO AND BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:751:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\"><img class=\"alignnone size-full wp-image-238\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_1.jpg\" alt=\"about-us_1\" width=\"848\" height=\"480\" /></a>MARGARET BUTLER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">COO AND CONSULTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:747:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\"><img class=\"alignnone size-full wp-image-240\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_3.jpg\" alt=\"about-us_3\" width=\"848\" height=\"480\" /></a>JEREMY CONTRERAS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">HUMAN RESOURCES</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\"><img class=\"alignnone size-full wp-image-241\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" /></a>MARRY COOPER</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHEF ACCOUNTANT</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:749:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\"><img class=\"alignnone size-full wp-image-239\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_2.jpg\" alt=\"about-us_2\" width=\"848\" height=\"480\" /></a>BRUCE WOOD</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">CHIEF MECHANIC OPERATOR</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:742:\"<h3 style=\"text-align: left\"><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\"><img class=\"alignnone size-full wp-image-243\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/about-us_6.jpg\" alt=\"about-us_6\" width=\"848\" height=\"480\" /></a>REBECCA JACOBS</h3><h4 style=\"text-align: left\"><span style=\"color: #bbbbbb\">BOARD MEMBER</span></h4><p style=\"text-align: left\">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so sense.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.499947201393510010092313677887432277202606201171875;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.500052798606489989907686322112567722797393798828125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(4638,674,'subtitle','Something about us from a little bit of different perspective'),(4639,674,'_subtitle','field_5534998130ef7'),(4640,674,'background_image',''),(4641,674,'_background_image','field_5538c999ec7c2'),(4642,674,'background_image_horizontal_position','center'),(4643,674,'_background_image_horizontal_position','field_5538c9daec7c3'),(4644,674,'background_image_vertical_position','center'),(4645,674,'_background_image_vertical_position','field_5538ca0cec7c4'),(4646,674,'background_image_repeat','repeat'),(4647,674,'_background_image_repeat','field_5538ca44ec7c5'),(4648,674,'background_image_attachment','scroll'),(4649,674,'_background_image_attachment','field_5538ca6cec7c6'),(4650,674,'background_color',''),(4651,674,'_background_color','field_5538caa9ec7c7'),(4652,674,'sidebar','none'),(4653,674,'_sidebar','field_5534bcc459d58'),(4654,674,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:74:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:455;s:6:\"height\";i:480;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4655,675,'subtitle','Something about us from a little bit of different perspective'),(4656,675,'_subtitle','field_5534998130ef7'),(4657,675,'background_image',''),(4658,675,'_background_image','field_5538c999ec7c2'),(4659,675,'background_image_horizontal_position','center'),(4660,675,'_background_image_horizontal_position','field_5538c9daec7c3'),(4661,675,'background_image_vertical_position','center'),(4662,675,'_background_image_vertical_position','field_5538ca0cec7c4'),(4663,675,'background_image_repeat','repeat'),(4664,675,'_background_image_repeat','field_5538ca44ec7c5'),(4665,675,'background_image_attachment','scroll'),(4666,675,'_background_image_attachment','field_5538ca6cec7c6'),(4667,675,'background_color',''),(4668,675,'_background_color','field_5538caa9ec7c7'),(4669,675,'sidebar','none'),(4670,675,'_sidebar','field_5534bcc459d58'),(4671,675,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:74:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:455;s:6:\"height\";i:480;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4672,676,'subtitle','Something about us from a little bit of different perspective'),(4673,676,'_subtitle','field_5534998130ef7'),(4674,676,'background_image',''),(4675,676,'_background_image','field_5538c999ec7c2'),(4676,676,'background_image_horizontal_position','center'),(4677,676,'_background_image_horizontal_position','field_5538c9daec7c3'),(4678,676,'background_image_vertical_position','center'),(4679,676,'_background_image_vertical_position','field_5538ca0cec7c4'),(4680,676,'background_image_repeat','repeat'),(4681,676,'_background_image_repeat','field_5538ca44ec7c5'),(4682,676,'background_image_attachment','scroll'),(4683,676,'_background_image_attachment','field_5538ca6cec7c6'),(4684,676,'background_color',''),(4685,676,'_background_color','field_5538caa9ec7c7'),(4686,676,'sidebar','none'),(4687,676,'_sidebar','field_5534bcc459d58'),(4688,676,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4689,671,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(4690,677,'subtitle','Something about us from a little bit of different perspective'),(4691,677,'_subtitle','field_5534998130ef7'),(4692,677,'background_image',''),(4693,677,'_background_image','field_5538c999ec7c2'),(4694,677,'background_image_horizontal_position','center'),(4695,677,'_background_image_horizontal_position','field_5538c9daec7c3'),(4696,677,'background_image_vertical_position','center'),(4697,677,'_background_image_vertical_position','field_5538ca0cec7c4'),(4698,677,'background_image_repeat','repeat'),(4699,677,'_background_image_repeat','field_5538ca44ec7c5'),(4700,677,'background_image_attachment','scroll'),(4701,677,'_background_image_attachment','field_5538ca6cec7c6'),(4702,677,'background_color',''),(4703,677,'_background_color','field_5538caa9ec7c7'),(4704,677,'sidebar','none'),(4705,677,'_sidebar','field_5534bcc459d58'),(4706,677,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4707,232,'_thumbnail_id','680'),(4708,678,'subtitle','Something about us from a little bit of different perspective'),(4709,678,'_subtitle','field_5534998130ef7'),(4710,678,'background_image',''),(4711,678,'_background_image','field_5538c999ec7c2'),(4712,678,'background_image_horizontal_position','center'),(4713,678,'_background_image_horizontal_position','field_5538c9daec7c3'),(4714,678,'background_image_vertical_position','center'),(4715,678,'_background_image_vertical_position','field_5538ca0cec7c4'),(4716,678,'background_image_repeat','repeat'),(4717,678,'_background_image_repeat','field_5538ca44ec7c5'),(4718,678,'background_image_attachment','scroll'),(4719,678,'_background_image_attachment','field_5538ca6cec7c6'),(4720,678,'background_color',''),(4721,678,'_background_color','field_5538caa9ec7c7'),(4722,678,'sidebar','none'),(4723,678,'_sidebar','field_5534bcc459d58'),(4724,678,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4725,678,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4726,678,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4727,679,'subtitle','Something about us from a little bit of different perspective'),(4728,679,'_subtitle','field_5534998130ef7'),(4729,679,'background_image',''),(4730,679,'_background_image','field_5538c999ec7c2'),(4731,679,'background_image_horizontal_position','center'),(4732,679,'_background_image_horizontal_position','field_5538c9daec7c3'),(4733,679,'background_image_vertical_position','center'),(4734,679,'_background_image_vertical_position','field_5538ca0cec7c4'),(4735,679,'background_image_repeat','repeat'),(4736,679,'_background_image_repeat','field_5538ca44ec7c5'),(4737,679,'background_image_attachment','scroll'),(4738,679,'_background_image_attachment','field_5538ca6cec7c6'),(4739,679,'background_color',''),(4740,679,'_background_color','field_5538caa9ec7c7'),(4741,679,'sidebar','none'),(4742,679,'_sidebar','field_5534bcc459d58'),(4743,679,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4744,680,'_wp_attached_file','2015/05/About-us-photo.jpg'),(4745,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:448;s:4:\"file\";s:26:\"2015/05/About-us-photo.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"About-us-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"About-us-photo-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"About-us-photo-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:26:\"About-us-photo-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:26:\"About-us-photo-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:26:\"About-us-photo-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:25:\"About-us-photo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"About-us-photo-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"????????\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4746,681,'_wp_attached_file','2015/05/FDA-Logo.jpg'),(4747,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:658;s:6:\"height\";i:315;s:4:\"file\";s:20:\"2015/05/FDA-Logo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"FDA-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"FDA-Logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"FDA-Logo-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"FDA-Logo-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:20:\"FDA-Logo-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"FDA-Logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"FDA-Logo-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4748,682,'_wp_attached_file','2015/05/homeland.png'); INSERT INTO `wp_postmeta` VALUES (4749,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:219;s:4:\"file\";s:20:\"2015/05/homeland.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"homeland-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:20:\"homeland-220x200.png\";s:5:\"width\";i:220;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:20:\"homeland-220x190.png\";s:5:\"width\";i:220;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"homeland-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"homeland-220x182.png\";s:5:\"width\";i:220;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4750,683,'_wp_attached_file','2015/05/Logistics-Award.jpg'),(4751,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:509;s:6:\"height\";i:494;s:4:\"file\";s:27:\"2015/05/Logistics-Award.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Logistics-Award-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Logistics-Award-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:27:\"Logistics-Award-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:27:\"Logistics-Award-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:27:\"Logistics-Award-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:26:\"Logistics-Award-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"Logistics-Award-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4752,684,'_wp_attached_file','2015/05/SCBrain-100-Great-Supply-Chain-Partner-Award.jpg'),(4753,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:785;s:4:\"file\";s:56:\"2015/05/SCBrain-100-Great-Supply-Chain-Partner-Award.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-l\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-605x600.jpg\";s:5:\"width\";i:605;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:55:\"SCBrain-100-Great-Supply-Chain-Partner-Award-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:56:\"SCBrain-100-Great-Supply-Chain-Partner-Award-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"James Mumford\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1469026906\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4754,685,'_wp_attached_file','2015/05/Seal_of_the_California_Department_of_Alcoholic_Beverage_Control.gif'),(4755,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:195;s:4:\"file\";s:75:\"2015/05/Seal_of_the_California_Department_of_Alcoholic_Beverage_Control.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Seal_of_the_California_Department_of_Alcoholic_Beverage_Control-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:75:\"Seal_of_the_California_Department_of_Alcoholic_Beverage_Control-200x190.gif\";s:5:\"width\";i:200;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:74:\"Seal_of_the_California_Department_of_Alcoholic_Beverage_Control-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:75:\"Seal_of_the_California_Department_of_Alcoholic_Beverage_Control-200x182.gif\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4756,686,'_wp_attached_file','2015/05/TTB.gif'),(4757,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:15:\"2015/05/TTB.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"TTB-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:15:\"TTB-250x200.gif\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:15:\"TTB-250x190.gif\";s:5:\"width\";i:250;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:15:\"TTB-250x240.gif\";s:5:\"width\";i:250;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:14:\"TTB-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"TTB-250x182.gif\";s:5:\"width\";i:250;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4758,687,'subtitle','Something about us from a little bit of different perspective'),(4759,687,'_subtitle','field_5534998130ef7'),(4760,687,'background_image',''),(4761,687,'_background_image','field_5538c999ec7c2'),(4762,687,'background_image_horizontal_position','center'),(4763,687,'_background_image_horizontal_position','field_5538c9daec7c3'),(4764,687,'background_image_vertical_position','center'),(4765,687,'_background_image_vertical_position','field_5538ca0cec7c4'),(4766,687,'background_image_repeat','repeat'),(4767,687,'_background_image_repeat','field_5538ca44ec7c5'),(4768,687,'background_image_attachment','scroll'),(4769,687,'_background_image_attachment','field_5538ca6cec7c6'),(4770,687,'background_color',''),(4771,687,'_background_color','field_5538caa9ec7c7'),(4772,687,'sidebar','none'),(4773,687,'_sidebar','field_5534bcc459d58'),(4774,687,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4775,687,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4776,687,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4777,688,'subtitle','Something about us from a little bit of different perspective'),(4778,688,'_subtitle','field_5534998130ef7'),(4779,688,'background_image',''),(4780,688,'_background_image','field_5538c999ec7c2'),(4781,688,'background_image_horizontal_position','center'),(4782,688,'_background_image_horizontal_position','field_5538c9daec7c3'),(4783,688,'background_image_vertical_position','center'),(4784,688,'_background_image_vertical_position','field_5538ca0cec7c4'),(4785,688,'background_image_repeat','repeat'),(4786,688,'_background_image_repeat','field_5538ca44ec7c5'),(4787,688,'background_image_attachment','scroll'),(4788,688,'_background_image_attachment','field_5538ca6cec7c6'),(4789,688,'background_color',''),(4790,688,'_background_color','field_5538caa9ec7c7'),(4791,688,'sidebar','none'),(4792,688,'_sidebar','field_5534bcc459d58'),(4793,688,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4796,232,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(4797,690,'subtitle','Something about us from a little bit of different perspective'),(4798,690,'_subtitle','field_5534998130ef7'),(4799,690,'background_image',''),(4800,690,'_background_image','field_5538c999ec7c2'),(4801,690,'background_image_horizontal_position','center'),(4802,690,'_background_image_horizontal_position','field_5538c9daec7c3'),(4803,690,'background_image_vertical_position','center'),(4804,690,'_background_image_vertical_position','field_5538ca0cec7c4'),(4805,690,'background_image_repeat','repeat'),(4806,690,'_background_image_repeat','field_5538ca44ec7c5'),(4807,690,'background_image_attachment','scroll'),(4808,690,'_background_image_attachment','field_5538ca6cec7c6'),(4809,690,'background_color',''),(4810,690,'_background_color','field_5538caa9ec7c7'),(4811,690,'sidebar','none'),(4812,690,'_sidebar','field_5534bcc459d58'),(4813,690,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4822,691,'subtitle','Something about us from a little bit of different perspective'),(4823,691,'_subtitle','field_5534998130ef7'),(4824,691,'background_image',''),(4825,691,'_background_image','field_5538c999ec7c2'),(4826,691,'background_image_horizontal_position','center'),(4827,691,'_background_image_horizontal_position','field_5538c9daec7c3'),(4828,691,'background_image_vertical_position','center'),(4829,691,'_background_image_vertical_position','field_5538ca0cec7c4'),(4830,691,'background_image_repeat','repeat'),(4831,691,'_background_image_repeat','field_5538ca44ec7c5'),(4832,691,'background_image_attachment','scroll'),(4833,691,'_background_image_attachment','field_5538ca6cec7c6'),(4834,691,'background_color',''),(4835,691,'_background_color','field_5538caa9ec7c7'),(4836,691,'sidebar','none'),(4837,691,'_sidebar','field_5534bcc459d58'),(4846,120,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:0:\"\";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(4847,692,'subtitle',''),(4848,692,'_subtitle','field_5534998130ef7'),(4849,692,'background_image',''),(4850,692,'_background_image','field_5538c999ec7c2'),(4851,692,'background_image_horizontal_position','center'),(4852,692,'_background_image_horizontal_position','field_5538c9daec7c3'),(4853,692,'background_image_vertical_position','center'),(4854,692,'_background_image_vertical_position','field_5538ca0cec7c4'),(4855,692,'background_image_repeat','repeat'),(4856,692,'_background_image_repeat','field_5538ca44ec7c5'),(4857,692,'background_image_attachment','scroll'),(4858,692,'_background_image_attachment','field_5538ca6cec7c6'),(4859,692,'background_color',''),(4860,692,'_background_color','field_5538caa9ec7c7'),(4861,692,'sidebar','none'),(4862,692,'_sidebar','field_5534bcc459d58'),(4863,692,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6a05b84d-5211-43c8-ae79-434cf5780062\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80d9dded-d634-4d3b-954e-8cbe1ec9ec4f\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"9:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c0b2ab8b-f86d-49dc-b5ab-7311ca1bfc21\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"36bf9c6d-8711-4f5a-bd7c-789a25922069\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:3:\"0px\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;s:5:\"style\";a:0:{}}}}'),(4872,693,'subtitle',''),(4873,693,'_subtitle','field_5534998130ef7'),(4874,693,'background_image',''),(4875,693,'_background_image','field_5538c999ec7c2'),(4876,693,'background_image_horizontal_position','center'),(4877,693,'_background_image_horizontal_position','field_5538c9daec7c3'),(4878,693,'background_image_vertical_position','center'),(4879,693,'_background_image_vertical_position','field_5538ca0cec7c4'),(4880,693,'background_image_repeat','repeat'),(4881,693,'_background_image_repeat','field_5538ca44ec7c5'),(4882,693,'background_image_attachment','scroll'),(4883,693,'_background_image_attachment','field_5538ca6cec7c6'),(4884,693,'background_color',''),(4885,693,'_background_color','field_5538caa9ec7c7'),(4886,693,'sidebar','none'),(4887,693,'_sidebar','field_5534bcc459d58'),(4894,686,'_wp_attachment_image_alt','wine logistics'),(4895,685,'_wp_attachment_image_alt','Global Beverage logistics'),(4896,684,'_wp_attachment_image_alt','Supply chain'),(4897,683,'_wp_attachment_image_alt','Supply chain'),(4898,682,'_wp_attachment_image_alt','Customs Clearance'),(4899,681,'_wp_attachment_image_alt','How do I get my wines to the US'),(4900,680,'_wp_attachment_image_alt','beer transport'),(4901,672,'_wp_attachment_image_alt','Access Wines'),(4902,639,'_wp_attachment_image_alt','beverage supply chain'),(4903,638,'_wp_attachment_image_alt','Temperature Control'),(4904,637,'_wp_attachment_image_alt','Warehousing'),(4905,636,'_wp_attachment_image_alt','whiskey shipping'),(4906,635,'_wp_attachment_image_alt','whisky logistics'),(4907,631,'_wp_attachment_image_alt','Import wine'),(4908,628,'_wp_attachment_image_alt','shipping wine'),(4909,624,'_wp_attachment_image_alt','Consolidations'),(4910,620,'_wp_attachment_image_alt','beverage transport'),(4911,587,'_wp_attachment_image_alt','beverage transport'),(4912,568,'_wp_attachment_image_alt','beverage logistics'),(4913,541,'_wp_attachment_image_alt','beverage forwarding'),(4914,539,'_wp_attachment_image_alt','Global Beverage logistics'),(4915,530,'_wp_attachment_image_alt','Cargo Protection'),(4916,523,'_wp_attachment_image_alt','Global Beverage logistics'),(4917,514,'_wp_attachment_image_alt','Warehousing'),(4920,694,'subtitle',''),(4921,694,'_subtitle','field_5534998130ef7'),(4922,694,'background_image',''),(4923,694,'_background_image','field_5538c999ec7c2'),(4924,694,'background_image_horizontal_position','center'),(4925,694,'_background_image_horizontal_position','field_5538c9daec7c3'),(4926,694,'background_image_vertical_position','center'),(4927,694,'_background_image_vertical_position','field_5538ca0cec7c4'),(4928,694,'background_image_repeat','repeat'),(4929,694,'_background_image_repeat','field_5538ca44ec7c5'),(4930,694,'background_image_attachment','scroll'),(4931,694,'_background_image_attachment','field_5538ca6cec7c6'),(4932,694,'background_color',''),(4933,694,'_background_color','field_5538caa9ec7c7'),(4934,694,'sidebar','none'),(4935,694,'_sidebar','field_5534bcc459d58'),(4936,694,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:201:\"<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"beverage logistics\" width=\"1920\" height=\"600\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6a05b84d-5211-43c8-ae79-434cf5780062\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:31:\"Headqauters and Branch Offices \";s:4:\"text\";s:618:\"<p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80d9dded-d634-4d3b-954e-8cbe1ec9ec4f\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:26:{s:5:\"title\";s:12:\"OPENING TIME\";s:10:\"Mon_opened\";s:1:\"1\";s:8:\"Mon_from\";s:4:\"9.00\";s:6:\"Mon_to\";s:5:\"17.00\";s:10:\"Tue_opened\";s:1:\"1\";s:8:\"Tue_from\";s:4:\"9:00\";s:6:\"Tue_to\";s:5:\"17:00\";s:10:\"Wed_opened\";s:1:\"1\";s:8:\"Wed_from\";s:4:\"9:00\";s:6:\"Wed_to\";s:5:\"17:00\";s:10:\"Thu_opened\";s:1:\"1\";s:8:\"Thu_from\";s:4:\"9:00\";s:6:\"Thu_to\";s:5:\"17:00\";s:10:\"Fri_opened\";s:1:\"1\";s:8:\"Fri_from\";s:4:\"9:00\";s:6:\"Fri_to\";s:5:\"17:00\";s:10:\"Sat_opened\";s:0:\"\";s:8:\"Sat_from\";s:4:\"8:00\";s:6:\"Sat_to\";s:5:\"16:00\";s:10:\"Sun_opened\";s:0:\"\";s:8:\"Sun_from\";s:4:\"8:00\";s:6:\"Sun_to\";s:5:\"16:00\";s:9:\"separator\";s:3:\" - \";s:11:\"closed_text\";s:6:\"CLOSED\";s:15:\"additional_info\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:15:\"PW_Opening_Time\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c0b2ab8b-f86d-49dc-b5ab-7311ca1bfc21\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";b:1;s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:23:\"Rate & Service Requests\";s:4:\"text\";s:51:\"<p>[contact-form-7 id=\"122\" title=\"Contact Us\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"36bf9c6d-8711-4f5a-bd7c-789a25922069\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:3:\"0px\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.250208159867000012877014114565099589526653289794921875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.74979184013300004263413711669272743165493011474609375;s:5:\"style\";a:0:{}}}}'),(4945,695,'subtitle',''),(4946,695,'_subtitle','field_5534998130ef7'),(4947,695,'background_image',''),(4948,695,'_background_image','field_5538c999ec7c2'),(4949,695,'background_image_horizontal_position','center'),(4950,695,'_background_image_horizontal_position','field_5538c9daec7c3'),(4951,695,'background_image_vertical_position','center'),(4952,695,'_background_image_vertical_position','field_5538ca0cec7c4'),(4953,695,'background_image_repeat','repeat'),(4954,695,'_background_image_repeat','field_5538ca44ec7c5'),(4955,695,'background_image_attachment','scroll'),(4956,695,'_background_image_attachment','field_5538ca6cec7c6'),(4957,695,'background_color',''),(4958,695,'_background_color','field_5538caa9ec7c7'),(4959,695,'sidebar','none'),(4960,695,'_sidebar','field_5534bcc459d58'),(4965,120,'_aioseop_description','We specialized in beer Logistics, bulk beverages, bulk transport, Import wine, bulk wine, Cargo protection and Global beverage logistics. Contact us know more!'),(4966,120,'_aioseop_title','Contact Us'),(4969,696,'subtitle','Something about us from a little bit of different perspective'),(4970,696,'_subtitle','field_5534998130ef7'),(4971,696,'background_image',''),(4972,696,'_background_image','field_5538c999ec7c2'),(4973,696,'background_image_horizontal_position','center'),(4974,696,'_background_image_horizontal_position','field_5538c9daec7c3'),(4975,696,'background_image_vertical_position','center'),(4976,696,'_background_image_vertical_position','field_5538ca0cec7c4'),(4977,696,'background_image_repeat','repeat'),(4978,696,'_background_image_repeat','field_5538ca44ec7c5'),(4979,696,'background_image_attachment','scroll'),(4980,696,'_background_image_attachment','field_5538ca6cec7c6'),(4981,696,'background_color',''),(4982,696,'_background_color','field_5538caa9ec7c7'),(4983,696,'sidebar','none'),(4984,696,'_sidebar','field_5534bcc459d58'),(4985,696,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1190:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(4994,697,'subtitle','Something about us from a little bit of different perspective'),(4995,697,'_subtitle','field_5534998130ef7'),(4996,697,'background_image',''),(4997,697,'_background_image','field_5538c999ec7c2'),(4998,697,'background_image_horizontal_position','center'),(4999,697,'_background_image_horizontal_position','field_5538c9daec7c3'),(5000,697,'background_image_vertical_position','center'),(5001,697,'_background_image_vertical_position','field_5538ca0cec7c4'),(5002,697,'background_image_repeat','repeat'),(5003,697,'_background_image_repeat','field_5538ca44ec7c5'),(5004,697,'background_image_attachment','scroll'),(5005,697,'_background_image_attachment','field_5538ca6cec7c6'),(5006,697,'background_color',''),(5007,697,'_background_color','field_5538caa9ec7c7'),(5008,697,'sidebar','none'),(5009,697,'_sidebar','field_5534bcc459d58'),(5016,698,'_wp_attached_file','2017/09/about-us_4.jpg'),(5017,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2017/09/about-us_4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"about-us_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"about-us_4-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"about-us_4-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:22:\"about-us_4-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:22:\"about-us_4-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:22:\"about-us_4-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:21:\"about-us_4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"about-us_4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5018,7,'_aioseop_opengraph_settings','a:14:{s:32:\"aioseop_opengraph_settings_title\";s:37:\"Import & Export Global Logistics \";s:31:\"aioseop_opengraph_settings_desc\";s:0:\"\";s:36:\"aioseop_opengraph_settings_customimg\";s:0:\"\";s:37:\"aioseop_opengraph_settings_imagewidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_imageheight\";s:0:\"\";s:32:\"aioseop_opengraph_settings_video\";s:0:\"\";s:37:\"aioseop_opengraph_settings_videowidth\";s:0:\"\";s:38:\"aioseop_opengraph_settings_videoheight\";s:0:\"\";s:35:\"aioseop_opengraph_settings_category\";s:8:\"activity\";s:34:\"aioseop_opengraph_settings_section\";s:0:\"\";s:30:\"aioseop_opengraph_settings_tag\";s:0:\"\";s:34:\"aioseop_opengraph_settings_setcard\";s:7:\"summary\";s:44:\"aioseop_opengraph_settings_customimg_twitter\";s:0:\"\";s:44:\"aioseop_opengraph_settings_customimg_checker\";s:1:\"0\";}'),(5019,699,'subtitle',''),(5020,699,'_subtitle','field_5534998130ef7'),(5021,699,'slider_content','caption'),(5022,699,'_slider_content','field_5548717a1b3e4'),(5023,699,'slides_0_slide_image','502'),(5024,699,'_slides_0_slide_image','field_554871fa1b3e6'),(5025,699,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5026,699,'_slides_0_slide_title','field_554872321b3e7'),(5027,699,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5028,699,'_slides_0_slide_text','field_5548743d56847'),(5029,699,'slides_0_slide_link',''),(5030,699,'_slides_0_slide_link','field_5548728d88d0a'),(5031,699,'slides_0_slide_open_link_in_new_window',''),(5032,699,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5033,699,'slides_1_slide_image','530'),(5034,699,'_slides_1_slide_image','field_554871fa1b3e6'),(5035,699,'slides_1_slide_title','Import & Export Global Logistics '),(5036,699,'_slides_1_slide_title','field_554872321b3e7'),(5037,699,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5038,699,'_slides_1_slide_text','field_5548743d56847'),(5039,699,'slides_1_slide_link',''),(5040,699,'_slides_1_slide_link','field_5548728d88d0a'),(5041,699,'slides_1_slide_open_link_in_new_window',''),(5042,699,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5043,699,'slides_2_slide_image','498'),(5044,699,'_slides_2_slide_image','field_554871fa1b3e6'),(5045,699,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5046,699,'_slides_2_slide_title','field_554872321b3e7'),(5047,699,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5048,699,'_slides_2_slide_text','field_5548743d56847'),(5049,699,'slides_2_slide_link',''),(5050,699,'_slides_2_slide_link','field_5548728d88d0a'),(5051,699,'slides_2_slide_open_link_in_new_window',''),(5052,699,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5053,699,'slides','3'),(5054,699,'_slides','field_554871d21b3e5'),(5055,699,'auto_cycle','1'),(5056,699,'_auto_cycle','field_55487307bdff8'),(5057,699,'cycle_interval','5000'),(5058,699,'_cycle_interval','field_55487335bdff9'),(5059,699,'background_image',''),(5060,699,'_background_image','field_5538c999ec7c2'),(5061,699,'background_image_horizontal_position','center'),(5062,699,'_background_image_horizontal_position','field_5538c9daec7c3'),(5063,699,'background_image_vertical_position','center'),(5064,699,'_background_image_vertical_position','field_5538ca0cec7c4'),(5065,699,'background_image_repeat','repeat'),(5066,699,'_background_image_repeat','field_5538ca44ec7c5'),(5067,699,'background_image_attachment','scroll'),(5068,699,'_background_image_attachment','field_5538ca6cec7c6'),(5069,699,'background_color',''),(5070,699,'_background_color','field_5538caa9ec7c7'),(5071,699,'sidebar','none'),(5072,699,'_sidebar','field_5534bcc459d58'),(5073,699,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5074,700,'subtitle',''),(5075,700,'_subtitle','field_5534998130ef7'),(5076,700,'slider_content','caption'),(5077,700,'_slider_content','field_5548717a1b3e4'),(5078,700,'slides_0_slide_image','502'),(5079,700,'_slides_0_slide_image','field_554871fa1b3e6'),(5080,700,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5081,700,'_slides_0_slide_title','field_554872321b3e7'),(5082,700,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5083,700,'_slides_0_slide_text','field_5548743d56847'),(5084,700,'slides_0_slide_link',''),(5085,700,'_slides_0_slide_link','field_5548728d88d0a'),(5086,700,'slides_0_slide_open_link_in_new_window',''),(5087,700,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5088,700,'slides_1_slide_image','530'),(5089,700,'_slides_1_slide_image','field_554871fa1b3e6'),(5090,700,'slides_1_slide_title','Import & Export Global Logistics '),(5091,700,'_slides_1_slide_title','field_554872321b3e7'),(5092,700,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5093,700,'_slides_1_slide_text','field_5548743d56847'),(5094,700,'slides_1_slide_link',''),(5095,700,'_slides_1_slide_link','field_5548728d88d0a'),(5096,700,'slides_1_slide_open_link_in_new_window',''),(5097,700,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5098,700,'slides_2_slide_image','498'),(5099,700,'_slides_2_slide_image','field_554871fa1b3e6'),(5100,700,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5101,700,'_slides_2_slide_title','field_554872321b3e7'),(5102,700,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5103,700,'_slides_2_slide_text','field_5548743d56847'),(5104,700,'slides_2_slide_link',''),(5105,700,'_slides_2_slide_link','field_5548728d88d0a'),(5106,700,'slides_2_slide_open_link_in_new_window',''),(5107,700,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5108,700,'slides','3'),(5109,700,'_slides','field_554871d21b3e5'),(5110,700,'auto_cycle','1'),(5111,700,'_auto_cycle','field_55487307bdff8'),(5112,700,'cycle_interval','5000'),(5113,700,'_cycle_interval','field_55487335bdff9'),(5114,700,'background_image',''),(5115,700,'_background_image','field_5538c999ec7c2'),(5116,700,'background_image_horizontal_position','center'),(5117,700,'_background_image_horizontal_position','field_5538c9daec7c3'),(5118,700,'background_image_vertical_position','center'),(5119,700,'_background_image_vertical_position','field_5538ca0cec7c4'),(5120,700,'background_image_repeat','repeat'),(5121,700,'_background_image_repeat','field_5538ca44ec7c5'),(5122,700,'background_image_attachment','scroll'),(5123,700,'_background_image_attachment','field_5538ca6cec7c6'),(5124,700,'background_color',''),(5125,700,'_background_color','field_5538caa9ec7c7'),(5126,700,'sidebar','none'),(5127,700,'_sidebar','field_5534bcc459d58'),(5128,701,'subtitle',''),(5129,701,'_subtitle','field_5534998130ef7'),(5130,701,'slider_content','caption'),(5131,701,'_slider_content','field_5548717a1b3e4'),(5132,701,'slides_0_slide_image','502'),(5133,701,'_slides_0_slide_image','field_554871fa1b3e6'),(5134,701,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5135,701,'_slides_0_slide_title','field_554872321b3e7'),(5136,701,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5137,701,'_slides_0_slide_text','field_5548743d56847'),(5138,701,'slides_0_slide_link',''),(5139,701,'_slides_0_slide_link','field_5548728d88d0a'),(5140,701,'slides_0_slide_open_link_in_new_window',''),(5141,701,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5142,701,'slides_1_slide_image','530'),(5143,701,'_slides_1_slide_image','field_554871fa1b3e6'),(5144,701,'slides_1_slide_title','Import & Export Global Logistics '),(5145,701,'_slides_1_slide_title','field_554872321b3e7'),(5146,701,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5147,701,'_slides_1_slide_text','field_5548743d56847'),(5148,701,'slides_1_slide_link',''),(5149,701,'_slides_1_slide_link','field_5548728d88d0a'),(5150,701,'slides_1_slide_open_link_in_new_window',''),(5151,701,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5152,701,'slides_2_slide_image','498'),(5153,701,'_slides_2_slide_image','field_554871fa1b3e6'),(5154,701,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5155,701,'_slides_2_slide_title','field_554872321b3e7'),(5156,701,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5157,701,'_slides_2_slide_text','field_5548743d56847'),(5158,701,'slides_2_slide_link',''),(5159,701,'_slides_2_slide_link','field_5548728d88d0a'),(5160,701,'slides_2_slide_open_link_in_new_window',''),(5161,701,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5162,701,'slides','3'),(5163,701,'_slides','field_554871d21b3e5'),(5164,701,'auto_cycle','1'),(5165,701,'_auto_cycle','field_55487307bdff8'),(5166,701,'cycle_interval','5000'),(5167,701,'_cycle_interval','field_55487335bdff9'),(5168,701,'background_image',''),(5169,701,'_background_image','field_5538c999ec7c2'),(5170,701,'background_image_horizontal_position','center'),(5171,701,'_background_image_horizontal_position','field_5538c9daec7c3'),(5172,701,'background_image_vertical_position','center'),(5173,701,'_background_image_vertical_position','field_5538ca0cec7c4'),(5174,701,'background_image_repeat','repeat'),(5175,701,'_background_image_repeat','field_5538ca44ec7c5'),(5176,701,'background_image_attachment','scroll'),(5177,701,'_background_image_attachment','field_5538ca6cec7c6'),(5178,701,'background_color',''),(5179,701,'_background_color','field_5538caa9ec7c7'),(5180,701,'sidebar','none'),(5181,701,'_sidebar','field_5534bcc459d58'),(5182,701,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5183,701,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5184,701,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5185,702,'subtitle',''),(5186,702,'_subtitle','field_5534998130ef7'),(5187,702,'slider_content','caption'),(5188,702,'_slider_content','field_5548717a1b3e4'),(5189,702,'slides_0_slide_image','502'),(5190,702,'_slides_0_slide_image','field_554871fa1b3e6'),(5191,702,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5192,702,'_slides_0_slide_title','field_554872321b3e7'),(5193,702,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5194,702,'_slides_0_slide_text','field_5548743d56847'),(5195,702,'slides_0_slide_link',''),(5196,702,'_slides_0_slide_link','field_5548728d88d0a'),(5197,702,'slides_0_slide_open_link_in_new_window',''),(5198,702,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5199,702,'slides_1_slide_image','530'),(5200,702,'_slides_1_slide_image','field_554871fa1b3e6'),(5201,702,'slides_1_slide_title','Import & Export Global Logistics '),(5202,702,'_slides_1_slide_title','field_554872321b3e7'),(5203,702,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5204,702,'_slides_1_slide_text','field_5548743d56847'),(5205,702,'slides_1_slide_link',''),(5206,702,'_slides_1_slide_link','field_5548728d88d0a'),(5207,702,'slides_1_slide_open_link_in_new_window',''),(5208,702,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5209,702,'slides_2_slide_image','498'),(5210,702,'_slides_2_slide_image','field_554871fa1b3e6'),(5211,702,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5212,702,'_slides_2_slide_title','field_554872321b3e7'),(5213,702,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5214,702,'_slides_2_slide_text','field_5548743d56847'),(5215,702,'slides_2_slide_link',''),(5216,702,'_slides_2_slide_link','field_5548728d88d0a'),(5217,702,'slides_2_slide_open_link_in_new_window',''),(5218,702,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5219,702,'slides','3'),(5220,702,'_slides','field_554871d21b3e5'),(5221,702,'auto_cycle','1'),(5222,702,'_auto_cycle','field_55487307bdff8'),(5223,702,'cycle_interval','5000'),(5224,702,'_cycle_interval','field_55487335bdff9'),(5225,702,'background_image',''),(5226,702,'_background_image','field_5538c999ec7c2'),(5227,702,'background_image_horizontal_position','center'),(5228,702,'_background_image_horizontal_position','field_5538c9daec7c3'),(5229,702,'background_image_vertical_position','center'),(5230,702,'_background_image_vertical_position','field_5538ca0cec7c4'),(5231,702,'background_image_repeat','repeat'),(5232,702,'_background_image_repeat','field_5538ca44ec7c5'),(5233,702,'background_image_attachment','scroll'),(5234,702,'_background_image_attachment','field_5538ca6cec7c6'),(5235,702,'background_color',''),(5236,702,'_background_color','field_5538caa9ec7c7'),(5237,702,'sidebar','none'),(5238,702,'_sidebar','field_5534bcc459d58'),(5239,702,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5240,703,'subtitle',''),(5241,703,'_subtitle','field_5534998130ef7'),(5242,703,'slider_content','caption'),(5243,703,'_slider_content','field_5548717a1b3e4'),(5244,703,'slides_0_slide_image','502'),(5245,703,'_slides_0_slide_image','field_554871fa1b3e6'),(5246,703,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5247,703,'_slides_0_slide_title','field_554872321b3e7'),(5248,703,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5249,703,'_slides_0_slide_text','field_5548743d56847'),(5250,703,'slides_0_slide_link',''),(5251,703,'_slides_0_slide_link','field_5548728d88d0a'),(5252,703,'slides_0_slide_open_link_in_new_window',''),(5253,703,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5254,703,'slides_1_slide_image','530'),(5255,703,'_slides_1_slide_image','field_554871fa1b3e6'),(5256,703,'slides_1_slide_title','Import & Export Global Logistics '),(5257,703,'_slides_1_slide_title','field_554872321b3e7'),(5258,703,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5259,703,'_slides_1_slide_text','field_5548743d56847'),(5260,703,'slides_1_slide_link',''),(5261,703,'_slides_1_slide_link','field_5548728d88d0a'),(5262,703,'slides_1_slide_open_link_in_new_window',''),(5263,703,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5264,703,'slides_2_slide_image','498'),(5265,703,'_slides_2_slide_image','field_554871fa1b3e6'),(5266,703,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5267,703,'_slides_2_slide_title','field_554872321b3e7'),(5268,703,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5269,703,'_slides_2_slide_text','field_5548743d56847'),(5270,703,'slides_2_slide_link',''),(5271,703,'_slides_2_slide_link','field_5548728d88d0a'),(5272,703,'slides_2_slide_open_link_in_new_window',''),(5273,703,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5274,703,'slides','3'),(5275,703,'_slides','field_554871d21b3e5'),(5276,703,'auto_cycle','1'),(5277,703,'_auto_cycle','field_55487307bdff8'),(5278,703,'cycle_interval','5000'),(5279,703,'_cycle_interval','field_55487335bdff9'),(5280,703,'background_image',''),(5281,703,'_background_image','field_5538c999ec7c2'),(5282,703,'background_image_horizontal_position','center'),(5283,703,'_background_image_horizontal_position','field_5538c9daec7c3'),(5284,703,'background_image_vertical_position','center'),(5285,703,'_background_image_vertical_position','field_5538ca0cec7c4'),(5286,703,'background_image_repeat','repeat'),(5287,703,'_background_image_repeat','field_5538ca44ec7c5'),(5288,703,'background_image_attachment','scroll'),(5289,703,'_background_image_attachment','field_5538ca6cec7c6'),(5290,703,'background_color',''),(5291,703,'_background_color','field_5538caa9ec7c7'),(5292,703,'sidebar','none'),(5293,703,'_sidebar','field_5534bcc459d58'),(5294,703,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:6:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5295,703,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5296,703,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:4:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5297,704,'subtitle',''),(5298,704,'_subtitle','field_5534998130ef7'),(5299,704,'slider_content','caption'),(5300,704,'_slider_content','field_5548717a1b3e4'),(5301,704,'slides_0_slide_image','502'),(5302,704,'_slides_0_slide_image','field_554871fa1b3e6'),(5303,704,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5304,704,'_slides_0_slide_title','field_554872321b3e7'),(5305,704,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5306,704,'_slides_0_slide_text','field_5548743d56847'),(5307,704,'slides_0_slide_link',''),(5308,704,'_slides_0_slide_link','field_5548728d88d0a'),(5309,704,'slides_0_slide_open_link_in_new_window',''),(5310,704,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5311,704,'slides_1_slide_image','530'),(5312,704,'_slides_1_slide_image','field_554871fa1b3e6'),(5313,704,'slides_1_slide_title','Import & Export Global Logistics '),(5314,704,'_slides_1_slide_title','field_554872321b3e7'),(5315,704,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5316,704,'_slides_1_slide_text','field_5548743d56847'),(5317,704,'slides_1_slide_link',''),(5318,704,'_slides_1_slide_link','field_5548728d88d0a'),(5319,704,'slides_1_slide_open_link_in_new_window',''),(5320,704,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5321,704,'slides_2_slide_image','498'),(5322,704,'_slides_2_slide_image','field_554871fa1b3e6'),(5323,704,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5324,704,'_slides_2_slide_title','field_554872321b3e7'),(5325,704,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5326,704,'_slides_2_slide_text','field_5548743d56847'),(5327,704,'slides_2_slide_link',''),(5328,704,'_slides_2_slide_link','field_5548728d88d0a'),(5329,704,'slides_2_slide_open_link_in_new_window',''),(5330,704,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5331,704,'slides','3'),(5332,704,'_slides','field_554871d21b3e5'),(5333,704,'auto_cycle','1'),(5334,704,'_auto_cycle','field_55487307bdff8'),(5335,704,'cycle_interval','5000'),(5336,704,'_cycle_interval','field_55487335bdff9'),(5337,704,'background_image',''),(5338,704,'_background_image','field_5538c999ec7c2'),(5339,704,'background_image_horizontal_position','center'),(5340,704,'_background_image_horizontal_position','field_5538c9daec7c3'),(5341,704,'background_image_vertical_position','center'),(5342,704,'_background_image_vertical_position','field_5538ca0cec7c4'),(5343,704,'background_image_repeat','repeat'),(5344,704,'_background_image_repeat','field_5538ca44ec7c5'),(5345,704,'background_image_attachment','scroll'),(5346,704,'_background_image_attachment','field_5538ca6cec7c6'),(5347,704,'background_color',''),(5348,704,'_background_color','field_5538caa9ec7c7'),(5349,704,'sidebar','none'),(5350,704,'_sidebar','field_5534bcc459d58'),(5351,704,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:6:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5352,705,'subtitle',''),(5353,705,'_subtitle','field_5534998130ef7'),(5354,705,'slider_content','caption'),(5355,705,'_slider_content','field_5548717a1b3e4'),(5356,705,'slides_0_slide_image','502'),(5357,705,'_slides_0_slide_image','field_554871fa1b3e6'),(5358,705,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5359,705,'_slides_0_slide_title','field_554872321b3e7'),(5360,705,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5361,705,'_slides_0_slide_text','field_5548743d56847'),(5362,705,'slides_0_slide_link',''),(5363,705,'_slides_0_slide_link','field_5548728d88d0a'),(5364,705,'slides_0_slide_open_link_in_new_window',''),(5365,705,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5366,705,'slides_1_slide_image','530'),(5367,705,'_slides_1_slide_image','field_554871fa1b3e6'),(5368,705,'slides_1_slide_title','Import & Export Global Logistics '),(5369,705,'_slides_1_slide_title','field_554872321b3e7'),(5370,705,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5371,705,'_slides_1_slide_text','field_5548743d56847'),(5372,705,'slides_1_slide_link',''),(5373,705,'_slides_1_slide_link','field_5548728d88d0a'),(5374,705,'slides_1_slide_open_link_in_new_window',''),(5375,705,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5376,705,'slides_2_slide_image','498'),(5377,705,'_slides_2_slide_image','field_554871fa1b3e6'),(5378,705,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5379,705,'_slides_2_slide_title','field_554872321b3e7'),(5380,705,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5381,705,'_slides_2_slide_text','field_5548743d56847'),(5382,705,'slides_2_slide_link',''),(5383,705,'_slides_2_slide_link','field_5548728d88d0a'),(5384,705,'slides_2_slide_open_link_in_new_window',''),(5385,705,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5386,705,'slides','3'),(5387,705,'_slides','field_554871d21b3e5'),(5388,705,'auto_cycle','1'),(5389,705,'_auto_cycle','field_55487307bdff8'),(5390,705,'cycle_interval','5000'),(5391,705,'_cycle_interval','field_55487335bdff9'),(5392,705,'background_image',''),(5393,705,'_background_image','field_5538c999ec7c2'),(5394,705,'background_image_horizontal_position','center'),(5395,705,'_background_image_horizontal_position','field_5538c9daec7c3'),(5396,705,'background_image_vertical_position','center'),(5397,705,'_background_image_vertical_position','field_5538ca0cec7c4'),(5398,705,'background_image_repeat','repeat'),(5399,705,'_background_image_repeat','field_5538ca44ec7c5'),(5400,705,'background_image_attachment','scroll'),(5401,705,'_background_image_attachment','field_5538ca6cec7c6'),(5402,705,'background_color',''),(5403,705,'_background_color','field_5538caa9ec7c7'),(5404,705,'sidebar','none'),(5405,705,'_sidebar','field_5534bcc459d58'),(5406,705,'panels_data','a:3:{s:7:\"widgets\";a:17:{i:0;a:6:{s:7:\"page_id\";i:403;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\">\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:4;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:6;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:16;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:5:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:13:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5407,705,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:6:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5408,705,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:6:{s:7:\"page_id\";i:537;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:3:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5409,706,'subtitle',''),(5410,706,'_subtitle','field_5534998130ef7'),(5411,706,'slider_content','caption'),(5412,706,'_slider_content','field_5548717a1b3e4'),(5413,706,'slides_0_slide_image','502'),(5414,706,'_slides_0_slide_image','field_554871fa1b3e6'),(5415,706,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5416,706,'_slides_0_slide_title','field_554872321b3e7'),(5417,706,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5418,706,'_slides_0_slide_text','field_5548743d56847'),(5419,706,'slides_0_slide_link',''),(5420,706,'_slides_0_slide_link','field_5548728d88d0a'),(5421,706,'slides_0_slide_open_link_in_new_window',''),(5422,706,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5423,706,'slides_1_slide_image','530'),(5424,706,'_slides_1_slide_image','field_554871fa1b3e6'),(5425,706,'slides_1_slide_title','Import & Export Global Logistics '),(5426,706,'_slides_1_slide_title','field_554872321b3e7'),(5427,706,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5428,706,'_slides_1_slide_text','field_5548743d56847'),(5429,706,'slides_1_slide_link',''),(5430,706,'_slides_1_slide_link','field_5548728d88d0a'),(5431,706,'slides_1_slide_open_link_in_new_window',''),(5432,706,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5433,706,'slides_2_slide_image','498'),(5434,706,'_slides_2_slide_image','field_554871fa1b3e6'),(5435,706,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5436,706,'_slides_2_slide_title','field_554872321b3e7'),(5437,706,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5438,706,'_slides_2_slide_text','field_5548743d56847'),(5439,706,'slides_2_slide_link',''),(5440,706,'_slides_2_slide_link','field_5548728d88d0a'),(5441,706,'slides_2_slide_open_link_in_new_window',''),(5442,706,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5443,706,'slides','3'),(5444,706,'_slides','field_554871d21b3e5'),(5445,706,'auto_cycle','1'),(5446,706,'_auto_cycle','field_55487307bdff8'),(5447,706,'cycle_interval','5000'),(5448,706,'_cycle_interval','field_55487335bdff9'),(5449,706,'background_image',''),(5450,706,'_background_image','field_5538c999ec7c2'),(5451,706,'background_image_horizontal_position','center'),(5452,706,'_background_image_horizontal_position','field_5538c9daec7c3'),(5453,706,'background_image_vertical_position','center'),(5454,706,'_background_image_vertical_position','field_5538ca0cec7c4'),(5455,706,'background_image_repeat','repeat'),(5456,706,'_background_image_repeat','field_5538ca44ec7c5'),(5457,706,'background_image_attachment','scroll'),(5458,706,'_background_image_attachment','field_5538ca6cec7c6'),(5459,706,'background_color',''),(5460,706,'_background_color','field_5538caa9ec7c7'),(5461,706,'sidebar','none'),(5462,706,'_sidebar','field_5534bcc459d58'),(5463,706,'panels_data','a:3:{s:7:\"widgets\";a:17:{i:0;a:6:{s:7:\"page_id\";i:403;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8ad4df37-516f-456d-95f8-40d27dcc3047\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:6:{s:7:\"page_id\";i:232;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7fdbfda-139f-4707-9e31-21e71c32d5cf\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:6:{s:7:\"page_id\";i:95;s:6:\"layout\";s:5:\"block\";s:14:\"read_more_text\";s:9:\"Read more\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a91776a7-973d-46db-9c7c-deecb0b6439c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:3:{s:7:\"page_id\";i:78;s:6:\"layout\";s:5:\"block\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:16:\"PW_Featured_Page\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8fb2e06b-74e9-4b16-b549-161cfb5d39d5\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\">\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:4;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:6;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:16;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:5:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:13:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5465,707,'subtitle',''),(5466,707,'_subtitle','field_5534998130ef7'),(5467,707,'slider_content','caption'),(5468,707,'_slider_content','field_5548717a1b3e4'),(5469,707,'slides_0_slide_image','502'),(5470,707,'_slides_0_slide_image','field_554871fa1b3e6'),(5471,707,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5472,707,'_slides_0_slide_title','field_554872321b3e7'),(5473,707,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5474,707,'_slides_0_slide_text','field_5548743d56847'),(5475,707,'slides_0_slide_link',''),(5476,707,'_slides_0_slide_link','field_5548728d88d0a'),(5477,707,'slides_0_slide_open_link_in_new_window',''),(5478,707,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5479,707,'slides_1_slide_image','530'),(5480,707,'_slides_1_slide_image','field_554871fa1b3e6'),(5481,707,'slides_1_slide_title','Import & Export Global Logistics '),(5482,707,'_slides_1_slide_title','field_554872321b3e7'),(5483,707,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5484,707,'_slides_1_slide_text','field_5548743d56847'),(5485,707,'slides_1_slide_link',''),(5486,707,'_slides_1_slide_link','field_5548728d88d0a'),(5487,707,'slides_1_slide_open_link_in_new_window',''),(5488,707,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5489,707,'slides_2_slide_image','498'),(5490,707,'_slides_2_slide_image','field_554871fa1b3e6'),(5491,707,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5492,707,'_slides_2_slide_title','field_554872321b3e7'),(5493,707,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5494,707,'_slides_2_slide_text','field_5548743d56847'),(5495,707,'slides_2_slide_link',''),(5496,707,'_slides_2_slide_link','field_5548728d88d0a'),(5497,707,'slides_2_slide_open_link_in_new_window',''),(5498,707,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5499,707,'slides','3'),(5500,707,'_slides','field_554871d21b3e5'),(5501,707,'auto_cycle','1'),(5502,707,'_auto_cycle','field_55487307bdff8'),(5503,707,'cycle_interval','5000'),(5504,707,'_cycle_interval','field_55487335bdff9'),(5505,707,'background_image',''),(5506,707,'_background_image','field_5538c999ec7c2'),(5507,707,'background_image_horizontal_position','center'),(5508,707,'_background_image_horizontal_position','field_5538c9daec7c3'),(5509,707,'background_image_vertical_position','center'),(5510,707,'_background_image_vertical_position','field_5538ca0cec7c4'),(5511,707,'background_image_repeat','repeat'),(5512,707,'_background_image_repeat','field_5538ca44ec7c5'),(5513,707,'background_image_attachment','scroll'),(5514,707,'_background_image_attachment','field_5538ca6cec7c6'),(5515,707,'background_color',''),(5516,707,'_background_color','field_5538caa9ec7c7'),(5517,707,'sidebar','none'),(5518,707,'_sidebar','field_5534bcc459d58'),(5519,707,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\">\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\">\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\">\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\">\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:5:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5520,708,'_wp_attached_file','2017/10/wine-to-china.png'),(5521,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:136;s:4:\"file\";s:25:\"2017/10/wine-to-china.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wine-to-china-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:24:\"wine-to-china-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5522,709,'_wp_attached_file','2017/10/costs.png'),(5523,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:136;s:4:\"file\";s:17:\"2017/10/costs.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"costs-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:16:\"costs-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5524,710,'_wp_attached_file','2017/10/services.png'),(5525,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:136;s:4:\"file\";s:20:\"2017/10/services.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"services-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:19:\"services-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5526,711,'_wp_attached_file','2017/10/world-wine-map.png'),(5527,711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:136;s:4:\"file\";s:26:\"2017/10/world-wine-map.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"world-wine-map-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:25:\"world-wine-map-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5528,710,'_edit_lock','1507102199:1'),(5531,712,'subtitle',''),(5532,712,'_subtitle','field_5534998130ef7'),(5533,712,'slider_content','caption'),(5534,712,'_slider_content','field_5548717a1b3e4'),(5535,712,'slides_0_slide_image','502'),(5536,712,'_slides_0_slide_image','field_554871fa1b3e6'),(5537,712,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5538,712,'_slides_0_slide_title','field_554872321b3e7'),(5539,712,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5540,712,'_slides_0_slide_text','field_5548743d56847'),(5541,712,'slides_0_slide_link',''),(5542,712,'_slides_0_slide_link','field_5548728d88d0a'),(5543,712,'slides_0_slide_open_link_in_new_window',''),(5544,712,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5545,712,'slides_1_slide_image','530'),(5546,712,'_slides_1_slide_image','field_554871fa1b3e6'),(5547,712,'slides_1_slide_title','Import & Export Global Logistics '),(5548,712,'_slides_1_slide_title','field_554872321b3e7'),(5549,712,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5550,712,'_slides_1_slide_text','field_5548743d56847'),(5551,712,'slides_1_slide_link',''),(5552,712,'_slides_1_slide_link','field_5548728d88d0a'),(5553,712,'slides_1_slide_open_link_in_new_window',''),(5554,712,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5555,712,'slides_2_slide_image','498'),(5556,712,'_slides_2_slide_image','field_554871fa1b3e6'),(5557,712,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5558,712,'_slides_2_slide_title','field_554872321b3e7'),(5559,712,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5560,712,'_slides_2_slide_text','field_5548743d56847'),(5561,712,'slides_2_slide_link',''),(5562,712,'_slides_2_slide_link','field_5548728d88d0a'),(5563,712,'slides_2_slide_open_link_in_new_window',''),(5564,712,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5565,712,'slides','3'),(5566,712,'_slides','field_554871d21b3e5'),(5567,712,'auto_cycle','1'),(5568,712,'_auto_cycle','field_55487307bdff8'),(5569,712,'cycle_interval','5000'),(5570,712,'_cycle_interval','field_55487335bdff9'),(5571,712,'background_image',''),(5572,712,'_background_image','field_5538c999ec7c2'),(5573,712,'background_image_horizontal_position','center'),(5574,712,'_background_image_horizontal_position','field_5538c9daec7c3'),(5575,712,'background_image_vertical_position','center'),(5576,712,'_background_image_vertical_position','field_5538ca0cec7c4'),(5577,712,'background_image_repeat','repeat'),(5578,712,'_background_image_repeat','field_5538ca44ec7c5'),(5579,712,'background_image_attachment','scroll'),(5580,712,'_background_image_attachment','field_5538ca6cec7c6'),(5581,712,'background_color',''),(5582,712,'_background_color','field_5538caa9ec7c7'),(5583,712,'sidebar','none'),(5584,712,'_sidebar','field_5534bcc459d58'),(5585,712,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5586,713,'subtitle',''),(5587,713,'_subtitle','field_5534998130ef7'),(5588,713,'slider_content','caption'),(5589,713,'_slider_content','field_5548717a1b3e4'),(5590,713,'slides_0_slide_image','502'),(5591,713,'_slides_0_slide_image','field_554871fa1b3e6'),(5592,713,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5593,713,'_slides_0_slide_title','field_554872321b3e7'),(5594,713,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5595,713,'_slides_0_slide_text','field_5548743d56847'),(5596,713,'slides_0_slide_link',''),(5597,713,'_slides_0_slide_link','field_5548728d88d0a'),(5598,713,'slides_0_slide_open_link_in_new_window',''),(5599,713,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5600,713,'slides_1_slide_image','530'),(5601,713,'_slides_1_slide_image','field_554871fa1b3e6'),(5602,713,'slides_1_slide_title','Import & Export Global Logistics '),(5603,713,'_slides_1_slide_title','field_554872321b3e7'),(5604,713,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5605,713,'_slides_1_slide_text','field_5548743d56847'),(5606,713,'slides_1_slide_link',''),(5607,713,'_slides_1_slide_link','field_5548728d88d0a'),(5608,713,'slides_1_slide_open_link_in_new_window',''),(5609,713,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5610,713,'slides_2_slide_image','498'),(5611,713,'_slides_2_slide_image','field_554871fa1b3e6'),(5612,713,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5613,713,'_slides_2_slide_title','field_554872321b3e7'),(5614,713,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5615,713,'_slides_2_slide_text','field_5548743d56847'),(5616,713,'slides_2_slide_link',''),(5617,713,'_slides_2_slide_link','field_5548728d88d0a'),(5618,713,'slides_2_slide_open_link_in_new_window',''),(5619,713,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5620,713,'slides','3'),(5621,713,'_slides','field_554871d21b3e5'),(5622,713,'auto_cycle','1'),(5623,713,'_auto_cycle','field_55487307bdff8'),(5624,713,'cycle_interval','5000'),(5625,713,'_cycle_interval','field_55487335bdff9'),(5626,713,'background_image',''),(5627,713,'_background_image','field_5538c999ec7c2'),(5628,713,'background_image_horizontal_position','center'),(5629,713,'_background_image_horizontal_position','field_5538c9daec7c3'),(5630,713,'background_image_vertical_position','center'),(5631,713,'_background_image_vertical_position','field_5538ca0cec7c4'),(5632,713,'background_image_repeat','repeat'),(5633,713,'_background_image_repeat','field_5538ca44ec7c5'),(5634,713,'background_image_attachment','scroll'),(5635,713,'_background_image_attachment','field_5538ca6cec7c6'),(5636,713,'background_color',''),(5637,713,'_background_color','field_5538caa9ec7c7'),(5638,713,'sidebar','none'),(5639,713,'_sidebar','field_5534bcc459d58'),(5640,713,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:66:\"Bladder Service from Winery to Bottler via Bladder & ISO Tank \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:63:\"Partnered with Warehouses both Domestically and Internationally\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:191:\"TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5641,714,'subtitle',''),(5642,714,'_subtitle','field_5534998130ef7'),(5643,714,'slider_content','caption'),(5644,714,'_slider_content','field_5548717a1b3e4'),(5645,714,'slides_0_slide_image','502'),(5646,714,'_slides_0_slide_image','field_554871fa1b3e6'),(5647,714,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5648,714,'_slides_0_slide_title','field_554872321b3e7'),(5649,714,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5650,714,'_slides_0_slide_text','field_5548743d56847'),(5651,714,'slides_0_slide_link',''),(5652,714,'_slides_0_slide_link','field_5548728d88d0a'),(5653,714,'slides_0_slide_open_link_in_new_window',''),(5654,714,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5655,714,'slides_1_slide_image','530'),(5656,714,'_slides_1_slide_image','field_554871fa1b3e6'),(5657,714,'slides_1_slide_title','Import & Export Global Logistics '),(5658,714,'_slides_1_slide_title','field_554872321b3e7'),(5659,714,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5660,714,'_slides_1_slide_text','field_5548743d56847'),(5661,714,'slides_1_slide_link',''),(5662,714,'_slides_1_slide_link','field_5548728d88d0a'),(5663,714,'slides_1_slide_open_link_in_new_window',''),(5664,714,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5665,714,'slides_2_slide_image','498'),(5666,714,'_slides_2_slide_image','field_554871fa1b3e6'),(5667,714,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5668,714,'_slides_2_slide_title','field_554872321b3e7'),(5669,714,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5670,714,'_slides_2_slide_text','field_5548743d56847'),(5671,714,'slides_2_slide_link',''),(5672,714,'_slides_2_slide_link','field_5548728d88d0a'),(5673,714,'slides_2_slide_open_link_in_new_window',''),(5674,714,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5675,714,'slides','3'),(5676,714,'_slides','field_554871d21b3e5'),(5677,714,'auto_cycle','1'),(5678,714,'_auto_cycle','field_55487307bdff8'),(5679,714,'cycle_interval','5000'),(5680,714,'_cycle_interval','field_55487335bdff9'),(5681,714,'background_image',''),(5682,714,'_background_image','field_5538c999ec7c2'),(5683,714,'background_image_horizontal_position','center'),(5684,714,'_background_image_horizontal_position','field_5538c9daec7c3'),(5685,714,'background_image_vertical_position','center'),(5686,714,'_background_image_vertical_position','field_5538ca0cec7c4'),(5687,714,'background_image_repeat','repeat'),(5688,714,'_background_image_repeat','field_5538ca44ec7c5'),(5689,714,'background_image_attachment','scroll'),(5690,714,'_background_image_attachment','field_5538ca6cec7c6'),(5691,714,'background_color',''),(5692,714,'_background_color','field_5538caa9ec7c7'),(5693,714,'sidebar','none'),(5694,714,'_sidebar','field_5534bcc459d58'),(5695,714,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#f5f5f5\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5696,715,'subtitle',''),(5697,715,'_subtitle','field_5534998130ef7'),(5698,715,'slider_content','caption'),(5699,715,'_slider_content','field_5548717a1b3e4'),(5700,715,'slides_0_slide_image','502'),(5701,715,'_slides_0_slide_image','field_554871fa1b3e6'),(5702,715,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5703,715,'_slides_0_slide_title','field_554872321b3e7'),(5704,715,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5705,715,'_slides_0_slide_text','field_5548743d56847'),(5706,715,'slides_0_slide_link',''),(5707,715,'_slides_0_slide_link','field_5548728d88d0a'),(5708,715,'slides_0_slide_open_link_in_new_window',''),(5709,715,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5710,715,'slides_1_slide_image','530'),(5711,715,'_slides_1_slide_image','field_554871fa1b3e6'),(5712,715,'slides_1_slide_title','Import & Export Global Logistics '),(5713,715,'_slides_1_slide_title','field_554872321b3e7'),(5714,715,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5715,715,'_slides_1_slide_text','field_5548743d56847'),(5716,715,'slides_1_slide_link',''),(5717,715,'_slides_1_slide_link','field_5548728d88d0a'),(5718,715,'slides_1_slide_open_link_in_new_window',''),(5719,715,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5720,715,'slides_2_slide_image','498'),(5721,715,'_slides_2_slide_image','field_554871fa1b3e6'),(5722,715,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5723,715,'_slides_2_slide_title','field_554872321b3e7'),(5724,715,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5725,715,'_slides_2_slide_text','field_5548743d56847'),(5726,715,'slides_2_slide_link',''),(5727,715,'_slides_2_slide_link','field_5548728d88d0a'),(5728,715,'slides_2_slide_open_link_in_new_window',''),(5729,715,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5730,715,'slides','3'),(5731,715,'_slides','field_554871d21b3e5'),(5732,715,'auto_cycle','1'),(5733,715,'_auto_cycle','field_55487307bdff8'),(5734,715,'cycle_interval','5000'),(5735,715,'_cycle_interval','field_55487335bdff9'),(5736,715,'background_image',''),(5737,715,'_background_image','field_5538c999ec7c2'),(5738,715,'background_image_horizontal_position','center'),(5739,715,'_background_image_horizontal_position','field_5538c9daec7c3'),(5740,715,'background_image_vertical_position','center'),(5741,715,'_background_image_vertical_position','field_5538ca0cec7c4'),(5742,715,'background_image_repeat','repeat'),(5743,715,'_background_image_repeat','field_5538ca44ec7c5'),(5744,715,'background_image_attachment','scroll'),(5745,715,'_background_image_attachment','field_5538ca6cec7c6'),(5746,715,'background_color',''),(5747,715,'_background_color','field_5538caa9ec7c7'),(5748,715,'sidebar','none'),(5749,715,'_sidebar','field_5534bcc459d58'),(5750,715,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#81d742\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5751,716,'subtitle',''),(5752,716,'_subtitle','field_5534998130ef7'),(5753,716,'slider_content','caption'),(5754,716,'_slider_content','field_5548717a1b3e4'),(5755,716,'slides_0_slide_image','502'),(5756,716,'_slides_0_slide_image','field_554871fa1b3e6'),(5757,716,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5758,716,'_slides_0_slide_title','field_554872321b3e7'),(5759,716,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5760,716,'_slides_0_slide_text','field_5548743d56847'),(5761,716,'slides_0_slide_link',''),(5762,716,'_slides_0_slide_link','field_5548728d88d0a'),(5763,716,'slides_0_slide_open_link_in_new_window',''),(5764,716,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5765,716,'slides_1_slide_image','530'),(5766,716,'_slides_1_slide_image','field_554871fa1b3e6'),(5767,716,'slides_1_slide_title','Import & Export Global Logistics '),(5768,716,'_slides_1_slide_title','field_554872321b3e7'),(5769,716,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5770,716,'_slides_1_slide_text','field_5548743d56847'),(5771,716,'slides_1_slide_link',''),(5772,716,'_slides_1_slide_link','field_5548728d88d0a'),(5773,716,'slides_1_slide_open_link_in_new_window',''),(5774,716,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5775,716,'slides_2_slide_image','498'),(5776,716,'_slides_2_slide_image','field_554871fa1b3e6'),(5777,716,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5778,716,'_slides_2_slide_title','field_554872321b3e7'),(5779,716,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5780,716,'_slides_2_slide_text','field_5548743d56847'),(5781,716,'slides_2_slide_link',''),(5782,716,'_slides_2_slide_link','field_5548728d88d0a'),(5783,716,'slides_2_slide_open_link_in_new_window',''),(5784,716,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5785,716,'slides','3'),(5786,716,'_slides','field_554871d21b3e5'),(5787,716,'auto_cycle','1'),(5788,716,'_auto_cycle','field_55487307bdff8'),(5789,716,'cycle_interval','5000'),(5790,716,'_cycle_interval','field_55487335bdff9'),(5791,716,'background_image',''),(5792,716,'_background_image','field_5538c999ec7c2'),(5793,716,'background_image_horizontal_position','center'),(5794,716,'_background_image_horizontal_position','field_5538c9daec7c3'),(5795,716,'background_image_vertical_position','center'),(5796,716,'_background_image_vertical_position','field_5538ca0cec7c4'),(5797,716,'background_image_repeat','repeat'),(5798,716,'_background_image_repeat','field_5538ca44ec7c5'),(5799,716,'background_image_attachment','scroll'),(5800,716,'_background_image_attachment','field_5538ca6cec7c6'),(5801,716,'background_color',''),(5802,716,'_background_color','field_5538caa9ec7c7'),(5803,716,'sidebar','none'),(5804,716,'_sidebar','field_5534bcc459d58'),(5805,716,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:3:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:62:\"[button href=\"#\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5806,717,'subtitle',''),(5807,717,'_subtitle','field_5534998130ef7'),(5808,717,'slider_content','caption'),(5809,717,'_slider_content','field_5548717a1b3e4'),(5810,717,'slides_0_slide_image','502'),(5811,717,'_slides_0_slide_image','field_554871fa1b3e6'),(5812,717,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5813,717,'_slides_0_slide_title','field_554872321b3e7'),(5814,717,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5815,717,'_slides_0_slide_text','field_5548743d56847'),(5816,717,'slides_0_slide_link',''),(5817,717,'_slides_0_slide_link','field_5548728d88d0a'),(5818,717,'slides_0_slide_open_link_in_new_window',''),(5819,717,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5820,717,'slides_1_slide_image','530'),(5821,717,'_slides_1_slide_image','field_554871fa1b3e6'),(5822,717,'slides_1_slide_title','Import & Export Global Logistics '),(5823,717,'_slides_1_slide_title','field_554872321b3e7'),(5824,717,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5825,717,'_slides_1_slide_text','field_5548743d56847'),(5826,717,'slides_1_slide_link',''),(5827,717,'_slides_1_slide_link','field_5548728d88d0a'),(5828,717,'slides_1_slide_open_link_in_new_window',''),(5829,717,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5830,717,'slides_2_slide_image','498'),(5831,717,'_slides_2_slide_image','field_554871fa1b3e6'),(5832,717,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5833,717,'_slides_2_slide_title','field_554872321b3e7'),(5834,717,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5835,717,'_slides_2_slide_text','field_5548743d56847'),(5836,717,'slides_2_slide_link',''),(5837,717,'_slides_2_slide_link','field_5548728d88d0a'),(5838,717,'slides_2_slide_open_link_in_new_window',''),(5839,717,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5840,717,'slides','3'),(5841,717,'_slides','field_554871d21b3e5'),(5842,717,'auto_cycle','1'),(5843,717,'_auto_cycle','field_55487307bdff8'),(5844,717,'cycle_interval','5000'),(5845,717,'_cycle_interval','field_55487335bdff9'),(5846,717,'background_image',''),(5847,717,'_background_image','field_5538c999ec7c2'),(5848,717,'background_image_horizontal_position','center'),(5849,717,'_background_image_horizontal_position','field_5538c9daec7c3'),(5850,717,'background_image_vertical_position','center'),(5851,717,'_background_image_vertical_position','field_5538ca0cec7c4'),(5852,717,'background_image_repeat','repeat'),(5853,717,'_background_image_repeat','field_5538ca44ec7c5'),(5854,717,'background_image_attachment','scroll'),(5855,717,'_background_image_attachment','field_5538ca6cec7c6'),(5856,717,'background_color',''),(5857,717,'_background_color','field_5538caa9ec7c7'),(5858,717,'sidebar','none'),(5859,717,'_sidebar','field_5534bcc459d58'),(5860,717,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:73:\"[button href=\"/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5861,718,'subtitle',''),(5862,718,'_subtitle','field_5534998130ef7'),(5863,718,'slider_content','caption'),(5864,718,'_slider_content','field_5548717a1b3e4'),(5865,718,'slides_0_slide_image','502'),(5866,718,'_slides_0_slide_image','field_554871fa1b3e6'),(5867,718,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5868,718,'_slides_0_slide_title','field_554872321b3e7'),(5869,718,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5870,718,'_slides_0_slide_text','field_5548743d56847'),(5871,718,'slides_0_slide_link',''),(5872,718,'_slides_0_slide_link','field_5548728d88d0a'),(5873,718,'slides_0_slide_open_link_in_new_window',''),(5874,718,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5875,718,'slides_1_slide_image','530'),(5876,718,'_slides_1_slide_image','field_554871fa1b3e6'),(5877,718,'slides_1_slide_title','Import & Export Global Logistics '),(5878,718,'_slides_1_slide_title','field_554872321b3e7'),(5879,718,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5880,718,'_slides_1_slide_text','field_5548743d56847'),(5881,718,'slides_1_slide_link',''),(5882,718,'_slides_1_slide_link','field_5548728d88d0a'),(5883,718,'slides_1_slide_open_link_in_new_window',''),(5884,718,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5885,718,'slides_2_slide_image','498'),(5886,718,'_slides_2_slide_image','field_554871fa1b3e6'),(5887,718,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5888,718,'_slides_2_slide_title','field_554872321b3e7'),(5889,718,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5890,718,'_slides_2_slide_text','field_5548743d56847'),(5891,718,'slides_2_slide_link',''),(5892,718,'_slides_2_slide_link','field_5548728d88d0a'),(5893,718,'slides_2_slide_open_link_in_new_window',''),(5894,718,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5895,718,'slides','3'),(5896,718,'_slides','field_554871d21b3e5'),(5897,718,'auto_cycle','1'),(5898,718,'_auto_cycle','field_55487307bdff8'),(5899,718,'cycle_interval','5000'),(5900,718,'_cycle_interval','field_55487335bdff9'),(5901,718,'background_image',''),(5902,718,'_background_image','field_5538c999ec7c2'),(5903,718,'background_image_horizontal_position','center'),(5904,718,'_background_image_horizontal_position','field_5538c9daec7c3'),(5905,718,'background_image_vertical_position','center'),(5906,718,'_background_image_vertical_position','field_5538ca0cec7c4'),(5907,718,'background_image_repeat','repeat'),(5908,718,'_background_image_repeat','field_5538ca44ec7c5'),(5909,718,'background_image_attachment','scroll'),(5910,718,'_background_image_attachment','field_5538ca6cec7c6'),(5911,718,'background_color',''),(5912,718,'_background_color','field_5538caa9ec7c7'),(5913,718,'sidebar','none'),(5914,718,'_sidebar','field_5534bcc459d58'),(5915,718,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"c8ec2961-e37f-42fb-bf0f-3e09706e989b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:6;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"6872426d-2c87-4e88-b5fa-c2b3227fa28b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(5918,719,'_menu_item_type','post_type'),(5919,719,'_menu_item_menu_item_parent','0'),(5920,719,'_menu_item_object_id','589'),(5921,719,'_menu_item_object','page'),(5922,719,'_menu_item_target',''),(5923,719,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5924,719,'_menu_item_xfn',''),(5925,719,'_menu_item_url',''),(5927,720,'_menu_item_type','post_type'),(5928,720,'_menu_item_menu_item_parent','0'),(5929,720,'_menu_item_object_id','232'),(5930,720,'_menu_item_object','page'),(5931,720,'_menu_item_target',''),(5932,720,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5933,720,'_menu_item_xfn',''),(5934,720,'_menu_item_url',''),(5936,721,'_menu_item_type','post_type'),(5937,721,'_menu_item_menu_item_parent','0'),(5938,721,'_menu_item_object_id','120'),(5939,721,'_menu_item_object','page'),(5940,721,'_menu_item_target',''),(5941,721,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5942,721,'_menu_item_xfn',''),(5943,721,'_menu_item_url',''),(5945,722,'subtitle',''),(5946,722,'_subtitle','field_5534998130ef7'),(5947,722,'slider_content','caption'),(5948,722,'_slider_content','field_5548717a1b3e4'),(5949,722,'slides_0_slide_image','502'),(5950,722,'_slides_0_slide_image','field_554871fa1b3e6'),(5951,722,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(5952,722,'_slides_0_slide_title','field_554872321b3e7'),(5953,722,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5954,722,'_slides_0_slide_text','field_5548743d56847'),(5955,722,'slides_0_slide_link',''),(5956,722,'_slides_0_slide_link','field_5548728d88d0a'),(5957,722,'slides_0_slide_open_link_in_new_window',''),(5958,722,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(5959,722,'slides_1_slide_image','530'),(5960,722,'_slides_1_slide_image','field_554871fa1b3e6'),(5961,722,'slides_1_slide_title','Import & Export Global Logistics '),(5962,722,'_slides_1_slide_title','field_554872321b3e7'),(5963,722,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5964,722,'_slides_1_slide_text','field_5548743d56847'),(5965,722,'slides_1_slide_link',''),(5966,722,'_slides_1_slide_link','field_5548728d88d0a'),(5967,722,'slides_1_slide_open_link_in_new_window',''),(5968,722,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(5969,722,'slides_2_slide_image','498'),(5970,722,'_slides_2_slide_image','field_554871fa1b3e6'),(5971,722,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(5972,722,'_slides_2_slide_title','field_554872321b3e7'),(5973,722,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(5974,722,'_slides_2_slide_text','field_5548743d56847'),(5975,722,'slides_2_slide_link',''),(5976,722,'_slides_2_slide_link','field_5548728d88d0a'),(5977,722,'slides_2_slide_open_link_in_new_window',''),(5978,722,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(5979,722,'slides','3'),(5980,722,'_slides','field_554871d21b3e5'),(5981,722,'auto_cycle','1'),(5982,722,'_auto_cycle','field_55487307bdff8'),(5983,722,'cycle_interval','5000'),(5984,722,'_cycle_interval','field_55487335bdff9'),(5985,722,'background_image',''),(5986,722,'_background_image','field_5538c999ec7c2'),(5987,722,'background_image_horizontal_position','center'),(5988,722,'_background_image_horizontal_position','field_5538c9daec7c3'),(5989,722,'background_image_vertical_position','center'),(5990,722,'_background_image_vertical_position','field_5538ca0cec7c4'),(5991,722,'background_image_repeat','repeat'),(5992,722,'_background_image_repeat','field_5538ca44ec7c5'),(5993,722,'background_image_attachment','scroll'),(5994,722,'_background_image_attachment','field_5538ca6cec7c6'),(5995,722,'background_color',''),(5996,722,'_background_color','field_5538caa9ec7c7'),(5997,722,'sidebar','none'),(5998,722,'_sidebar','field_5534bcc459d58'),(5999,722,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6000,723,'subtitle',''),(6001,723,'_subtitle','field_5534998130ef7'),(6002,723,'slider_content','caption'),(6003,723,'_slider_content','field_5548717a1b3e4'),(6004,723,'slides_0_slide_image','502'),(6005,723,'_slides_0_slide_image','field_554871fa1b3e6'),(6006,723,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6007,723,'_slides_0_slide_title','field_554872321b3e7'),(6008,723,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6009,723,'_slides_0_slide_text','field_5548743d56847'),(6010,723,'slides_0_slide_link',''),(6011,723,'_slides_0_slide_link','field_5548728d88d0a'),(6012,723,'slides_0_slide_open_link_in_new_window',''),(6013,723,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6014,723,'slides_1_slide_image','530'),(6015,723,'_slides_1_slide_image','field_554871fa1b3e6'),(6016,723,'slides_1_slide_title','Import & Export Global Logistics '),(6017,723,'_slides_1_slide_title','field_554872321b3e7'),(6018,723,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6019,723,'_slides_1_slide_text','field_5548743d56847'),(6020,723,'slides_1_slide_link',''),(6021,723,'_slides_1_slide_link','field_5548728d88d0a'),(6022,723,'slides_1_slide_open_link_in_new_window',''),(6023,723,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6024,723,'slides_2_slide_image','498'),(6025,723,'_slides_2_slide_image','field_554871fa1b3e6'),(6026,723,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6027,723,'_slides_2_slide_title','field_554872321b3e7'),(6028,723,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6029,723,'_slides_2_slide_text','field_5548743d56847'),(6030,723,'slides_2_slide_link',''),(6031,723,'_slides_2_slide_link','field_5548728d88d0a'),(6032,723,'slides_2_slide_open_link_in_new_window',''),(6033,723,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6034,723,'slides','3'),(6035,723,'_slides','field_554871d21b3e5'),(6036,723,'auto_cycle','1'),(6037,723,'_auto_cycle','field_55487307bdff8'),(6038,723,'cycle_interval','5000'),(6039,723,'_cycle_interval','field_55487335bdff9'),(6040,723,'background_image',''),(6041,723,'_background_image','field_5538c999ec7c2'),(6042,723,'background_image_horizontal_position','center'),(6043,723,'_background_image_horizontal_position','field_5538c9daec7c3'),(6044,723,'background_image_vertical_position','center'),(6045,723,'_background_image_vertical_position','field_5538ca0cec7c4'),(6046,723,'background_image_repeat','repeat'),(6047,723,'_background_image_repeat','field_5538ca44ec7c5'),(6048,723,'background_image_attachment','scroll'),(6049,723,'_background_image_attachment','field_5538ca6cec7c6'),(6050,723,'background_color',''),(6051,723,'_background_color','field_5538caa9ec7c7'),(6052,723,'sidebar','none'),(6053,723,'_sidebar','field_5534bcc459d58'),(6054,723,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:104:\"Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6055,725,'subtitle',''),(6056,725,'_subtitle','field_5534998130ef7'),(6057,725,'slider_content','caption'),(6058,725,'_slider_content','field_5548717a1b3e4'),(6059,725,'slides_0_slide_image','502'),(6060,725,'_slides_0_slide_image','field_554871fa1b3e6'),(6061,725,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6062,725,'_slides_0_slide_title','field_554872321b3e7'),(6063,725,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6064,725,'_slides_0_slide_text','field_5548743d56847'),(6065,725,'slides_0_slide_link',''),(6066,725,'_slides_0_slide_link','field_5548728d88d0a'),(6067,725,'slides_0_slide_open_link_in_new_window',''),(6068,725,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6069,725,'slides_1_slide_image','530'),(6070,725,'_slides_1_slide_image','field_554871fa1b3e6'),(6071,725,'slides_1_slide_title','Import & Export Global Logistics '),(6072,725,'_slides_1_slide_title','field_554872321b3e7'),(6073,725,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6074,725,'_slides_1_slide_text','field_5548743d56847'),(6075,725,'slides_1_slide_link',''),(6076,725,'_slides_1_slide_link','field_5548728d88d0a'),(6077,725,'slides_1_slide_open_link_in_new_window',''),(6078,725,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6079,725,'slides_2_slide_image','498'),(6080,725,'_slides_2_slide_image','field_554871fa1b3e6'),(6081,725,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6082,725,'_slides_2_slide_title','field_554872321b3e7'),(6083,725,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6084,725,'_slides_2_slide_text','field_5548743d56847'),(6085,725,'slides_2_slide_link',''),(6086,725,'_slides_2_slide_link','field_5548728d88d0a'),(6087,725,'slides_2_slide_open_link_in_new_window',''),(6088,725,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6089,725,'slides','3'),(6090,725,'_slides','field_554871d21b3e5'),(6091,725,'auto_cycle','1'),(6092,725,'_auto_cycle','field_55487307bdff8'),(6093,725,'cycle_interval','5000'),(6094,725,'_cycle_interval','field_55487335bdff9'),(6095,725,'background_image',''),(6096,725,'_background_image','field_5538c999ec7c2'),(6097,725,'background_image_horizontal_position','center'),(6098,725,'_background_image_horizontal_position','field_5538c9daec7c3'),(6099,725,'background_image_vertical_position','center'),(6100,725,'_background_image_vertical_position','field_5538ca0cec7c4'),(6101,725,'background_image_repeat','repeat'),(6102,725,'_background_image_repeat','field_5538ca44ec7c5'),(6103,725,'background_image_attachment','scroll'),(6104,725,'_background_image_attachment','field_5538ca6cec7c6'),(6105,725,'background_color',''),(6106,725,'_background_color','field_5538caa9ec7c7'),(6107,725,'sidebar','none'),(6108,725,'_sidebar','field_5534bcc459d58'),(6109,725,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6110,726,'subtitle',''),(6111,726,'_subtitle','field_5534998130ef7'),(6112,726,'slider_content','caption'),(6113,726,'_slider_content','field_5548717a1b3e4'),(6114,726,'slides_0_slide_image','502'),(6115,726,'_slides_0_slide_image','field_554871fa1b3e6'),(6116,726,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6117,726,'_slides_0_slide_title','field_554872321b3e7'),(6118,726,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6119,726,'_slides_0_slide_text','field_5548743d56847'),(6120,726,'slides_0_slide_link',''),(6121,726,'_slides_0_slide_link','field_5548728d88d0a'),(6122,726,'slides_0_slide_open_link_in_new_window',''),(6123,726,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6124,726,'slides_1_slide_image','530'),(6125,726,'_slides_1_slide_image','field_554871fa1b3e6'),(6126,726,'slides_1_slide_title','Import & Export Global Logistics '),(6127,726,'_slides_1_slide_title','field_554872321b3e7'),(6128,726,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6129,726,'_slides_1_slide_text','field_5548743d56847'),(6130,726,'slides_1_slide_link',''),(6131,726,'_slides_1_slide_link','field_5548728d88d0a'),(6132,726,'slides_1_slide_open_link_in_new_window',''),(6133,726,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6134,726,'slides_2_slide_image','498'),(6135,726,'_slides_2_slide_image','field_554871fa1b3e6'),(6136,726,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6137,726,'_slides_2_slide_title','field_554872321b3e7'),(6138,726,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6139,726,'_slides_2_slide_text','field_5548743d56847'),(6140,726,'slides_2_slide_link',''),(6141,726,'_slides_2_slide_link','field_5548728d88d0a'),(6142,726,'slides_2_slide_open_link_in_new_window',''),(6143,726,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6144,726,'slides','3'),(6145,726,'_slides','field_554871d21b3e5'),(6146,726,'auto_cycle','1'),(6147,726,'_auto_cycle','field_55487307bdff8'),(6148,726,'cycle_interval','5000'),(6149,726,'_cycle_interval','field_55487335bdff9'),(6150,726,'background_image',''),(6151,726,'_background_image','field_5538c999ec7c2'),(6152,726,'background_image_horizontal_position','center'),(6153,726,'_background_image_horizontal_position','field_5538c9daec7c3'),(6154,726,'background_image_vertical_position','center'),(6155,726,'_background_image_vertical_position','field_5538ca0cec7c4'),(6156,726,'background_image_repeat','repeat'),(6157,726,'_background_image_repeat','field_5538ca44ec7c5'),(6158,726,'background_image_attachment','scroll'),(6159,726,'_background_image_attachment','field_5538ca6cec7c6'),(6160,726,'background_color',''),(6161,726,'_background_color','field_5538caa9ec7c7'),(6162,726,'sidebar','none'),(6163,726,'_sidebar','field_5534bcc459d58'),(6164,726,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6165,727,'subtitle',''),(6166,727,'_subtitle','field_5534998130ef7'),(6167,727,'slider_content','caption'),(6168,727,'_slider_content','field_5548717a1b3e4'),(6169,727,'slides_0_slide_image','502'),(6170,727,'_slides_0_slide_image','field_554871fa1b3e6'),(6171,727,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6172,727,'_slides_0_slide_title','field_554872321b3e7'),(6173,727,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6174,727,'_slides_0_slide_text','field_5548743d56847'),(6175,727,'slides_0_slide_link',''),(6176,727,'_slides_0_slide_link','field_5548728d88d0a'),(6177,727,'slides_0_slide_open_link_in_new_window',''),(6178,727,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6179,727,'slides_1_slide_image','530'),(6180,727,'_slides_1_slide_image','field_554871fa1b3e6'),(6181,727,'slides_1_slide_title','Import & Export Global Logistics '),(6182,727,'_slides_1_slide_title','field_554872321b3e7'),(6183,727,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6184,727,'_slides_1_slide_text','field_5548743d56847'),(6185,727,'slides_1_slide_link',''),(6186,727,'_slides_1_slide_link','field_5548728d88d0a'),(6187,727,'slides_1_slide_open_link_in_new_window',''),(6188,727,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6189,727,'slides_2_slide_image','498'),(6190,727,'_slides_2_slide_image','field_554871fa1b3e6'),(6191,727,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6192,727,'_slides_2_slide_title','field_554872321b3e7'),(6193,727,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6194,727,'_slides_2_slide_text','field_5548743d56847'),(6195,727,'slides_2_slide_link',''),(6196,727,'_slides_2_slide_link','field_5548728d88d0a'),(6197,727,'slides_2_slide_open_link_in_new_window',''),(6198,727,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6199,727,'slides','3'),(6200,727,'_slides','field_554871d21b3e5'),(6201,727,'auto_cycle','1'),(6202,727,'_auto_cycle','field_55487307bdff8'),(6203,727,'cycle_interval','5000'),(6204,727,'_cycle_interval','field_55487335bdff9'),(6205,727,'background_image',''),(6206,727,'_background_image','field_5538c999ec7c2'),(6207,727,'background_image_horizontal_position','center'),(6208,727,'_background_image_horizontal_position','field_5538c9daec7c3'),(6209,727,'background_image_vertical_position','center'),(6210,727,'_background_image_vertical_position','field_5538ca0cec7c4'),(6211,727,'background_image_repeat','repeat'),(6212,727,'_background_image_repeat','field_5538ca44ec7c5'),(6213,727,'background_image_attachment','scroll'),(6214,727,'_background_image_attachment','field_5538ca6cec7c6'),(6215,727,'background_color',''),(6216,727,'_background_color','field_5538caa9ec7c7'),(6217,727,'sidebar','none'),(6218,727,'_sidebar','field_5534bcc459d58'),(6219,727,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6220,728,'_wp_attached_file','2015/04/Golden-gate-ship.jpg'),(6221,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2015/04/Golden-gate-ship.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Golden-gate-ship-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Golden-gate-ship-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:28:\"Golden-gate-ship-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:28:\"Golden-gate-ship-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:28:\"Golden-gate-ship-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:27:\"Golden-gate-ship-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"Golden-gate-ship-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1298703213\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.076982294072363\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6223,729,'subtitle',''),(6224,729,'_subtitle','field_5534998130ef7'),(6225,729,'slider_content','caption'),(6226,729,'_slider_content','field_5548717a1b3e4'),(6227,729,'slides_0_slide_image','502'),(6228,729,'_slides_0_slide_image','field_554871fa1b3e6'),(6229,729,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6230,729,'_slides_0_slide_title','field_554872321b3e7'),(6231,729,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6232,729,'_slides_0_slide_text','field_5548743d56847'),(6233,729,'slides_0_slide_link',''),(6234,729,'_slides_0_slide_link','field_5548728d88d0a'),(6235,729,'slides_0_slide_open_link_in_new_window',''),(6236,729,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6237,729,'slides_1_slide_image','530'),(6238,729,'_slides_1_slide_image','field_554871fa1b3e6'),(6239,729,'slides_1_slide_title','Import & Export Global Logistics '),(6240,729,'_slides_1_slide_title','field_554872321b3e7'),(6241,729,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6242,729,'_slides_1_slide_text','field_5548743d56847'),(6243,729,'slides_1_slide_link',''),(6244,729,'_slides_1_slide_link','field_5548728d88d0a'),(6245,729,'slides_1_slide_open_link_in_new_window',''),(6246,729,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6247,729,'slides_2_slide_image','498'),(6248,729,'_slides_2_slide_image','field_554871fa1b3e6'),(6249,729,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6250,729,'_slides_2_slide_title','field_554872321b3e7'),(6251,729,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6252,729,'_slides_2_slide_text','field_5548743d56847'),(6253,729,'slides_2_slide_link',''),(6254,729,'_slides_2_slide_link','field_5548728d88d0a'),(6255,729,'slides_2_slide_open_link_in_new_window',''),(6256,729,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6257,729,'slides','3'),(6258,729,'_slides','field_554871d21b3e5'),(6259,729,'auto_cycle','1'),(6260,729,'_auto_cycle','field_55487307bdff8'),(6261,729,'cycle_interval','5000'),(6262,729,'_cycle_interval','field_55487335bdff9'),(6263,729,'background_image',''),(6264,729,'_background_image','field_5538c999ec7c2'),(6265,729,'background_image_horizontal_position','center'),(6266,729,'_background_image_horizontal_position','field_5538c9daec7c3'),(6267,729,'background_image_vertical_position','center'),(6268,729,'_background_image_vertical_position','field_5538ca0cec7c4'),(6269,729,'background_image_repeat','repeat'),(6270,729,'_background_image_repeat','field_5538ca44ec7c5'),(6271,729,'background_image_attachment','scroll'),(6272,729,'_background_image_attachment','field_5538ca6cec7c6'),(6273,729,'background_color',''),(6274,729,'_background_color','field_5538caa9ec7c7'),(6275,729,'sidebar','none'),(6276,729,'_sidebar','field_5534bcc459d58'),(6277,729,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6278,729,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6279,729,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6280,730,'subtitle',''),(6281,730,'_subtitle','field_5534998130ef7'),(6282,730,'slider_content','caption'),(6283,730,'_slider_content','field_5548717a1b3e4'),(6284,730,'slides_0_slide_image','502'),(6285,730,'_slides_0_slide_image','field_554871fa1b3e6'),(6286,730,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6287,730,'_slides_0_slide_title','field_554872321b3e7'),(6288,730,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6289,730,'_slides_0_slide_text','field_5548743d56847'),(6290,730,'slides_0_slide_link',''),(6291,730,'_slides_0_slide_link','field_5548728d88d0a'),(6292,730,'slides_0_slide_open_link_in_new_window',''),(6293,730,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6294,730,'slides_1_slide_image','530'),(6295,730,'_slides_1_slide_image','field_554871fa1b3e6'),(6296,730,'slides_1_slide_title','Import & Export Global Logistics '),(6297,730,'_slides_1_slide_title','field_554872321b3e7'),(6298,730,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6299,730,'_slides_1_slide_text','field_5548743d56847'),(6300,730,'slides_1_slide_link',''),(6301,730,'_slides_1_slide_link','field_5548728d88d0a'),(6302,730,'slides_1_slide_open_link_in_new_window',''),(6303,730,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6304,730,'slides_2_slide_image','498'),(6305,730,'_slides_2_slide_image','field_554871fa1b3e6'),(6306,730,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6307,730,'_slides_2_slide_title','field_554872321b3e7'),(6308,730,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6309,730,'_slides_2_slide_text','field_5548743d56847'),(6310,730,'slides_2_slide_link',''),(6311,730,'_slides_2_slide_link','field_5548728d88d0a'),(6312,730,'slides_2_slide_open_link_in_new_window',''),(6313,730,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6314,730,'slides','3'),(6315,730,'_slides','field_554871d21b3e5'),(6316,730,'auto_cycle','1'),(6317,730,'_auto_cycle','field_55487307bdff8'),(6318,730,'cycle_interval','5000'),(6319,730,'_cycle_interval','field_55487335bdff9'),(6320,730,'background_image',''),(6321,730,'_background_image','field_5538c999ec7c2'),(6322,730,'background_image_horizontal_position','center'),(6323,730,'_background_image_horizontal_position','field_5538c9daec7c3'),(6324,730,'background_image_vertical_position','center'),(6325,730,'_background_image_vertical_position','field_5538ca0cec7c4'),(6326,730,'background_image_repeat','repeat'),(6327,730,'_background_image_repeat','field_5538ca44ec7c5'),(6328,730,'background_image_attachment','scroll'),(6329,730,'_background_image_attachment','field_5538ca6cec7c6'),(6330,730,'background_color',''),(6331,730,'_background_color','field_5538caa9ec7c7'),(6332,730,'sidebar','none'),(6333,730,'_sidebar','field_5534bcc459d58'),(6334,730,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6335,731,'subtitle',''),(6336,731,'_subtitle','field_5534998130ef7'),(6337,731,'slider_content','caption'),(6338,731,'_slider_content','field_5548717a1b3e4'),(6339,731,'slides_0_slide_image','502'),(6340,731,'_slides_0_slide_image','field_554871fa1b3e6'),(6341,731,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6342,731,'_slides_0_slide_title','field_554872321b3e7'),(6343,731,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6344,731,'_slides_0_slide_text','field_5548743d56847'),(6345,731,'slides_0_slide_link',''),(6346,731,'_slides_0_slide_link','field_5548728d88d0a'),(6347,731,'slides_0_slide_open_link_in_new_window',''),(6348,731,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6349,731,'slides_1_slide_image','530'),(6350,731,'_slides_1_slide_image','field_554871fa1b3e6'),(6351,731,'slides_1_slide_title','Import & Export Global Logistics '),(6352,731,'_slides_1_slide_title','field_554872321b3e7'),(6353,731,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6354,731,'_slides_1_slide_text','field_5548743d56847'),(6355,731,'slides_1_slide_link',''),(6356,731,'_slides_1_slide_link','field_5548728d88d0a'),(6357,731,'slides_1_slide_open_link_in_new_window',''),(6358,731,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6359,731,'slides_2_slide_image','498'),(6360,731,'_slides_2_slide_image','field_554871fa1b3e6'),(6361,731,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6362,731,'_slides_2_slide_title','field_554872321b3e7'),(6363,731,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6364,731,'_slides_2_slide_text','field_5548743d56847'),(6365,731,'slides_2_slide_link',''),(6366,731,'_slides_2_slide_link','field_5548728d88d0a'),(6367,731,'slides_2_slide_open_link_in_new_window',''),(6368,731,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6369,731,'slides','3'),(6370,731,'_slides','field_554871d21b3e5'),(6371,731,'auto_cycle','1'),(6372,731,'_auto_cycle','field_55487307bdff8'),(6373,731,'cycle_interval','5000'),(6374,731,'_cycle_interval','field_55487335bdff9'),(6375,731,'background_image',''),(6376,731,'_background_image','field_5538c999ec7c2'),(6377,731,'background_image_horizontal_position','center'),(6378,731,'_background_image_horizontal_position','field_5538c9daec7c3'),(6379,731,'background_image_vertical_position','center'),(6380,731,'_background_image_vertical_position','field_5538ca0cec7c4'),(6381,731,'background_image_repeat','repeat'),(6382,731,'_background_image_repeat','field_5538ca44ec7c5'),(6383,731,'background_image_attachment','scroll'),(6384,731,'_background_image_attachment','field_5538ca6cec7c6'),(6385,731,'background_color',''),(6386,731,'_background_color','field_5538caa9ec7c7'),(6387,731,'sidebar','none'),(6388,731,'_sidebar','field_5534bcc459d58'),(6389,731,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6390,731,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6391,731,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:5:{s:4:\"type\";s:6:\"inline\";s:9:\"more_news\";s:2:\"on\";s:4:\"from\";s:1:\"3\";s:2:\"to\";s:1:\"5\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"PW_Latest_News\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"1c77c626-90ee-4fbb-9eef-85826d0b99a8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6392,732,'subtitle',''),(6393,732,'_subtitle','field_5534998130ef7'),(6394,732,'slider_content','caption'),(6395,732,'_slider_content','field_5548717a1b3e4'),(6396,732,'slides_0_slide_image','502'),(6397,732,'_slides_0_slide_image','field_554871fa1b3e6'),(6398,732,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6399,732,'_slides_0_slide_title','field_554872321b3e7'),(6400,732,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6401,732,'_slides_0_slide_text','field_5548743d56847'),(6402,732,'slides_0_slide_link',''),(6403,732,'_slides_0_slide_link','field_5548728d88d0a'),(6404,732,'slides_0_slide_open_link_in_new_window',''),(6405,732,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6406,732,'slides_1_slide_image','530'),(6407,732,'_slides_1_slide_image','field_554871fa1b3e6'),(6408,732,'slides_1_slide_title','Import & Export Global Logistics '),(6409,732,'_slides_1_slide_title','field_554872321b3e7'),(6410,732,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6411,732,'_slides_1_slide_text','field_5548743d56847'),(6412,732,'slides_1_slide_link',''),(6413,732,'_slides_1_slide_link','field_5548728d88d0a'),(6414,732,'slides_1_slide_open_link_in_new_window',''),(6415,732,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6416,732,'slides_2_slide_image','498'),(6417,732,'_slides_2_slide_image','field_554871fa1b3e6'),(6418,732,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6419,732,'_slides_2_slide_title','field_554872321b3e7'),(6420,732,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6421,732,'_slides_2_slide_text','field_5548743d56847'),(6422,732,'slides_2_slide_link',''),(6423,732,'_slides_2_slide_link','field_5548728d88d0a'),(6424,732,'slides_2_slide_open_link_in_new_window',''),(6425,732,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6426,732,'slides','3'),(6427,732,'_slides','field_554871d21b3e5'),(6428,732,'auto_cycle','1'),(6429,732,'_auto_cycle','field_55487307bdff8'),(6430,732,'cycle_interval','5000'),(6431,732,'_cycle_interval','field_55487335bdff9'),(6432,732,'background_image',''),(6433,732,'_background_image','field_5538c999ec7c2'),(6434,732,'background_image_horizontal_position','center'),(6435,732,'_background_image_horizontal_position','field_5538c9daec7c3'),(6436,732,'background_image_vertical_position','center'),(6437,732,'_background_image_vertical_position','field_5538ca0cec7c4'),(6438,732,'background_image_repeat','repeat'),(6439,732,'_background_image_repeat','field_5538ca44ec7c5'),(6440,732,'background_image_attachment','scroll'),(6441,732,'_background_image_attachment','field_5538ca6cec7c6'),(6442,732,'background_color',''),(6443,732,'_background_color','field_5538caa9ec7c7'),(6444,732,'sidebar','none'),(6445,732,'_sidebar','field_5534bcc459d58'),(6446,732,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6447,733,'subtitle',''),(6448,733,'_subtitle','field_5534998130ef7'),(6449,733,'slider_content','caption'),(6450,733,'_slider_content','field_5548717a1b3e4'),(6451,733,'slides_0_slide_image','502'),(6452,733,'_slides_0_slide_image','field_554871fa1b3e6'),(6453,733,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6454,733,'_slides_0_slide_title','field_554872321b3e7'),(6455,733,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6456,733,'_slides_0_slide_text','field_5548743d56847'),(6457,733,'slides_0_slide_link',''),(6458,733,'_slides_0_slide_link','field_5548728d88d0a'),(6459,733,'slides_0_slide_open_link_in_new_window',''),(6460,733,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6461,733,'slides_1_slide_image','530'),(6462,733,'_slides_1_slide_image','field_554871fa1b3e6'),(6463,733,'slides_1_slide_title','Import & Export Global Logistics '),(6464,733,'_slides_1_slide_title','field_554872321b3e7'),(6465,733,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6466,733,'_slides_1_slide_text','field_5548743d56847'),(6467,733,'slides_1_slide_link',''),(6468,733,'_slides_1_slide_link','field_5548728d88d0a'),(6469,733,'slides_1_slide_open_link_in_new_window',''),(6470,733,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6471,733,'slides_2_slide_image','498'),(6472,733,'_slides_2_slide_image','field_554871fa1b3e6'),(6473,733,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6474,733,'_slides_2_slide_title','field_554872321b3e7'),(6475,733,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6476,733,'_slides_2_slide_text','field_5548743d56847'),(6477,733,'slides_2_slide_link',''),(6478,733,'_slides_2_slide_link','field_5548728d88d0a'),(6479,733,'slides_2_slide_open_link_in_new_window',''),(6480,733,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6481,733,'slides','3'),(6482,733,'_slides','field_554871d21b3e5'),(6483,733,'auto_cycle','1'),(6484,733,'_auto_cycle','field_55487307bdff8'),(6485,733,'cycle_interval','5000'),(6486,733,'_cycle_interval','field_55487335bdff9'),(6487,733,'background_image',''),(6488,733,'_background_image','field_5538c999ec7c2'),(6489,733,'background_image_horizontal_position','center'),(6490,733,'_background_image_horizontal_position','field_5538c9daec7c3'),(6491,733,'background_image_vertical_position','center'),(6492,733,'_background_image_vertical_position','field_5538ca0cec7c4'),(6493,733,'background_image_repeat','repeat'),(6494,733,'_background_image_repeat','field_5538ca44ec7c5'),(6495,733,'background_image_attachment','scroll'),(6496,733,'_background_image_attachment','field_5538ca6cec7c6'),(6497,733,'background_color',''),(6498,733,'_background_color','field_5538caa9ec7c7'),(6499,733,'sidebar','none'),(6500,733,'_sidebar','field_5534bcc459d58'),(6501,733,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:224:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6502,733,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6503,733,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6504,734,'subtitle',''),(6505,734,'_subtitle','field_5534998130ef7'),(6506,734,'slider_content','caption'),(6507,734,'_slider_content','field_5548717a1b3e4'),(6508,734,'slides_0_slide_image','502'),(6509,734,'_slides_0_slide_image','field_554871fa1b3e6'),(6510,734,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6511,734,'_slides_0_slide_title','field_554872321b3e7'),(6512,734,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6513,734,'_slides_0_slide_text','field_5548743d56847'),(6514,734,'slides_0_slide_link',''),(6515,734,'_slides_0_slide_link','field_5548728d88d0a'),(6516,734,'slides_0_slide_open_link_in_new_window',''),(6517,734,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6518,734,'slides_1_slide_image','530'),(6519,734,'_slides_1_slide_image','field_554871fa1b3e6'),(6520,734,'slides_1_slide_title','Import & Export Global Logistics '),(6521,734,'_slides_1_slide_title','field_554872321b3e7'),(6522,734,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6523,734,'_slides_1_slide_text','field_5548743d56847'),(6524,734,'slides_1_slide_link',''),(6525,734,'_slides_1_slide_link','field_5548728d88d0a'),(6526,734,'slides_1_slide_open_link_in_new_window',''),(6527,734,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6528,734,'slides_2_slide_image','498'),(6529,734,'_slides_2_slide_image','field_554871fa1b3e6'),(6530,734,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6531,734,'_slides_2_slide_title','field_554872321b3e7'),(6532,734,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6533,734,'_slides_2_slide_text','field_5548743d56847'),(6534,734,'slides_2_slide_link',''),(6535,734,'_slides_2_slide_link','field_5548728d88d0a'),(6536,734,'slides_2_slide_open_link_in_new_window',''),(6537,734,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6538,734,'slides','3'),(6539,734,'_slides','field_554871d21b3e5'),(6540,734,'auto_cycle','1'),(6541,734,'_auto_cycle','field_55487307bdff8'),(6542,734,'cycle_interval','5000'),(6543,734,'_cycle_interval','field_55487335bdff9'),(6544,734,'background_image',''),(6545,734,'_background_image','field_5538c999ec7c2'),(6546,734,'background_image_horizontal_position','center'),(6547,734,'_background_image_horizontal_position','field_5538c9daec7c3'),(6548,734,'background_image_vertical_position','center'),(6549,734,'_background_image_vertical_position','field_5538ca0cec7c4'),(6550,734,'background_image_repeat','repeat'),(6551,734,'_background_image_repeat','field_5538ca44ec7c5'),(6552,734,'background_image_attachment','scroll'),(6553,734,'_background_image_attachment','field_5538ca6cec7c6'),(6554,734,'background_color',''),(6555,734,'_background_color','field_5538caa9ec7c7'),(6556,734,'sidebar','none'),(6557,734,'_sidebar','field_5534bcc459d58'),(6558,734,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:224:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6559,735,'subtitle',''),(6560,735,'_subtitle','field_5534998130ef7'),(6561,735,'slider_content','caption'),(6562,735,'_slider_content','field_5548717a1b3e4'),(6563,735,'slides_0_slide_image','502'),(6564,735,'_slides_0_slide_image','field_554871fa1b3e6'),(6565,735,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6566,735,'_slides_0_slide_title','field_554872321b3e7'),(6567,735,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6568,735,'_slides_0_slide_text','field_5548743d56847'),(6569,735,'slides_0_slide_link',''),(6570,735,'_slides_0_slide_link','field_5548728d88d0a'),(6571,735,'slides_0_slide_open_link_in_new_window',''),(6572,735,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6573,735,'slides_1_slide_image','530'),(6574,735,'_slides_1_slide_image','field_554871fa1b3e6'),(6575,735,'slides_1_slide_title','Import & Export Global Logistics '),(6576,735,'_slides_1_slide_title','field_554872321b3e7'),(6577,735,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6578,735,'_slides_1_slide_text','field_5548743d56847'),(6579,735,'slides_1_slide_link',''),(6580,735,'_slides_1_slide_link','field_5548728d88d0a'),(6581,735,'slides_1_slide_open_link_in_new_window',''),(6582,735,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6583,735,'slides_2_slide_image','498'),(6584,735,'_slides_2_slide_image','field_554871fa1b3e6'),(6585,735,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6586,735,'_slides_2_slide_title','field_554872321b3e7'),(6587,735,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6588,735,'_slides_2_slide_text','field_5548743d56847'),(6589,735,'slides_2_slide_link',''),(6590,735,'_slides_2_slide_link','field_5548728d88d0a'),(6591,735,'slides_2_slide_open_link_in_new_window',''),(6592,735,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6593,735,'slides','3'),(6594,735,'_slides','field_554871d21b3e5'),(6595,735,'auto_cycle','1'),(6596,735,'_auto_cycle','field_55487307bdff8'),(6597,735,'cycle_interval','5000'),(6598,735,'_cycle_interval','field_55487335bdff9'),(6599,735,'background_image',''),(6600,735,'_background_image','field_5538c999ec7c2'),(6601,735,'background_image_horizontal_position','center'),(6602,735,'_background_image_horizontal_position','field_5538c9daec7c3'),(6603,735,'background_image_vertical_position','center'),(6604,735,'_background_image_vertical_position','field_5538ca0cec7c4'),(6605,735,'background_image_repeat','repeat'),(6606,735,'_background_image_repeat','field_5538ca44ec7c5'),(6607,735,'background_image_attachment','scroll'),(6608,735,'_background_image_attachment','field_5538ca6cec7c6'),(6609,735,'background_color',''),(6610,735,'_background_color','field_5538caa9ec7c7'),(6611,735,'sidebar','none'),(6612,735,'_sidebar','field_5534bcc459d58'),(6613,735,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:110:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6614,735,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:224:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6615,735,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:224:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6616,736,'subtitle',''),(6617,736,'_subtitle','field_5534998130ef7'),(6618,736,'slider_content','caption'),(6619,736,'_slider_content','field_5548717a1b3e4'),(6620,736,'slides_0_slide_image','502'),(6621,736,'_slides_0_slide_image','field_554871fa1b3e6'),(6622,736,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6623,736,'_slides_0_slide_title','field_554872321b3e7'),(6624,736,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6625,736,'_slides_0_slide_text','field_5548743d56847'),(6626,736,'slides_0_slide_link',''),(6627,736,'_slides_0_slide_link','field_5548728d88d0a'),(6628,736,'slides_0_slide_open_link_in_new_window',''),(6629,736,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6630,736,'slides_1_slide_image','530'),(6631,736,'_slides_1_slide_image','field_554871fa1b3e6'),(6632,736,'slides_1_slide_title','Import & Export Global Logistics '),(6633,736,'_slides_1_slide_title','field_554872321b3e7'),(6634,736,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6635,736,'_slides_1_slide_text','field_5548743d56847'),(6636,736,'slides_1_slide_link',''),(6637,736,'_slides_1_slide_link','field_5548728d88d0a'),(6638,736,'slides_1_slide_open_link_in_new_window',''),(6639,736,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6640,736,'slides_2_slide_image','498'),(6641,736,'_slides_2_slide_image','field_554871fa1b3e6'),(6642,736,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6643,736,'_slides_2_slide_title','field_554872321b3e7'),(6644,736,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6645,736,'_slides_2_slide_text','field_5548743d56847'),(6646,736,'slides_2_slide_link',''),(6647,736,'_slides_2_slide_link','field_5548728d88d0a'),(6648,736,'slides_2_slide_open_link_in_new_window',''),(6649,736,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6650,736,'slides','3'),(6651,736,'_slides','field_554871d21b3e5'),(6652,736,'auto_cycle','1'),(6653,736,'_auto_cycle','field_55487307bdff8'),(6654,736,'cycle_interval','5000'),(6655,736,'_cycle_interval','field_55487335bdff9'),(6656,736,'background_image',''),(6657,736,'_background_image','field_5538c999ec7c2'),(6658,736,'background_image_horizontal_position','center'),(6659,736,'_background_image_horizontal_position','field_5538c9daec7c3'),(6660,736,'background_image_vertical_position','center'),(6661,736,'_background_image_vertical_position','field_5538ca0cec7c4'),(6662,736,'background_image_repeat','repeat'),(6663,736,'_background_image_repeat','field_5538ca44ec7c5'),(6664,736,'background_image_attachment','scroll'),(6665,736,'_background_image_attachment','field_5538ca6cec7c6'),(6666,736,'background_color',''),(6667,736,'_background_color','field_5538caa9ec7c7'),(6668,736,'sidebar','none'),(6669,736,'_sidebar','field_5534bcc459d58'),(6670,736,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:110:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6671,737,'subtitle',''),(6672,737,'_subtitle','field_5534998130ef7'),(6673,737,'slider_content','caption'),(6674,737,'_slider_content','field_5548717a1b3e4'),(6675,737,'slides_0_slide_image','502'),(6676,737,'_slides_0_slide_image','field_554871fa1b3e6'),(6677,737,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6678,737,'_slides_0_slide_title','field_554872321b3e7'),(6679,737,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6680,737,'_slides_0_slide_text','field_5548743d56847'),(6681,737,'slides_0_slide_link',''),(6682,737,'_slides_0_slide_link','field_5548728d88d0a'),(6683,737,'slides_0_slide_open_link_in_new_window',''),(6684,737,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6685,737,'slides_1_slide_image','530'),(6686,737,'_slides_1_slide_image','field_554871fa1b3e6'),(6687,737,'slides_1_slide_title','Import & Export Global Logistics '),(6688,737,'_slides_1_slide_title','field_554872321b3e7'),(6689,737,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6690,737,'_slides_1_slide_text','field_5548743d56847'),(6691,737,'slides_1_slide_link',''),(6692,737,'_slides_1_slide_link','field_5548728d88d0a'),(6693,737,'slides_1_slide_open_link_in_new_window',''),(6694,737,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6695,737,'slides_2_slide_image','498'),(6696,737,'_slides_2_slide_image','field_554871fa1b3e6'),(6697,737,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6698,737,'_slides_2_slide_title','field_554872321b3e7'),(6699,737,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6700,737,'_slides_2_slide_text','field_5548743d56847'),(6701,737,'slides_2_slide_link',''),(6702,737,'_slides_2_slide_link','field_5548728d88d0a'),(6703,737,'slides_2_slide_open_link_in_new_window',''),(6704,737,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6705,737,'slides','3'),(6706,737,'_slides','field_554871d21b3e5'),(6707,737,'auto_cycle','1'),(6708,737,'_auto_cycle','field_55487307bdff8'),(6709,737,'cycle_interval','5000'),(6710,737,'_cycle_interval','field_55487335bdff9'),(6711,737,'background_image',''),(6712,737,'_background_image','field_5538c999ec7c2'),(6713,737,'background_image_horizontal_position','center'),(6714,737,'_background_image_horizontal_position','field_5538c9daec7c3'),(6715,737,'background_image_vertical_position','center'),(6716,737,'_background_image_vertical_position','field_5538ca0cec7c4'),(6717,737,'background_image_repeat','repeat'),(6718,737,'_background_image_repeat','field_5538ca44ec7c5'),(6719,737,'background_image_attachment','scroll'),(6720,737,'_background_image_attachment','field_5538ca6cec7c6'),(6721,737,'background_color',''),(6722,737,'_background_color','field_5538caa9ec7c7'),(6723,737,'sidebar','none'),(6724,737,'_sidebar','field_5534bcc459d58'),(6725,737,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6726,737,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:110:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6727,737,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:110:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6728,738,'subtitle',''),(6729,738,'_subtitle','field_5534998130ef7'),(6730,738,'slider_content','caption'),(6731,738,'_slider_content','field_5548717a1b3e4'),(6732,738,'slides_0_slide_image','502'),(6733,738,'_slides_0_slide_image','field_554871fa1b3e6'),(6734,738,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6735,738,'_slides_0_slide_title','field_554872321b3e7'),(6736,738,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6737,738,'_slides_0_slide_text','field_5548743d56847'),(6738,738,'slides_0_slide_link',''),(6739,738,'_slides_0_slide_link','field_5548728d88d0a'),(6740,738,'slides_0_slide_open_link_in_new_window',''),(6741,738,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6742,738,'slides_1_slide_image','530'),(6743,738,'_slides_1_slide_image','field_554871fa1b3e6'),(6744,738,'slides_1_slide_title','Import & Export Global Logistics '),(6745,738,'_slides_1_slide_title','field_554872321b3e7'),(6746,738,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6747,738,'_slides_1_slide_text','field_5548743d56847'),(6748,738,'slides_1_slide_link',''),(6749,738,'_slides_1_slide_link','field_5548728d88d0a'),(6750,738,'slides_1_slide_open_link_in_new_window',''),(6751,738,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6752,738,'slides_2_slide_image','498'),(6753,738,'_slides_2_slide_image','field_554871fa1b3e6'),(6754,738,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6755,738,'_slides_2_slide_title','field_554872321b3e7'),(6756,738,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6757,738,'_slides_2_slide_text','field_5548743d56847'),(6758,738,'slides_2_slide_link',''),(6759,738,'_slides_2_slide_link','field_5548728d88d0a'),(6760,738,'slides_2_slide_open_link_in_new_window',''),(6761,738,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6762,738,'slides','3'),(6763,738,'_slides','field_554871d21b3e5'),(6764,738,'auto_cycle','1'),(6765,738,'_auto_cycle','field_55487307bdff8'),(6766,738,'cycle_interval','5000'),(6767,738,'_cycle_interval','field_55487335bdff9'),(6768,738,'background_image',''),(6769,738,'_background_image','field_5538c999ec7c2'),(6770,738,'background_image_horizontal_position','center'),(6771,738,'_background_image_horizontal_position','field_5538c9daec7c3'),(6772,738,'background_image_vertical_position','center'),(6773,738,'_background_image_vertical_position','field_5538ca0cec7c4'),(6774,738,'background_image_repeat','repeat'),(6775,738,'_background_image_repeat','field_5538ca44ec7c5'),(6776,738,'background_image_attachment','scroll'),(6777,738,'_background_image_attachment','field_5538ca6cec7c6'),(6778,738,'background_color',''),(6779,738,'_background_color','field_5538caa9ec7c7'),(6780,738,'sidebar','none'),(6781,738,'_sidebar','field_5534bcc459d58'),(6782,738,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6783,739,'subtitle',''),(6784,739,'_subtitle','field_5534998130ef7'),(6785,739,'slider_content','caption'),(6786,739,'_slider_content','field_5548717a1b3e4'),(6787,739,'slides_0_slide_image','502'),(6788,739,'_slides_0_slide_image','field_554871fa1b3e6'),(6789,739,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6790,739,'_slides_0_slide_title','field_554872321b3e7'),(6791,739,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6792,739,'_slides_0_slide_text','field_5548743d56847'),(6793,739,'slides_0_slide_link',''),(6794,739,'_slides_0_slide_link','field_5548728d88d0a'),(6795,739,'slides_0_slide_open_link_in_new_window',''),(6796,739,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6797,739,'slides_1_slide_image','530'),(6798,739,'_slides_1_slide_image','field_554871fa1b3e6'),(6799,739,'slides_1_slide_title','Import & Export Global Logistics '),(6800,739,'_slides_1_slide_title','field_554872321b3e7'),(6801,739,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6802,739,'_slides_1_slide_text','field_5548743d56847'),(6803,739,'slides_1_slide_link',''),(6804,739,'_slides_1_slide_link','field_5548728d88d0a'),(6805,739,'slides_1_slide_open_link_in_new_window',''),(6806,739,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6807,739,'slides_2_slide_image','498'),(6808,739,'_slides_2_slide_image','field_554871fa1b3e6'),(6809,739,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6810,739,'_slides_2_slide_title','field_554872321b3e7'),(6811,739,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6812,739,'_slides_2_slide_text','field_5548743d56847'),(6813,739,'slides_2_slide_link',''),(6814,739,'_slides_2_slide_link','field_5548728d88d0a'),(6815,739,'slides_2_slide_open_link_in_new_window',''),(6816,739,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6817,739,'slides','3'),(6818,739,'_slides','field_554871d21b3e5'),(6819,739,'auto_cycle','1'),(6820,739,'_auto_cycle','field_55487307bdff8'),(6821,739,'cycle_interval','5000'),(6822,739,'_cycle_interval','field_55487335bdff9'),(6823,739,'background_image',''),(6824,739,'_background_image','field_5538c999ec7c2'),(6825,739,'background_image_horizontal_position','center'),(6826,739,'_background_image_horizontal_position','field_5538c9daec7c3'),(6827,739,'background_image_vertical_position','center'),(6828,739,'_background_image_vertical_position','field_5538ca0cec7c4'),(6829,739,'background_image_repeat','repeat'),(6830,739,'_background_image_repeat','field_5538ca44ec7c5'),(6831,739,'background_image_attachment','scroll'),(6832,739,'_background_image_attachment','field_5538ca6cec7c6'),(6833,739,'background_color',''),(6834,739,'_background_color','field_5538caa9ec7c7'),(6835,739,'sidebar','none'),(6836,739,'_sidebar','field_5534bcc459d58'),(6837,739,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'); INSERT INTO `wp_postmeta` VALUES (6838,739,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6839,739,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"<p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6840,740,'subtitle',''),(6841,740,'_subtitle','field_5534998130ef7'),(6842,740,'slider_content','caption'),(6843,740,'_slider_content','field_5548717a1b3e4'),(6844,740,'slides_0_slide_image','502'),(6845,740,'_slides_0_slide_image','field_554871fa1b3e6'),(6846,740,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6847,740,'_slides_0_slide_title','field_554872321b3e7'),(6848,740,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6849,740,'_slides_0_slide_text','field_5548743d56847'),(6850,740,'slides_0_slide_link',''),(6851,740,'_slides_0_slide_link','field_5548728d88d0a'),(6852,740,'slides_0_slide_open_link_in_new_window',''),(6853,740,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6854,740,'slides_1_slide_image','530'),(6855,740,'_slides_1_slide_image','field_554871fa1b3e6'),(6856,740,'slides_1_slide_title','Import & Export Global Logistics '),(6857,740,'_slides_1_slide_title','field_554872321b3e7'),(6858,740,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6859,740,'_slides_1_slide_text','field_5548743d56847'),(6860,740,'slides_1_slide_link',''),(6861,740,'_slides_1_slide_link','field_5548728d88d0a'),(6862,740,'slides_1_slide_open_link_in_new_window',''),(6863,740,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6864,740,'slides_2_slide_image','498'),(6865,740,'_slides_2_slide_image','field_554871fa1b3e6'),(6866,740,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6867,740,'_slides_2_slide_title','field_554872321b3e7'),(6868,740,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6869,740,'_slides_2_slide_text','field_5548743d56847'),(6870,740,'slides_2_slide_link',''),(6871,740,'_slides_2_slide_link','field_5548728d88d0a'),(6872,740,'slides_2_slide_open_link_in_new_window',''),(6873,740,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6874,740,'slides','3'),(6875,740,'_slides','field_554871d21b3e5'),(6876,740,'auto_cycle','1'),(6877,740,'_auto_cycle','field_55487307bdff8'),(6878,740,'cycle_interval','5000'),(6879,740,'_cycle_interval','field_55487335bdff9'),(6880,740,'background_image',''),(6881,740,'_background_image','field_5538c999ec7c2'),(6882,740,'background_image_horizontal_position','center'),(6883,740,'_background_image_horizontal_position','field_5538c9daec7c3'),(6884,740,'background_image_vertical_position','center'),(6885,740,'_background_image_vertical_position','field_5538ca0cec7c4'),(6886,740,'background_image_repeat','repeat'),(6887,740,'_background_image_repeat','field_5538ca44ec7c5'),(6888,740,'background_image_attachment','scroll'),(6889,740,'_background_image_attachment','field_5538ca6cec7c6'),(6890,740,'background_color',''),(6891,740,'_background_color','field_5538caa9ec7c7'),(6892,740,'sidebar','none'),(6893,740,'_sidebar','field_5534bcc459d58'),(6894,740,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<p style=\"text-align:center;\">[logo-slider]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6895,741,'_edit_last','1'),(6896,741,'_thumbnail_id','568'),(6897,741,'wplss_slide_link',''),(6898,741,'_edit_lock','1507631978:1'),(6899,743,'_wp_attached_file','2017/10/bevrage-control-1.jpg'),(6900,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2017/10/bevrage-control-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bevrage-control-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"bevrage-control-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:29:\"bevrage-control-1-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:29:\"bevrage-control-1-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:29:\"bevrage-control-1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:28:\"bevrage-control-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"bevrage-control-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6901,744,'_wp_attached_file','2017/10/FDA-Logo-1.jpg'),(6902,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2017/10/FDA-Logo-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FDA-Logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"FDA-Logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:22:\"FDA-Logo-1-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:22:\"FDA-Logo-1-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:22:\"FDA-Logo-1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:21:\"FDA-Logo-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"FDA-Logo-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6905,742,'_edit_last','1'),(6906,742,'_thumbnail_id','743'),(6907,742,'wplss_slide_link',''),(6908,742,'_edit_lock','1507631977:1'),(6909,746,'_edit_last','1'),(6910,746,'_thumbnail_id','744'),(6911,746,'wplss_slide_link',''),(6912,746,'_edit_lock','1507631977:1'),(6913,747,'subtitle',''),(6914,747,'_subtitle','field_5534998130ef7'),(6915,747,'slider_content','caption'),(6916,747,'_slider_content','field_5548717a1b3e4'),(6917,747,'slides_0_slide_image','502'),(6918,747,'_slides_0_slide_image','field_554871fa1b3e6'),(6919,747,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6920,747,'_slides_0_slide_title','field_554872321b3e7'),(6921,747,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6922,747,'_slides_0_slide_text','field_5548743d56847'),(6923,747,'slides_0_slide_link',''),(6924,747,'_slides_0_slide_link','field_5548728d88d0a'),(6925,747,'slides_0_slide_open_link_in_new_window',''),(6926,747,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6927,747,'slides_1_slide_image','530'),(6928,747,'_slides_1_slide_image','field_554871fa1b3e6'),(6929,747,'slides_1_slide_title','Import & Export Global Logistics '),(6930,747,'_slides_1_slide_title','field_554872321b3e7'),(6931,747,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6932,747,'_slides_1_slide_text','field_5548743d56847'),(6933,747,'slides_1_slide_link',''),(6934,747,'_slides_1_slide_link','field_5548728d88d0a'),(6935,747,'slides_1_slide_open_link_in_new_window',''),(6936,747,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6937,747,'slides_2_slide_image','498'),(6938,747,'_slides_2_slide_image','field_554871fa1b3e6'),(6939,747,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6940,747,'_slides_2_slide_title','field_554872321b3e7'),(6941,747,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6942,747,'_slides_2_slide_text','field_5548743d56847'),(6943,747,'slides_2_slide_link',''),(6944,747,'_slides_2_slide_link','field_5548728d88d0a'),(6945,747,'slides_2_slide_open_link_in_new_window',''),(6946,747,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(6947,747,'slides','3'),(6948,747,'_slides','field_554871d21b3e5'),(6949,747,'auto_cycle','1'),(6950,747,'_auto_cycle','field_55487307bdff8'),(6951,747,'cycle_interval','5000'),(6952,747,'_cycle_interval','field_55487335bdff9'),(6953,747,'background_image',''),(6954,747,'_background_image','field_5538c999ec7c2'),(6955,747,'background_image_horizontal_position','center'),(6956,747,'_background_image_horizontal_position','field_5538c9daec7c3'),(6957,747,'background_image_vertical_position','center'),(6958,747,'_background_image_vertical_position','field_5538ca0cec7c4'),(6959,747,'background_image_repeat','repeat'),(6960,747,'_background_image_repeat','field_5538ca44ec7c5'),(6961,747,'background_image_attachment','scroll'),(6962,747,'_background_image_attachment','field_5538ca6cec7c6'),(6963,747,'background_color',''),(6964,747,'_background_color','field_5538caa9ec7c7'),(6965,747,'sidebar','none'),(6966,747,'_sidebar','field_5534bcc459d58'),(6967,747,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:166:\"<p style=\"text-align:center;\">[logoshowcase center_mode=\"true\" slides_column=\"1\"]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(6968,749,'subtitle',''),(6969,749,'_subtitle','field_5534998130ef7'),(6970,749,'slider_content','caption'),(6971,749,'_slider_content','field_5548717a1b3e4'),(6972,749,'slides_0_slide_image','502'),(6973,749,'_slides_0_slide_image','field_554871fa1b3e6'),(6974,749,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(6975,749,'_slides_0_slide_title','field_554872321b3e7'),(6976,749,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6977,749,'_slides_0_slide_text','field_5548743d56847'),(6978,749,'slides_0_slide_link',''),(6979,749,'_slides_0_slide_link','field_5548728d88d0a'),(6980,749,'slides_0_slide_open_link_in_new_window',''),(6981,749,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(6982,749,'slides_1_slide_image','530'),(6983,749,'_slides_1_slide_image','field_554871fa1b3e6'),(6984,749,'slides_1_slide_title','Import & Export Global Logistics '),(6985,749,'_slides_1_slide_title','field_554872321b3e7'),(6986,749,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6987,749,'_slides_1_slide_text','field_5548743d56847'),(6988,749,'slides_1_slide_link',''),(6989,749,'_slides_1_slide_link','field_5548728d88d0a'),(6990,749,'slides_1_slide_open_link_in_new_window',''),(6991,749,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(6992,749,'slides_2_slide_image','498'),(6993,749,'_slides_2_slide_image','field_554871fa1b3e6'),(6994,749,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(6995,749,'_slides_2_slide_title','field_554872321b3e7'),(6996,749,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(6997,749,'_slides_2_slide_text','field_5548743d56847'),(6998,749,'slides_2_slide_link',''),(6999,749,'_slides_2_slide_link','field_5548728d88d0a'),(7000,749,'slides_2_slide_open_link_in_new_window',''),(7001,749,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7002,749,'slides','3'),(7003,749,'_slides','field_554871d21b3e5'),(7004,749,'auto_cycle','1'),(7005,749,'_auto_cycle','field_55487307bdff8'),(7006,749,'cycle_interval','5000'),(7007,749,'_cycle_interval','field_55487335bdff9'),(7008,749,'background_image',''),(7009,749,'_background_image','field_5538c999ec7c2'),(7010,749,'background_image_horizontal_position','center'),(7011,749,'_background_image_horizontal_position','field_5538c9daec7c3'),(7012,749,'background_image_vertical_position','center'),(7013,749,'_background_image_vertical_position','field_5538ca0cec7c4'),(7014,749,'background_image_repeat','repeat'),(7015,749,'_background_image_repeat','field_5538ca44ec7c5'),(7016,749,'background_image_attachment','scroll'),(7017,749,'_background_image_attachment','field_5538ca6cec7c6'),(7018,749,'background_color',''),(7019,749,'_background_color','field_5538caa9ec7c7'),(7020,749,'sidebar','none'),(7021,749,'_sidebar','field_5534bcc459d58'),(7022,749,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:183:\"<p style=\"text-align:center;\">[logoshowcase center_mode=\"true\" slides_column=\"1\" cat_name=\"logos\"]</p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7023,750,'_wp_attached_file','2017/10/US-Customs-1.gif'),(7024,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:352;s:6:\"height\";i:360;s:4:\"file\";s:24:\"2017/10/US-Customs-1.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"US-Customs-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"US-Customs-1-293x300.gif\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:24:\"US-Customs-1-352x200.gif\";s:5:\"width\";i:352;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:24:\"US-Customs-1-270x190.gif\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:24:\"US-Customs-1-352x240.gif\";s:5:\"width\";i:352;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:23:\"US-Customs-1-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"US-Customs-1-272x182.gif\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7025,748,'_edit_last','1'),(7026,748,'_thumbnail_id','750'),(7027,748,'wplss_slide_link',''),(7028,748,'_edit_lock','1507632523:1'),(7031,752,'_edit_last','1'),(7032,752,'_thumbnail_id','750'),(7033,752,'description',''),(7034,752,'link',''),(7035,752,'link_target','_blank'),(7036,752,'imageSize','70%'),(7037,752,'_edit_lock','1508823797:1'),(7038,753,'_edit_last','1'),(7039,753,'_thumbnail_id','686'),(7040,753,'description',''),(7041,753,'link',''),(7042,753,'link_target','_blank'),(7043,753,'imageSize','70%'),(7044,753,'_edit_lock','1507632631:1'),(7045,754,'_edit_last','1'),(7046,754,'_thumbnail_id','743'),(7047,754,'description',''),(7048,754,'link',''),(7049,754,'link_target','_blank'),(7050,754,'imageSize','70%'),(7051,754,'_edit_lock','1507632687:1'),(7052,755,'_edit_last','1'),(7053,755,'_thumbnail_id','744'),(7054,755,'description',''),(7055,755,'link',''),(7056,755,'link_target','_blank'),(7057,755,'imageSize','70%'),(7058,755,'_edit_lock','1507632686:1'),(7059,757,'subtitle',''),(7060,757,'_subtitle','field_5534998130ef7'),(7061,757,'slider_content','caption'),(7062,757,'_slider_content','field_5548717a1b3e4'),(7063,757,'slides_0_slide_image','502'),(7064,757,'_slides_0_slide_image','field_554871fa1b3e6'),(7065,757,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7066,757,'_slides_0_slide_title','field_554872321b3e7'),(7067,757,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7068,757,'_slides_0_slide_text','field_5548743d56847'),(7069,757,'slides_0_slide_link',''),(7070,757,'_slides_0_slide_link','field_5548728d88d0a'),(7071,757,'slides_0_slide_open_link_in_new_window',''),(7072,757,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7073,757,'slides_1_slide_image','530'),(7074,757,'_slides_1_slide_image','field_554871fa1b3e6'),(7075,757,'slides_1_slide_title','Import & Export Global Logistics '),(7076,757,'_slides_1_slide_title','field_554872321b3e7'),(7077,757,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7078,757,'_slides_1_slide_text','field_5548743d56847'),(7079,757,'slides_1_slide_link',''),(7080,757,'_slides_1_slide_link','field_5548728d88d0a'),(7081,757,'slides_1_slide_open_link_in_new_window',''),(7082,757,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7083,757,'slides_2_slide_image','498'),(7084,757,'_slides_2_slide_image','field_554871fa1b3e6'),(7085,757,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7086,757,'_slides_2_slide_title','field_554872321b3e7'),(7087,757,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7088,757,'_slides_2_slide_text','field_5548743d56847'),(7089,757,'slides_2_slide_link',''),(7090,757,'_slides_2_slide_link','field_5548728d88d0a'),(7091,757,'slides_2_slide_open_link_in_new_window',''),(7092,757,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7093,757,'slides','3'),(7094,757,'_slides','field_554871d21b3e5'),(7095,757,'auto_cycle','1'),(7096,757,'_auto_cycle','field_55487307bdff8'),(7097,757,'cycle_interval','5000'),(7098,757,'_cycle_interval','field_55487335bdff9'),(7099,757,'background_image',''),(7100,757,'_background_image','field_5538c999ec7c2'),(7101,757,'background_image_horizontal_position','center'),(7102,757,'_background_image_horizontal_position','field_5538c9daec7c3'),(7103,757,'background_image_vertical_position','center'),(7104,757,'_background_image_vertical_position','field_5538ca0cec7c4'),(7105,757,'background_image_repeat','repeat'),(7106,757,'_background_image_repeat','field_5538ca44ec7c5'),(7107,757,'background_image_attachment','scroll'),(7108,757,'_background_image_attachment','field_5538ca6cec7c6'),(7109,757,'background_color',''),(7110,757,'_background_color','field_5538caa9ec7c7'),(7111,757,'sidebar','none'),(7112,757,'_sidebar','field_5534bcc459d58'),(7113,757,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7114,759,'subtitle',''),(7115,759,'_subtitle','field_5534998130ef7'),(7116,759,'slider_content','caption'),(7117,759,'_slider_content','field_5548717a1b3e4'),(7118,759,'slides_0_slide_image','502'),(7119,759,'_slides_0_slide_image','field_554871fa1b3e6'),(7120,759,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7121,759,'_slides_0_slide_title','field_554872321b3e7'),(7122,759,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7123,759,'_slides_0_slide_text','field_5548743d56847'),(7124,759,'slides_0_slide_link',''),(7125,759,'_slides_0_slide_link','field_5548728d88d0a'),(7126,759,'slides_0_slide_open_link_in_new_window',''),(7127,759,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7128,759,'slides_1_slide_image','530'),(7129,759,'_slides_1_slide_image','field_554871fa1b3e6'),(7130,759,'slides_1_slide_title','Import & Export Global Logistics '),(7131,759,'_slides_1_slide_title','field_554872321b3e7'),(7132,759,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7133,759,'_slides_1_slide_text','field_5548743d56847'),(7134,759,'slides_1_slide_link',''),(7135,759,'_slides_1_slide_link','field_5548728d88d0a'),(7136,759,'slides_1_slide_open_link_in_new_window',''),(7137,759,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7138,759,'slides_2_slide_image','498'),(7139,759,'_slides_2_slide_image','field_554871fa1b3e6'),(7140,759,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7141,759,'_slides_2_slide_title','field_554872321b3e7'),(7142,759,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7143,759,'_slides_2_slide_text','field_5548743d56847'),(7144,759,'slides_2_slide_link',''),(7145,759,'_slides_2_slide_link','field_5548728d88d0a'),(7146,759,'slides_2_slide_open_link_in_new_window',''),(7147,759,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7148,759,'slides','3'),(7149,759,'_slides','field_554871d21b3e5'),(7150,759,'auto_cycle','1'),(7151,759,'_auto_cycle','field_55487307bdff8'),(7152,759,'cycle_interval','5000'),(7153,759,'_cycle_interval','field_55487335bdff9'),(7154,759,'background_image',''),(7155,759,'_background_image','field_5538c999ec7c2'),(7156,759,'background_image_horizontal_position','center'),(7157,759,'_background_image_horizontal_position','field_5538c9daec7c3'),(7158,759,'background_image_vertical_position','center'),(7159,759,'_background_image_vertical_position','field_5538ca0cec7c4'),(7160,759,'background_image_repeat','repeat'),(7161,759,'_background_image_repeat','field_5538ca44ec7c5'),(7162,759,'background_image_attachment','scroll'),(7163,759,'_background_image_attachment','field_5538ca6cec7c6'),(7164,759,'background_color',''),(7165,759,'_background_color','field_5538caa9ec7c7'),(7166,759,'sidebar','none'),(7167,759,'_sidebar','field_5534bcc459d58'),(7168,759,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7169,760,'subtitle',''),(7170,760,'_subtitle','field_5534998130ef7'),(7171,760,'slider_content','caption'),(7172,760,'_slider_content','field_5548717a1b3e4'),(7173,760,'slides_0_slide_image','502'),(7174,760,'_slides_0_slide_image','field_554871fa1b3e6'),(7175,760,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7176,760,'_slides_0_slide_title','field_554872321b3e7'),(7177,760,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7178,760,'_slides_0_slide_text','field_5548743d56847'),(7179,760,'slides_0_slide_link',''),(7180,760,'_slides_0_slide_link','field_5548728d88d0a'),(7181,760,'slides_0_slide_open_link_in_new_window',''),(7182,760,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7183,760,'slides_1_slide_image','530'),(7184,760,'_slides_1_slide_image','field_554871fa1b3e6'),(7185,760,'slides_1_slide_title','Import & Export Global Logistics '),(7186,760,'_slides_1_slide_title','field_554872321b3e7'),(7187,760,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7188,760,'_slides_1_slide_text','field_5548743d56847'),(7189,760,'slides_1_slide_link',''),(7190,760,'_slides_1_slide_link','field_5548728d88d0a'),(7191,760,'slides_1_slide_open_link_in_new_window',''),(7192,760,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7193,760,'slides_2_slide_image','498'),(7194,760,'_slides_2_slide_image','field_554871fa1b3e6'),(7195,760,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7196,760,'_slides_2_slide_title','field_554872321b3e7'),(7197,760,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7198,760,'_slides_2_slide_text','field_5548743d56847'),(7199,760,'slides_2_slide_link',''),(7200,760,'_slides_2_slide_link','field_5548728d88d0a'),(7201,760,'slides_2_slide_open_link_in_new_window',''),(7202,760,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7203,760,'slides','3'),(7204,760,'_slides','field_554871d21b3e5'),(7205,760,'auto_cycle','1'),(7206,760,'_auto_cycle','field_55487307bdff8'),(7207,760,'cycle_interval','5000'),(7208,760,'_cycle_interval','field_55487335bdff9'),(7209,760,'background_image',''),(7210,760,'_background_image','field_5538c999ec7c2'),(7211,760,'background_image_horizontal_position','center'),(7212,760,'_background_image_horizontal_position','field_5538c9daec7c3'),(7213,760,'background_image_vertical_position','center'),(7214,760,'_background_image_vertical_position','field_5538ca0cec7c4'),(7215,760,'background_image_repeat','repeat'),(7216,760,'_background_image_repeat','field_5538ca44ec7c5'),(7217,760,'background_image_attachment','scroll'),(7218,760,'_background_image_attachment','field_5538ca6cec7c6'),(7219,760,'background_color',''),(7220,760,'_background_color','field_5538caa9ec7c7'),(7221,760,'sidebar','none'),(7222,760,'_sidebar','field_5534bcc459d58'),(7223,760,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:121:\" Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7224,761,'_wp_trash_meta_status','publish'),(7225,761,'_wp_trash_meta_time','1508819840'),(7227,762,'subtitle',''),(7228,762,'_subtitle','field_5534998130ef7'),(7229,762,'slider_content','caption'),(7230,762,'_slider_content','field_5548717a1b3e4'),(7231,762,'slides_0_slide_image','502'),(7232,762,'_slides_0_slide_image','field_554871fa1b3e6'),(7233,762,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7234,762,'_slides_0_slide_title','field_554872321b3e7'),(7235,762,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7236,762,'_slides_0_slide_text','field_5548743d56847'),(7237,762,'slides_0_slide_link',''),(7238,762,'_slides_0_slide_link','field_5548728d88d0a'),(7239,762,'slides_0_slide_open_link_in_new_window',''),(7240,762,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7241,762,'slides_1_slide_image','530'),(7242,762,'_slides_1_slide_image','field_554871fa1b3e6'),(7243,762,'slides_1_slide_title','Import & Export Global Logistics '),(7244,762,'_slides_1_slide_title','field_554872321b3e7'),(7245,762,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7246,762,'_slides_1_slide_text','field_5548743d56847'),(7247,762,'slides_1_slide_link',''),(7248,762,'_slides_1_slide_link','field_5548728d88d0a'),(7249,762,'slides_1_slide_open_link_in_new_window',''),(7250,762,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7251,762,'slides_2_slide_image','498'),(7252,762,'_slides_2_slide_image','field_554871fa1b3e6'),(7253,762,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7254,762,'_slides_2_slide_title','field_554872321b3e7'),(7255,762,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7256,762,'_slides_2_slide_text','field_5548743d56847'),(7257,762,'slides_2_slide_link',''),(7258,762,'_slides_2_slide_link','field_5548728d88d0a'),(7259,762,'slides_2_slide_open_link_in_new_window',''),(7260,762,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7261,762,'slides','3'),(7262,762,'_slides','field_554871d21b3e5'),(7263,762,'auto_cycle','1'),(7264,762,'_auto_cycle','field_55487307bdff8'),(7265,762,'cycle_interval','5000'),(7266,762,'_cycle_interval','field_55487335bdff9'),(7267,762,'background_image',''),(7268,762,'_background_image','field_5538c999ec7c2'),(7269,762,'background_image_horizontal_position','center'),(7270,762,'_background_image_horizontal_position','field_5538c9daec7c3'),(7271,762,'background_image_vertical_position','center'),(7272,762,'_background_image_vertical_position','field_5538ca0cec7c4'),(7273,762,'background_image_repeat','repeat'),(7274,762,'_background_image_repeat','field_5538ca44ec7c5'),(7275,762,'background_image_attachment','scroll'),(7276,762,'_background_image_attachment','field_5538ca6cec7c6'),(7277,762,'background_color',''),(7278,762,'_background_color','field_5538caa9ec7c7'),(7279,762,'sidebar','none'),(7280,762,'_sidebar','field_5534bcc459d58'),(7281,762,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7284,764,'_wp_attached_file','2017/10/Federal-and-State-Regulatory-Services.png'),(7285,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:430;s:4:\"file\";s:49:\"2017/10/Federal-and-State-Regulatory-Services.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Federal-and-State-Regulatory-Services-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Federal-and-State-Regulatory-Services-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:49:\"Federal-and-State-Regulatory-Services-425x200.png\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:49:\"Federal-and-State-Regulatory-Services-270x190.png\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:49:\"Federal-and-State-Regulatory-Services-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:48:\"Federal-and-State-Regulatory-Services-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:49:\"Federal-and-State-Regulatory-Services-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7286,765,'subtitle',''),(7287,765,'_subtitle','field_5534998130ef7'),(7288,765,'slider_content','caption'),(7289,765,'_slider_content','field_5548717a1b3e4'),(7290,765,'slides_0_slide_image','502'),(7291,765,'_slides_0_slide_image','field_554871fa1b3e6'),(7292,765,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7293,765,'_slides_0_slide_title','field_554872321b3e7'),(7294,765,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7295,765,'_slides_0_slide_text','field_5548743d56847'),(7296,765,'slides_0_slide_link',''),(7297,765,'_slides_0_slide_link','field_5548728d88d0a'),(7298,765,'slides_0_slide_open_link_in_new_window',''),(7299,765,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7300,765,'slides_1_slide_image','530'),(7301,765,'_slides_1_slide_image','field_554871fa1b3e6'),(7302,765,'slides_1_slide_title','Import & Export Global Logistics '),(7303,765,'_slides_1_slide_title','field_554872321b3e7'),(7304,765,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7305,765,'_slides_1_slide_text','field_5548743d56847'),(7306,765,'slides_1_slide_link',''),(7307,765,'_slides_1_slide_link','field_5548728d88d0a'),(7308,765,'slides_1_slide_open_link_in_new_window',''),(7309,765,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7310,765,'slides_2_slide_image','498'),(7311,765,'_slides_2_slide_image','field_554871fa1b3e6'),(7312,765,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7313,765,'_slides_2_slide_title','field_554872321b3e7'),(7314,765,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7315,765,'_slides_2_slide_text','field_5548743d56847'),(7316,765,'slides_2_slide_link',''),(7317,765,'_slides_2_slide_link','field_5548728d88d0a'),(7318,765,'slides_2_slide_open_link_in_new_window',''),(7319,765,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7320,765,'slides','3'),(7321,765,'_slides','field_554871d21b3e5'),(7322,765,'auto_cycle','1'),(7323,765,'_auto_cycle','field_55487307bdff8'),(7324,765,'cycle_interval','5000'),(7325,765,'_cycle_interval','field_55487335bdff9'),(7326,765,'background_image',''),(7327,765,'_background_image','field_5538c999ec7c2'),(7328,765,'background_image_horizontal_position','center'),(7329,765,'_background_image_horizontal_position','field_5538c9daec7c3'),(7330,765,'background_image_vertical_position','center'),(7331,765,'_background_image_vertical_position','field_5538ca0cec7c4'),(7332,765,'background_image_repeat','repeat'),(7333,765,'_background_image_repeat','field_5538ca44ec7c5'),(7334,765,'background_image_attachment','scroll'),(7335,765,'_background_image_attachment','field_5538ca6cec7c6'),(7336,765,'background_color',''),(7337,765,'_background_color','field_5538caa9ec7c7'),(7338,765,'sidebar','none'),(7339,765,'_sidebar','field_5534bcc459d58'),(7340,765,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:7:\"padding\";s:4:\"60px\";s:27:\"background_image_attachment\";s:3:\"343\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7341,766,'_edit_last','1'),(7342,766,'_edit_lock','1508824901:1'),(7343,766,'_thumbnail_id','775'),(7344,766,'description',''),(7345,766,'link','youtu.be/PiPCbRMMLRE'),(7346,766,'link_target','_blank'),(7347,766,'imageSize','99%'),(7348,767,'_edit_last','1'),(7349,767,'_edit_lock','1508824901:1'),(7350,767,'_thumbnail_id','776'),(7351,767,'description',''),(7352,767,'link','www.youtube.com/watch?v=jUWzUCeNTv8'),(7353,767,'link_target','_blank'),(7354,767,'imageSize','99%'),(7355,768,'_edit_last','1'),(7356,768,'_edit_lock','1508824900:1'),(7357,768,'_thumbnail_id','777'),(7358,768,'description',''),(7359,768,'link','www.youtube.com/watch?v=gqIR1NN0H2k'),(7360,768,'link_target','_blank'),(7361,768,'imageSize','99%'),(7362,769,'_wp_attached_file','2017/10/Award-Winning-Service.png'),(7363,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:150;s:4:\"file\";s:33:\"2017/10/Award-Winning-Service.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Award-Winning-Service-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Award-Winning-Service-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:33:\"Award-Winning-Service-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:33:\"Award-Winning-Service-360x150.png\";s:5:\"width\";i:360;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:32:\"Award-Winning-Service-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:33:\"Award-Winning-Service-272x150.png\";s:5:\"width\";i:272;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7364,770,'subtitle',''),(7365,770,'_subtitle','field_5534998130ef7'),(7366,770,'slider_content','caption'),(7367,770,'_slider_content','field_5548717a1b3e4'),(7368,770,'slides_0_slide_image','502'),(7369,770,'_slides_0_slide_image','field_554871fa1b3e6'),(7370,770,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7371,770,'_slides_0_slide_title','field_554872321b3e7'),(7372,770,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7373,770,'_slides_0_slide_text','field_5548743d56847'),(7374,770,'slides_0_slide_link',''),(7375,770,'_slides_0_slide_link','field_5548728d88d0a'),(7376,770,'slides_0_slide_open_link_in_new_window',''),(7377,770,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7378,770,'slides_1_slide_image','530'),(7379,770,'_slides_1_slide_image','field_554871fa1b3e6'),(7380,770,'slides_1_slide_title','Import & Export Global Logistics '),(7381,770,'_slides_1_slide_title','field_554872321b3e7'),(7382,770,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7383,770,'_slides_1_slide_text','field_5548743d56847'),(7384,770,'slides_1_slide_link',''),(7385,770,'_slides_1_slide_link','field_5548728d88d0a'),(7386,770,'slides_1_slide_open_link_in_new_window',''),(7387,770,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7388,770,'slides_2_slide_image','498'),(7389,770,'_slides_2_slide_image','field_554871fa1b3e6'),(7390,770,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7391,770,'_slides_2_slide_title','field_554872321b3e7'),(7392,770,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7393,770,'_slides_2_slide_text','field_5548743d56847'),(7394,770,'slides_2_slide_link',''),(7395,770,'_slides_2_slide_link','field_5548728d88d0a'),(7396,770,'slides_2_slide_open_link_in_new_window',''),(7397,770,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7398,770,'slides','3'),(7399,770,'_slides','field_554871d21b3e5'),(7400,770,'auto_cycle','1'),(7401,770,'_auto_cycle','field_55487307bdff8'),(7402,770,'cycle_interval','5000'),(7403,770,'_cycle_interval','field_55487335bdff9'),(7404,770,'background_image',''),(7405,770,'_background_image','field_5538c999ec7c2'),(7406,770,'background_image_horizontal_position','center'),(7407,770,'_background_image_horizontal_position','field_5538c9daec7c3'),(7408,770,'background_image_vertical_position','center'),(7409,770,'_background_image_vertical_position','field_5538ca0cec7c4'),(7410,770,'background_image_repeat','repeat'),(7411,770,'_background_image_repeat','field_5538ca44ec7c5'),(7412,770,'background_image_attachment','scroll'),(7413,770,'_background_image_attachment','field_5538ca6cec7c6'),(7414,770,'background_color',''),(7415,770,'_background_color','field_5538caa9ec7c7'),(7416,770,'sidebar','none'),(7417,770,'_sidebar','field_5534bcc459d58'),(7418,770,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(7420,771,'subtitle',''),(7421,771,'_subtitle','field_5534998130ef7'),(7422,771,'slider_content','caption'),(7423,771,'_slider_content','field_5548717a1b3e4'),(7424,771,'slides_0_slide_image','502'),(7425,771,'_slides_0_slide_image','field_554871fa1b3e6'),(7426,771,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7427,771,'_slides_0_slide_title','field_554872321b3e7'),(7428,771,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7429,771,'_slides_0_slide_text','field_5548743d56847'),(7430,771,'slides_0_slide_link',''),(7431,771,'_slides_0_slide_link','field_5548728d88d0a'),(7432,771,'slides_0_slide_open_link_in_new_window',''),(7433,771,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7434,771,'slides_1_slide_image','530'),(7435,771,'_slides_1_slide_image','field_554871fa1b3e6'),(7436,771,'slides_1_slide_title','Import & Export Global Logistics '),(7437,771,'_slides_1_slide_title','field_554872321b3e7'),(7438,771,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7439,771,'_slides_1_slide_text','field_5548743d56847'),(7440,771,'slides_1_slide_link',''),(7441,771,'_slides_1_slide_link','field_5548728d88d0a'),(7442,771,'slides_1_slide_open_link_in_new_window',''),(7443,771,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7444,771,'slides_2_slide_image','498'),(7445,771,'_slides_2_slide_image','field_554871fa1b3e6'),(7446,771,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7447,771,'_slides_2_slide_title','field_554872321b3e7'),(7448,771,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7449,771,'_slides_2_slide_text','field_5548743d56847'),(7450,771,'slides_2_slide_link',''),(7451,771,'_slides_2_slide_link','field_5548728d88d0a'),(7452,771,'slides_2_slide_open_link_in_new_window',''),(7453,771,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7454,771,'slides','3'),(7455,771,'_slides','field_554871d21b3e5'),(7456,771,'auto_cycle','1'),(7457,771,'_auto_cycle','field_55487307bdff8'),(7458,771,'cycle_interval','5000'),(7459,771,'_cycle_interval','field_55487335bdff9'),(7460,771,'background_image',''),(7461,771,'_background_image','field_5538c999ec7c2'),(7462,771,'background_image_horizontal_position','center'),(7463,771,'_background_image_horizontal_position','field_5538c9daec7c3'),(7464,771,'background_image_vertical_position','center'),(7465,771,'_background_image_vertical_position','field_5538ca0cec7c4'),(7466,771,'background_image_repeat','repeat'),(7467,771,'_background_image_repeat','field_5538ca44ec7c5'),(7468,771,'background_image_attachment','scroll'),(7469,771,'_background_image_attachment','field_5538ca6cec7c6'),(7470,771,'background_color',''),(7471,771,'_background_color','field_5538caa9ec7c7'),(7472,771,'sidebar','none'),(7473,771,'_sidebar','field_5534bcc459d58'),(7474,771,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7475,772,'subtitle',''),(7476,772,'_subtitle','field_5534998130ef7'),(7477,772,'slider_content','caption'),(7478,772,'_slider_content','field_5548717a1b3e4'),(7479,772,'slides_0_slide_image','502'),(7480,772,'_slides_0_slide_image','field_554871fa1b3e6'),(7481,772,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7482,772,'_slides_0_slide_title','field_554872321b3e7'),(7483,772,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7484,772,'_slides_0_slide_text','field_5548743d56847'),(7485,772,'slides_0_slide_link',''),(7486,772,'_slides_0_slide_link','field_5548728d88d0a'),(7487,772,'slides_0_slide_open_link_in_new_window',''),(7488,772,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7489,772,'slides_1_slide_image','530'),(7490,772,'_slides_1_slide_image','field_554871fa1b3e6'),(7491,772,'slides_1_slide_title','Import & Export Global Logistics '),(7492,772,'_slides_1_slide_title','field_554872321b3e7'),(7493,772,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7494,772,'_slides_1_slide_text','field_5548743d56847'),(7495,772,'slides_1_slide_link',''),(7496,772,'_slides_1_slide_link','field_5548728d88d0a'),(7497,772,'slides_1_slide_open_link_in_new_window',''),(7498,772,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7499,772,'slides_2_slide_image','498'),(7500,772,'_slides_2_slide_image','field_554871fa1b3e6'),(7501,772,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7502,772,'_slides_2_slide_title','field_554872321b3e7'),(7503,772,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7504,772,'_slides_2_slide_text','field_5548743d56847'),(7505,772,'slides_2_slide_link',''),(7506,772,'_slides_2_slide_link','field_5548728d88d0a'),(7507,772,'slides_2_slide_open_link_in_new_window',''),(7508,772,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7509,772,'slides','3'),(7510,772,'_slides','field_554871d21b3e5'),(7511,772,'auto_cycle','1'),(7512,772,'_auto_cycle','field_55487307bdff8'),(7513,772,'cycle_interval','5000'),(7514,772,'_cycle_interval','field_55487335bdff9'),(7515,772,'background_image',''),(7516,772,'_background_image','field_5538c999ec7c2'),(7517,772,'background_image_horizontal_position','center'),(7518,772,'_background_image_horizontal_position','field_5538c9daec7c3'),(7519,772,'background_image_vertical_position','center'),(7520,772,'_background_image_vertical_position','field_5538ca0cec7c4'),(7521,772,'background_image_repeat','repeat'),(7522,772,'_background_image_repeat','field_5538ca44ec7c5'),(7523,772,'background_image_attachment','scroll'),(7524,772,'_background_image_attachment','field_5538ca6cec7c6'),(7525,772,'background_color',''),(7526,772,'_background_color','field_5538caa9ec7c7'),(7527,772,'sidebar','none'),(7528,772,'_sidebar','field_5534bcc459d58'),(7529,772,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:14:{s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=PiPCbRMMLRE\";s:5:\"title\";s:0:\"\";s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"61c4c80c-dc8a-4bf7-a615-f7230e948a08\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7530,773,'subtitle',''),(7531,773,'_subtitle','field_5534998130ef7'),(7532,773,'slider_content','caption'),(7533,773,'_slider_content','field_5548717a1b3e4'),(7534,773,'slides_0_slide_image','502'),(7535,773,'_slides_0_slide_image','field_554871fa1b3e6'),(7536,773,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7537,773,'_slides_0_slide_title','field_554872321b3e7'),(7538,773,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7539,773,'_slides_0_slide_text','field_5548743d56847'),(7540,773,'slides_0_slide_link',''),(7541,773,'_slides_0_slide_link','field_5548728d88d0a'),(7542,773,'slides_0_slide_open_link_in_new_window',''),(7543,773,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7544,773,'slides_1_slide_image','530'),(7545,773,'_slides_1_slide_image','field_554871fa1b3e6'),(7546,773,'slides_1_slide_title','Import & Export Global Logistics '),(7547,773,'_slides_1_slide_title','field_554872321b3e7'),(7548,773,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7549,773,'_slides_1_slide_text','field_5548743d56847'),(7550,773,'slides_1_slide_link',''),(7551,773,'_slides_1_slide_link','field_5548728d88d0a'),(7552,773,'slides_1_slide_open_link_in_new_window',''),(7553,773,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7554,773,'slides_2_slide_image','498'),(7555,773,'_slides_2_slide_image','field_554871fa1b3e6'),(7556,773,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7557,773,'_slides_2_slide_title','field_554872321b3e7'),(7558,773,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7559,773,'_slides_2_slide_text','field_5548743d56847'),(7560,773,'slides_2_slide_link',''),(7561,773,'_slides_2_slide_link','field_5548728d88d0a'),(7562,773,'slides_2_slide_open_link_in_new_window',''),(7563,773,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7564,773,'slides','3'),(7565,773,'_slides','field_554871d21b3e5'),(7566,773,'auto_cycle','1'),(7567,773,'_auto_cycle','field_55487307bdff8'),(7568,773,'cycle_interval','5000'),(7569,773,'_cycle_interval','field_55487335bdff9'),(7570,773,'background_image',''),(7571,773,'_background_image','field_5538c999ec7c2'),(7572,773,'background_image_horizontal_position','center'),(7573,773,'_background_image_horizontal_position','field_5538c9daec7c3'),(7574,773,'background_image_vertical_position','center'),(7575,773,'_background_image_vertical_position','field_5538ca0cec7c4'),(7576,773,'background_image_repeat','repeat'),(7577,773,'_background_image_repeat','field_5538ca44ec7c5'),(7578,773,'background_image_attachment','scroll'),(7579,773,'_background_image_attachment','field_5538ca6cec7c6'),(7580,773,'background_color',''),(7581,773,'_background_color','field_5538caa9ec7c7'),(7582,773,'sidebar','none'),(7583,773,'_sidebar','field_5534bcc459d58'),(7584,773,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"34\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:14:{s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=PiPCbRMMLRE\";s:5:\"title\";s:0:\"\";s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"61c4c80c-dc8a-4bf7-a615-f7230e948a08\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7585,755,'_wp_trash_meta_status','publish'),(7586,755,'_wp_trash_meta_time','1508823334'),(7587,755,'_wp_desired_post_slug','755'),(7588,754,'_wp_trash_meta_status','publish'),(7589,754,'_wp_trash_meta_time','1508823334'),(7590,754,'_wp_desired_post_slug','754'),(7591,753,'_wp_trash_meta_status','publish'),(7592,753,'_wp_trash_meta_time','1508823334'),(7593,753,'_wp_desired_post_slug','753'),(7594,752,'_wp_trash_meta_status','publish'),(7595,752,'_wp_trash_meta_time','1508823334'),(7596,752,'_wp_desired_post_slug','752'),(7597,775,'_wp_attached_file','2017/10/video1.jpg'),(7598,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2017/10/video1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"video1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"video1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:18:\"video1-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:18:\"video1-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:18:\"video1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"video1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"video1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7599,776,'_wp_attached_file','2017/10/video2.jpg'),(7600,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2017/10/video2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"video2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"video2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:18:\"video2-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:18:\"video2-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:18:\"video2-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:17:\"video2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"video2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7601,777,'_wp_attached_file','2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg'),(7602,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:67:\"2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:67:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:67:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:67:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:66:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:67:\"How-to-Export-Wine-to-China-Access-Wine-Service-YouTube-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7603,778,'_wp_attached_file','2017/10/Wine-Logistics.jpg'),(7604,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/10/Wine-Logistics.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Wine-Logistics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Wine-Logistics-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:26:\"Wine-Logistics-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:26:\"Wine-Logistics-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:26:\"Wine-Logistics-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:25:\"Wine-Logistics-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"Wine-Logistics-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7605,781,'_edit_last','1'),(7606,781,'_edit_lock','1508824898:1'),(7607,781,'_thumbnail_id','778'),(7608,781,'description',''),(7609,781,'link','www.youtube.com/watch?v=TMmKdPV8p1g'),(7610,781,'link_target','_blank'),(7611,781,'imageSize','99%'),(7612,782,'subtitle',''),(7613,782,'_subtitle','field_5534998130ef7'),(7614,782,'slider_content','caption'),(7615,782,'_slider_content','field_5548717a1b3e4'),(7616,782,'slides_0_slide_image','502'),(7617,782,'_slides_0_slide_image','field_554871fa1b3e6'),(7618,782,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7619,782,'_slides_0_slide_title','field_554872321b3e7'),(7620,782,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7621,782,'_slides_0_slide_text','field_5548743d56847'),(7622,782,'slides_0_slide_link',''),(7623,782,'_slides_0_slide_link','field_5548728d88d0a'),(7624,782,'slides_0_slide_open_link_in_new_window',''),(7625,782,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7626,782,'slides_1_slide_image','530'),(7627,782,'_slides_1_slide_image','field_554871fa1b3e6'),(7628,782,'slides_1_slide_title','Import & Export Global Logistics '),(7629,782,'_slides_1_slide_title','field_554872321b3e7'),(7630,782,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7631,782,'_slides_1_slide_text','field_5548743d56847'),(7632,782,'slides_1_slide_link',''),(7633,782,'_slides_1_slide_link','field_5548728d88d0a'),(7634,782,'slides_1_slide_open_link_in_new_window',''),(7635,782,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7636,782,'slides_2_slide_image','498'),(7637,782,'_slides_2_slide_image','field_554871fa1b3e6'),(7638,782,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7639,782,'_slides_2_slide_title','field_554872321b3e7'),(7640,782,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7641,782,'_slides_2_slide_text','field_5548743d56847'),(7642,782,'slides_2_slide_link',''),(7643,782,'_slides_2_slide_link','field_5548728d88d0a'),(7644,782,'slides_2_slide_open_link_in_new_window',''),(7645,782,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7646,782,'slides','3'),(7647,782,'_slides','field_554871d21b3e5'),(7648,782,'auto_cycle','1'),(7649,782,'_auto_cycle','field_55487307bdff8'),(7650,782,'cycle_interval','5000'),(7651,782,'_cycle_interval','field_55487335bdff9'),(7652,782,'background_image',''),(7653,782,'_background_image','field_5538c999ec7c2'),(7654,782,'background_image_horizontal_position','center'),(7655,782,'_background_image_horizontal_position','field_5538c9daec7c3'),(7656,782,'background_image_vertical_position','center'),(7657,782,'_background_image_vertical_position','field_5538ca0cec7c4'),(7658,782,'background_image_repeat','repeat'),(7659,782,'_background_image_repeat','field_5538ca44ec7c5'),(7660,782,'background_image_attachment','scroll'),(7661,782,'_background_image_attachment','field_5538ca6cec7c6'),(7662,782,'background_color',''),(7663,782,'_background_color','field_5538caa9ec7c7'),(7664,782,'sidebar','none'),(7665,782,'_sidebar','field_5534bcc459d58'),(7666,782,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:15;a:14:{s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=PiPCbRMMLRE\";s:5:\"title\";s:0:\"\";s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"61c4c80c-dc8a-4bf7-a615-f7230e948a08\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7668,783,'subtitle',''),(7669,783,'_subtitle','field_5534998130ef7'),(7670,783,'slider_content','caption'),(7671,783,'_slider_content','field_5548717a1b3e4'),(7672,783,'slides_0_slide_image','502'),(7673,783,'_slides_0_slide_image','field_554871fa1b3e6'),(7674,783,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7675,783,'_slides_0_slide_title','field_554872321b3e7'),(7676,783,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7677,783,'_slides_0_slide_text','field_5548743d56847'),(7678,783,'slides_0_slide_link',''),(7679,783,'_slides_0_slide_link','field_5548728d88d0a'),(7680,783,'slides_0_slide_open_link_in_new_window',''),(7681,783,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7682,783,'slides_1_slide_image','530'),(7683,783,'_slides_1_slide_image','field_554871fa1b3e6'),(7684,783,'slides_1_slide_title','Import & Export Global Logistics '),(7685,783,'_slides_1_slide_title','field_554872321b3e7'),(7686,783,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7687,783,'_slides_1_slide_text','field_5548743d56847'),(7688,783,'slides_1_slide_link',''),(7689,783,'_slides_1_slide_link','field_5548728d88d0a'),(7690,783,'slides_1_slide_open_link_in_new_window',''),(7691,783,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7692,783,'slides_2_slide_image','498'),(7693,783,'_slides_2_slide_image','field_554871fa1b3e6'),(7694,783,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7695,783,'_slides_2_slide_title','field_554872321b3e7'),(7696,783,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7697,783,'_slides_2_slide_text','field_5548743d56847'),(7698,783,'slides_2_slide_link',''),(7699,783,'_slides_2_slide_link','field_5548728d88d0a'),(7700,783,'slides_2_slide_open_link_in_new_window',''),(7701,783,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7702,783,'slides','3'),(7703,783,'_slides','field_554871d21b3e5'),(7704,783,'auto_cycle','1'),(7705,783,'_auto_cycle','field_55487307bdff8'),(7706,783,'cycle_interval','5000'),(7707,783,'_cycle_interval','field_55487335bdff9'),(7708,783,'background_image',''),(7709,783,'_background_image','field_5538c999ec7c2'),(7710,783,'background_image_horizontal_position','center'),(7711,783,'_background_image_horizontal_position','field_5538c9daec7c3'),(7712,783,'background_image_vertical_position','center'),(7713,783,'_background_image_vertical_position','field_5538ca0cec7c4'),(7714,783,'background_image_repeat','repeat'),(7715,783,'_background_image_repeat','field_5538ca44ec7c5'),(7716,783,'background_image_attachment','scroll'),(7717,783,'_background_image_attachment','field_5538ca6cec7c6'),(7718,783,'background_color',''),(7719,783,'_background_color','field_5538caa9ec7c7'),(7720,783,'sidebar','none'),(7721,783,'_sidebar','field_5534bcc459d58'),(7722,783,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:347:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7723,784,'_wp_attached_file','2017/10/Founded-in-California-–-Service.jpg'),(7724,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:328;s:4:\"file\";s:45:\"2017/10/Founded-in-California-–-Service.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Founded-in-California-–-Service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Founded-in-California-–-Service-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:45:\"Founded-in-California-–-Service-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:45:\"Founded-in-California-–-Service-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:45:\"Founded-in-California-–-Service-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:44:\"Founded-in-California-–-Service-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"Founded-in-California-–-Service-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7725,785,'subtitle',''),(7726,785,'_subtitle','field_5534998130ef7'),(7727,785,'slider_content','caption'),(7728,785,'_slider_content','field_5548717a1b3e4'),(7729,785,'slides_0_slide_image','502'),(7730,785,'_slides_0_slide_image','field_554871fa1b3e6'),(7731,785,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7732,785,'_slides_0_slide_title','field_554872321b3e7'),(7733,785,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7734,785,'_slides_0_slide_text','field_5548743d56847'),(7735,785,'slides_0_slide_link',''),(7736,785,'_slides_0_slide_link','field_5548728d88d0a'),(7737,785,'slides_0_slide_open_link_in_new_window',''),(7738,785,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7739,785,'slides_1_slide_image','530'),(7740,785,'_slides_1_slide_image','field_554871fa1b3e6'),(7741,785,'slides_1_slide_title','Import & Export Global Logistics '),(7742,785,'_slides_1_slide_title','field_554872321b3e7'),(7743,785,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7744,785,'_slides_1_slide_text','field_5548743d56847'),(7745,785,'slides_1_slide_link',''),(7746,785,'_slides_1_slide_link','field_5548728d88d0a'),(7747,785,'slides_1_slide_open_link_in_new_window',''),(7748,785,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7749,785,'slides_2_slide_image','498'),(7750,785,'_slides_2_slide_image','field_554871fa1b3e6'),(7751,785,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7752,785,'_slides_2_slide_title','field_554872321b3e7'),(7753,785,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7754,785,'_slides_2_slide_text','field_5548743d56847'),(7755,785,'slides_2_slide_link',''),(7756,785,'_slides_2_slide_link','field_5548728d88d0a'),(7757,785,'slides_2_slide_open_link_in_new_window',''),(7758,785,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7759,785,'slides','3'),(7760,785,'_slides','field_554871d21b3e5'),(7761,785,'auto_cycle','1'),(7762,785,'_auto_cycle','field_55487307bdff8'),(7763,785,'cycle_interval','5000'),(7764,785,'_cycle_interval','field_55487335bdff9'),(7765,785,'background_image',''),(7766,785,'_background_image','field_5538c999ec7c2'),(7767,785,'background_image_horizontal_position','center'),(7768,785,'_background_image_horizontal_position','field_5538c9daec7c3'),(7769,785,'background_image_vertical_position','center'),(7770,785,'_background_image_vertical_position','field_5538ca0cec7c4'),(7771,785,'background_image_repeat','repeat'),(7772,785,'_background_image_repeat','field_5538ca44ec7c5'),(7773,785,'background_image_attachment','scroll'),(7774,785,'_background_image_attachment','field_5538ca6cec7c6'),(7775,785,'background_color',''),(7776,785,'_background_color','field_5538caa9ec7c7'),(7777,785,'sidebar','none'),(7778,785,'_sidebar','field_5534bcc459d58'),(7779,785,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7782,786,'subtitle',''),(7783,786,'_subtitle','field_5534998130ef7'),(7784,786,'slider_content','caption'),(7785,786,'_slider_content','field_5548717a1b3e4'),(7786,786,'slides_0_slide_image','502'),(7787,786,'_slides_0_slide_image','field_554871fa1b3e6'),(7788,786,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7789,786,'_slides_0_slide_title','field_554872321b3e7'),(7790,786,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7791,786,'_slides_0_slide_text','field_5548743d56847'),(7792,786,'slides_0_slide_link',''),(7793,786,'_slides_0_slide_link','field_5548728d88d0a'),(7794,786,'slides_0_slide_open_link_in_new_window',''),(7795,786,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7796,786,'slides_1_slide_image','530'),(7797,786,'_slides_1_slide_image','field_554871fa1b3e6'),(7798,786,'slides_1_slide_title','Import & Export Global Logistics '),(7799,786,'_slides_1_slide_title','field_554872321b3e7'),(7800,786,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7801,786,'_slides_1_slide_text','field_5548743d56847'),(7802,786,'slides_1_slide_link',''),(7803,786,'_slides_1_slide_link','field_5548728d88d0a'),(7804,786,'slides_1_slide_open_link_in_new_window',''),(7805,786,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7806,786,'slides_2_slide_image','498'),(7807,786,'_slides_2_slide_image','field_554871fa1b3e6'),(7808,786,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7809,786,'_slides_2_slide_title','field_554872321b3e7'),(7810,786,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7811,786,'_slides_2_slide_text','field_5548743d56847'),(7812,786,'slides_2_slide_link',''),(7813,786,'_slides_2_slide_link','field_5548728d88d0a'),(7814,786,'slides_2_slide_open_link_in_new_window',''),(7815,786,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7816,786,'slides','3'),(7817,786,'_slides','field_554871d21b3e5'),(7818,786,'auto_cycle','1'),(7819,786,'_auto_cycle','field_55487307bdff8'),(7820,786,'cycle_interval','5000'),(7821,786,'_cycle_interval','field_55487335bdff9'),(7822,786,'background_image',''),(7823,786,'_background_image','field_5538c999ec7c2'),(7824,786,'background_image_horizontal_position','center'),(7825,786,'_background_image_horizontal_position','field_5538c9daec7c3'),(7826,786,'background_image_vertical_position','center'),(7827,786,'_background_image_vertical_position','field_5538ca0cec7c4'),(7828,786,'background_image_repeat','repeat'),(7829,786,'_background_image_repeat','field_5538ca44ec7c5'),(7830,786,'background_image_attachment','scroll'),(7831,786,'_background_image_attachment','field_5538ca6cec7c6'),(7832,786,'background_color',''),(7833,786,'_background_color','field_5538caa9ec7c7'),(7834,786,'sidebar','none'),(7835,786,'_sidebar','field_5534bcc459d58'),(7837,786,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7845,787,'subtitle',''),(7846,787,'_subtitle','field_5534998130ef7'),(7847,787,'slider_content','caption'),(7848,787,'_slider_content','field_5548717a1b3e4'),(7849,787,'slides_0_slide_image','502'),(7850,787,'_slides_0_slide_image','field_554871fa1b3e6'),(7851,787,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7852,787,'_slides_0_slide_title','field_554872321b3e7'),(7853,787,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7854,787,'_slides_0_slide_text','field_5548743d56847'),(7855,787,'slides_0_slide_link',''),(7856,787,'_slides_0_slide_link','field_5548728d88d0a'),(7857,787,'slides_0_slide_open_link_in_new_window',''),(7858,787,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7859,787,'slides_1_slide_image','530'),(7860,787,'_slides_1_slide_image','field_554871fa1b3e6'),(7861,787,'slides_1_slide_title','Import & Export Global Logistics '),(7862,787,'_slides_1_slide_title','field_554872321b3e7'),(7863,787,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7864,787,'_slides_1_slide_text','field_5548743d56847'),(7865,787,'slides_1_slide_link',''),(7866,787,'_slides_1_slide_link','field_5548728d88d0a'),(7867,787,'slides_1_slide_open_link_in_new_window',''),(7868,787,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7869,787,'slides_2_slide_image','498'),(7870,787,'_slides_2_slide_image','field_554871fa1b3e6'),(7871,787,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7872,787,'_slides_2_slide_title','field_554872321b3e7'),(7873,787,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7874,787,'_slides_2_slide_text','field_5548743d56847'),(7875,787,'slides_2_slide_link',''),(7876,787,'_slides_2_slide_link','field_5548728d88d0a'),(7877,787,'slides_2_slide_open_link_in_new_window',''),(7878,787,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7879,787,'slides','3'),(7880,787,'_slides','field_554871d21b3e5'),(7881,787,'auto_cycle','1'),(7882,787,'_auto_cycle','field_55487307bdff8'),(7883,787,'cycle_interval','5000'),(7884,787,'_cycle_interval','field_55487335bdff9'),(7885,787,'background_image',''),(7886,787,'_background_image','field_5538c999ec7c2'),(7887,787,'background_image_horizontal_position','center'),(7888,787,'_background_image_horizontal_position','field_5538c9daec7c3'),(7889,787,'background_image_vertical_position','center'),(7890,787,'_background_image_vertical_position','field_5538ca0cec7c4'),(7891,787,'background_image_repeat','repeat'),(7892,787,'_background_image_repeat','field_5538ca44ec7c5'),(7893,787,'background_image_attachment','scroll'),(7894,787,'_background_image_attachment','field_5538ca6cec7c6'),(7895,787,'background_color',''),(7896,787,'_background_color','field_5538caa9ec7c7'),(7897,787,'sidebar','none'),(7898,787,'_sidebar','field_5534bcc459d58'),(7899,787,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7902,787,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7904,787,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7906,788,'subtitle',''),(7907,788,'_subtitle','field_5534998130ef7'),(7908,788,'slider_content','caption'),(7909,788,'_slider_content','field_5548717a1b3e4'),(7910,788,'slides_0_slide_image','502'),(7911,788,'_slides_0_slide_image','field_554871fa1b3e6'),(7912,788,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7913,788,'_slides_0_slide_title','field_554872321b3e7'),(7914,788,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7915,788,'_slides_0_slide_text','field_5548743d56847'),(7916,788,'slides_0_slide_link',''),(7917,788,'_slides_0_slide_link','field_5548728d88d0a'),(7918,788,'slides_0_slide_open_link_in_new_window',''),(7919,788,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7920,788,'slides_1_slide_image','530'),(7921,788,'_slides_1_slide_image','field_554871fa1b3e6'),(7922,788,'slides_1_slide_title','Import & Export Global Logistics '),(7923,788,'_slides_1_slide_title','field_554872321b3e7'),(7924,788,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7925,788,'_slides_1_slide_text','field_5548743d56847'),(7926,788,'slides_1_slide_link',''),(7927,788,'_slides_1_slide_link','field_5548728d88d0a'),(7928,788,'slides_1_slide_open_link_in_new_window',''),(7929,788,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7930,788,'slides_2_slide_image','498'),(7931,788,'_slides_2_slide_image','field_554871fa1b3e6'),(7932,788,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7933,788,'_slides_2_slide_title','field_554872321b3e7'),(7934,788,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"#\"]OUR SERVICES[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7935,788,'_slides_2_slide_text','field_5548743d56847'),(7936,788,'slides_2_slide_link',''),(7937,788,'_slides_2_slide_link','field_5548728d88d0a'),(7938,788,'slides_2_slide_open_link_in_new_window',''),(7939,788,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7940,788,'slides','3'),(7941,788,'_slides','field_554871d21b3e5'),(7942,788,'auto_cycle','1'),(7943,788,'_auto_cycle','field_55487307bdff8'),(7944,788,'cycle_interval','5000'),(7945,788,'_cycle_interval','field_55487335bdff9'),(7946,788,'background_image',''),(7947,788,'_background_image','field_5538c999ec7c2'),(7948,788,'background_image_horizontal_position','center'),(7949,788,'_background_image_horizontal_position','field_5538c9daec7c3'),(7950,788,'background_image_vertical_position','center'),(7951,788,'_background_image_vertical_position','field_5538ca0cec7c4'),(7952,788,'background_image_repeat','repeat'),(7953,788,'_background_image_repeat','field_5538ca44ec7c5'),(7954,788,'background_image_attachment','scroll'),(7955,788,'_background_image_attachment','field_5538ca6cec7c6'),(7956,788,'background_color',''),(7957,788,'_background_color','field_5538caa9ec7c7'),(7958,788,'sidebar','none'),(7959,788,'_sidebar','field_5534bcc459d58'),(7961,788,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(7965,789,'subtitle',''),(7966,789,'_subtitle','field_5534998130ef7'),(7967,789,'slider_content','caption'),(7968,789,'_slider_content','field_5548717a1b3e4'),(7969,789,'slides_0_slide_image','502'),(7970,789,'_slides_0_slide_image','field_554871fa1b3e6'),(7971,789,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(7972,789,'_slides_0_slide_title','field_554872321b3e7'),(7973,789,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7974,789,'_slides_0_slide_text','field_5548743d56847'),(7975,789,'slides_0_slide_link',''),(7976,789,'_slides_0_slide_link','field_5548728d88d0a'),(7977,789,'slides_0_slide_open_link_in_new_window',''),(7978,789,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(7979,789,'slides_1_slide_image','530'),(7980,789,'_slides_1_slide_image','field_554871fa1b3e6'),(7981,789,'slides_1_slide_title','Import & Export Global Logistics '),(7982,789,'_slides_1_slide_title','field_554872321b3e7'),(7983,789,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7984,789,'_slides_1_slide_text','field_5548743d56847'),(7985,789,'slides_1_slide_link',''),(7986,789,'_slides_1_slide_link','field_5548728d88d0a'),(7987,789,'slides_1_slide_open_link_in_new_window',''),(7988,789,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(7989,789,'slides_2_slide_image','498'),(7990,789,'_slides_2_slide_image','field_554871fa1b3e6'),(7991,789,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(7992,789,'_slides_2_slide_title','field_554872321b3e7'),(7993,789,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(7994,789,'_slides_2_slide_text','field_5548743d56847'),(7995,789,'slides_2_slide_link',''),(7996,789,'_slides_2_slide_link','field_5548728d88d0a'),(7997,789,'slides_2_slide_open_link_in_new_window',''),(7998,789,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(7999,789,'slides','3'),(8000,789,'_slides','field_554871d21b3e5'),(8001,789,'auto_cycle','1'),(8002,789,'_auto_cycle','field_55487307bdff8'),(8003,789,'cycle_interval','5000'),(8004,789,'_cycle_interval','field_55487335bdff9'),(8005,789,'background_image',''),(8006,789,'_background_image','field_5538c999ec7c2'),(8007,789,'background_image_horizontal_position','center'),(8008,789,'_background_image_horizontal_position','field_5538c9daec7c3'),(8009,789,'background_image_vertical_position','center'),(8010,789,'_background_image_vertical_position','field_5538ca0cec7c4'),(8011,789,'background_image_repeat','repeat'),(8012,789,'_background_image_repeat','field_5538ca44ec7c5'),(8013,789,'background_image_attachment','scroll'),(8014,789,'_background_image_attachment','field_5538ca6cec7c6'),(8015,789,'background_color',''),(8016,789,'_background_color','field_5538caa9ec7c7'),(8017,789,'sidebar','none'),(8018,789,'_sidebar','field_5534bcc459d58'),(8019,789,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8022,789,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8024,789,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8026,790,'subtitle',''),(8027,790,'_subtitle','field_5534998130ef7'),(8028,790,'slider_content','caption'),(8029,790,'_slider_content','field_5548717a1b3e4'),(8030,790,'slides_0_slide_image','502'),(8031,790,'_slides_0_slide_image','field_554871fa1b3e6'),(8032,790,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8033,790,'_slides_0_slide_title','field_554872321b3e7'),(8034,790,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8035,790,'_slides_0_slide_text','field_5548743d56847'),(8036,790,'slides_0_slide_link',''),(8037,790,'_slides_0_slide_link','field_5548728d88d0a'),(8038,790,'slides_0_slide_open_link_in_new_window',''),(8039,790,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8040,790,'slides_1_slide_image','530'),(8041,790,'_slides_1_slide_image','field_554871fa1b3e6'),(8042,790,'slides_1_slide_title','Import & Export Global Logistics '),(8043,790,'_slides_1_slide_title','field_554872321b3e7'),(8044,790,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8045,790,'_slides_1_slide_text','field_5548743d56847'),(8046,790,'slides_1_slide_link',''),(8047,790,'_slides_1_slide_link','field_5548728d88d0a'),(8048,790,'slides_1_slide_open_link_in_new_window',''),(8049,790,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8050,790,'slides_2_slide_image','498'),(8051,790,'_slides_2_slide_image','field_554871fa1b3e6'),(8052,790,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8053,790,'_slides_2_slide_title','field_554872321b3e7'),(8054,790,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8055,790,'_slides_2_slide_text','field_5548743d56847'),(8056,790,'slides_2_slide_link',''),(8057,790,'_slides_2_slide_link','field_5548728d88d0a'),(8058,790,'slides_2_slide_open_link_in_new_window',''),(8059,790,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8060,790,'slides','3'),(8061,790,'_slides','field_554871d21b3e5'),(8062,790,'auto_cycle','1'),(8063,790,'_auto_cycle','field_55487307bdff8'),(8064,790,'cycle_interval','5000'),(8065,790,'_cycle_interval','field_55487335bdff9'),(8066,790,'background_image',''),(8067,790,'_background_image','field_5538c999ec7c2'),(8068,790,'background_image_horizontal_position','center'),(8069,790,'_background_image_horizontal_position','field_5538c9daec7c3'),(8070,790,'background_image_vertical_position','center'),(8071,790,'_background_image_vertical_position','field_5538ca0cec7c4'),(8072,790,'background_image_repeat','repeat'),(8073,790,'_background_image_repeat','field_5538ca44ec7c5'),(8074,790,'background_image_attachment','scroll'),(8075,790,'_background_image_attachment','field_5538ca6cec7c6'),(8076,790,'background_color',''),(8077,790,'_background_color','field_5538caa9ec7c7'),(8078,790,'sidebar','none'),(8079,790,'_sidebar','field_5534bcc459d58'),(8081,790,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:339:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8095,791,'subtitle',''),(8096,791,'_subtitle','field_5534998130ef7'),(8097,791,'slider_content','caption'),(8098,791,'_slider_content','field_5548717a1b3e4'),(8099,791,'slides_0_slide_image','502'),(8100,791,'_slides_0_slide_image','field_554871fa1b3e6'),(8101,791,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8102,791,'_slides_0_slide_title','field_554872321b3e7'),(8103,791,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8104,791,'_slides_0_slide_text','field_5548743d56847'),(8105,791,'slides_0_slide_link',''),(8106,791,'_slides_0_slide_link','field_5548728d88d0a'),(8107,791,'slides_0_slide_open_link_in_new_window',''),(8108,791,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8109,791,'slides_1_slide_image','530'),(8110,791,'_slides_1_slide_image','field_554871fa1b3e6'),(8111,791,'slides_1_slide_title','Import & Export Global Logistics '),(8112,791,'_slides_1_slide_title','field_554872321b3e7'),(8113,791,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8114,791,'_slides_1_slide_text','field_5548743d56847'),(8115,791,'slides_1_slide_link',''),(8116,791,'_slides_1_slide_link','field_5548728d88d0a'),(8117,791,'slides_1_slide_open_link_in_new_window',''),(8118,791,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8119,791,'slides_2_slide_image','498'),(8120,791,'_slides_2_slide_image','field_554871fa1b3e6'),(8121,791,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8122,791,'_slides_2_slide_title','field_554872321b3e7'),(8123,791,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8124,791,'_slides_2_slide_text','field_5548743d56847'),(8125,791,'slides_2_slide_link',''),(8126,791,'_slides_2_slide_link','field_5548728d88d0a'),(8127,791,'slides_2_slide_open_link_in_new_window',''),(8128,791,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8129,791,'slides','3'),(8130,791,'_slides','field_554871d21b3e5'),(8131,791,'auto_cycle','1'),(8132,791,'_auto_cycle','field_55487307bdff8'),(8133,791,'cycle_interval','5000'),(8134,791,'_cycle_interval','field_55487335bdff9'),(8135,791,'background_image',''),(8136,791,'_background_image','field_5538c999ec7c2'),(8137,791,'background_image_horizontal_position','center'),(8138,791,'_background_image_horizontal_position','field_5538c9daec7c3'),(8139,791,'background_image_vertical_position','center'),(8140,791,'_background_image_vertical_position','field_5538ca0cec7c4'),(8141,791,'background_image_repeat','repeat'),(8142,791,'_background_image_repeat','field_5538ca44ec7c5'),(8143,791,'background_image_attachment','scroll'),(8144,791,'_background_image_attachment','field_5538ca6cec7c6'),(8145,791,'background_color',''),(8146,791,'_background_color','field_5538caa9ec7c7'),(8147,791,'sidebar','none'),(8148,791,'_sidebar','field_5534bcc459d58'),(8150,791,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:10:\"Bulk Wine \";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:17:\"Container Liners \";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8157,792,'subtitle','Something about us from a little bit of different perspective'),(8158,792,'_subtitle','field_5534998130ef7'),(8159,792,'background_image',''),(8160,792,'_background_image','field_5538c999ec7c2'),(8161,792,'background_image_horizontal_position','center'),(8162,792,'_background_image_horizontal_position','field_5538c9daec7c3'),(8163,792,'background_image_vertical_position','center'),(8164,792,'_background_image_vertical_position','field_5538ca0cec7c4'),(8165,792,'background_image_repeat','repeat'),(8166,792,'_background_image_repeat','field_5538ca44ec7c5'),(8167,792,'background_image_attachment','scroll'),(8168,792,'_background_image_attachment','field_5538ca6cec7c6'),(8169,792,'background_color',''),(8170,792,'_background_color','field_5538caa9ec7c7'),(8171,792,'sidebar','none'),(8172,792,'_sidebar','field_5534bcc459d58'),(8175,792,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1217:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:694:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(8184,793,'subtitle','Something about us from a little bit of different perspective'),(8185,793,'_subtitle','field_5534998130ef7'),(8186,793,'background_image',''),(8187,793,'_background_image','field_5538c999ec7c2'),(8188,793,'background_image_horizontal_position','center'),(8189,793,'_background_image_horizontal_position','field_5538c9daec7c3'),(8190,793,'background_image_vertical_position','center'),(8191,793,'_background_image_vertical_position','field_5538ca0cec7c4'),(8192,793,'background_image_repeat','repeat'),(8193,793,'_background_image_repeat','field_5538ca44ec7c5'),(8194,793,'background_image_attachment','scroll'),(8195,793,'_background_image_attachment','field_5538ca6cec7c6'),(8196,793,'background_color',''),(8197,793,'_background_color','field_5538caa9ec7c7'),(8198,793,'sidebar','none'),(8199,793,'_sidebar','field_5534bcc459d58'),(8202,793,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1217:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:696:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in International banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(8211,794,'subtitle','Something about us from a little bit of different perspective'),(8212,794,'_subtitle','field_5534998130ef7'),(8213,794,'background_image',''),(8214,794,'_background_image','field_5538c999ec7c2'),(8215,794,'background_image_horizontal_position','center'),(8216,794,'_background_image_horizontal_position','field_5538c9daec7c3'),(8217,794,'background_image_vertical_position','center'),(8218,794,'_background_image_vertical_position','field_5538ca0cec7c4'),(8219,794,'background_image_repeat','repeat'),(8220,794,'_background_image_repeat','field_5538ca44ec7c5'),(8221,794,'background_image_attachment','scroll'),(8222,794,'_background_image_attachment','field_5538ca6cec7c6'),(8223,794,'background_color',''),(8224,794,'_background_color','field_5538caa9ec7c7'),(8225,794,'sidebar','none'),(8226,794,'_sidebar','field_5534bcc459d58'),(8229,794,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1217:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we\'ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:696:\"Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in International banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:11:\"NOW HIREING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(8238,795,'subtitle','Something about us from a little bit of different perspective'),(8239,795,'_subtitle','field_5534998130ef7'),(8240,795,'background_image',''),(8241,795,'_background_image','field_5538c999ec7c2'),(8242,795,'background_image_horizontal_position','center'),(8243,795,'_background_image_horizontal_position','field_5538c9daec7c3'),(8244,795,'background_image_vertical_position','center'),(8245,795,'_background_image_vertical_position','field_5538ca0cec7c4'),(8246,795,'background_image_repeat','repeat'),(8247,795,'_background_image_repeat','field_5538ca44ec7c5'),(8248,795,'background_image_attachment','scroll'),(8249,795,'_background_image_attachment','field_5538ca6cec7c6'),(8250,795,'background_color',''),(8251,795,'_background_color','field_5538caa9ec7c7'),(8252,795,'sidebar','none'),(8253,795,'_sidebar','field_5534bcc459d58'),(8256,795,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:8:\"ABOUT US\";s:4:\"text\";s:1220:\"Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform-- our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0e0e6eff-1c3d-4d07-b5ca-71b9e88a0bc7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:10:\"LEADERSHIP\";s:4:\"text\";s:699:\"Chris Kammer is the CEO of Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e2a36a6e-4a33-4e0b-b4e0-b6b0973a34d0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:18:{s:13:\"attachment_id\";i:672;s:3:\"url\";s:82:\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8605aea2-c7d4-4129-97fa-0a8811c80fa8\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:10:\"NOW HIRING\";s:4:\"text\";s:661:\"PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review \n• No Phone Calls \n• No Visa\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c42142e1-e574-4f10-84f2-0f6917225c73\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(8259,232,'_aioseop_description','We specializes in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage, cargo insurance, container liners & bulk wine bladders.'),(8260,232,'_aioseop_title','About Us'),(8264,796,'subtitle',''),(8265,796,'_subtitle','field_5534998130ef7'),(8266,796,'slider_content','caption'),(8267,796,'_slider_content','field_5548717a1b3e4'),(8268,796,'slides_0_slide_image','502'),(8269,796,'_slides_0_slide_image','field_554871fa1b3e6'),(8270,796,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8271,796,'_slides_0_slide_title','field_554872321b3e7'),(8272,796,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8273,796,'_slides_0_slide_text','field_5548743d56847'),(8274,796,'slides_0_slide_link',''),(8275,796,'_slides_0_slide_link','field_5548728d88d0a'),(8276,796,'slides_0_slide_open_link_in_new_window',''),(8277,796,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8278,796,'slides_1_slide_image','530'),(8279,796,'_slides_1_slide_image','field_554871fa1b3e6'),(8280,796,'slides_1_slide_title','Import & Export Global Logistics '),(8281,796,'_slides_1_slide_title','field_554872321b3e7'),(8282,796,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8283,796,'_slides_1_slide_text','field_5548743d56847'),(8284,796,'slides_1_slide_link',''),(8285,796,'_slides_1_slide_link','field_5548728d88d0a'),(8286,796,'slides_1_slide_open_link_in_new_window',''),(8287,796,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8288,796,'slides_2_slide_image','498'),(8289,796,'_slides_2_slide_image','field_554871fa1b3e6'),(8290,796,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8291,796,'_slides_2_slide_title','field_554872321b3e7'),(8292,796,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8293,796,'_slides_2_slide_text','field_5548743d56847'),(8294,796,'slides_2_slide_link',''),(8295,796,'_slides_2_slide_link','field_5548728d88d0a'),(8296,796,'slides_2_slide_open_link_in_new_window',''),(8297,796,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8298,796,'slides','3'),(8299,796,'_slides','field_554871d21b3e5'),(8300,796,'auto_cycle','1'),(8301,796,'_auto_cycle','field_55487307bdff8'),(8302,796,'cycle_interval','5000'),(8303,796,'_cycle_interval','field_55487335bdff9'),(8304,796,'background_image',''),(8305,796,'_background_image','field_5538c999ec7c2'),(8306,796,'background_image_horizontal_position','center'),(8307,796,'_background_image_horizontal_position','field_5538c9daec7c3'),(8308,796,'background_image_vertical_position','center'),(8309,796,'_background_image_vertical_position','field_5538ca0cec7c4'),(8310,796,'background_image_repeat','repeat'),(8311,796,'_background_image_repeat','field_5538ca44ec7c5'),(8312,796,'background_image_attachment','scroll'),(8313,796,'_background_image_attachment','field_5538ca6cec7c6'),(8314,796,'background_color',''),(8315,796,'_background_color','field_5538caa9ec7c7'),(8316,796,'sidebar','none'),(8317,796,'_sidebar','field_5534bcc459d58'),(8319,796,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8324,797,'subtitle',''),(8325,797,'_subtitle','field_5534998130ef7'),(8326,797,'slider_content','caption'),(8327,797,'_slider_content','field_5548717a1b3e4'),(8328,797,'slides_0_slide_image','502'),(8329,797,'_slides_0_slide_image','field_554871fa1b3e6'),(8330,797,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8331,797,'_slides_0_slide_title','field_554872321b3e7'),(8332,797,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8333,797,'_slides_0_slide_text','field_5548743d56847'),(8334,797,'slides_0_slide_link',''),(8335,797,'_slides_0_slide_link','field_5548728d88d0a'),(8336,797,'slides_0_slide_open_link_in_new_window',''),(8337,797,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8338,797,'slides_1_slide_image','530'),(8339,797,'_slides_1_slide_image','field_554871fa1b3e6'),(8340,797,'slides_1_slide_title','Import & Export Global Logistics '),(8341,797,'_slides_1_slide_title','field_554872321b3e7'),(8342,797,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8343,797,'_slides_1_slide_text','field_5548743d56847'),(8344,797,'slides_1_slide_link',''),(8345,797,'_slides_1_slide_link','field_5548728d88d0a'),(8346,797,'slides_1_slide_open_link_in_new_window',''),(8347,797,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8348,797,'slides_2_slide_image','498'),(8349,797,'_slides_2_slide_image','field_554871fa1b3e6'),(8350,797,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8351,797,'_slides_2_slide_title','field_554872321b3e7'),(8352,797,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8353,797,'_slides_2_slide_text','field_5548743d56847'),(8354,797,'slides_2_slide_link',''),(8355,797,'_slides_2_slide_link','field_5548728d88d0a'),(8356,797,'slides_2_slide_open_link_in_new_window',''),(8357,797,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8358,797,'slides','3'),(8359,797,'_slides','field_554871d21b3e5'),(8360,797,'auto_cycle','1'),(8361,797,'_auto_cycle','field_55487307bdff8'),(8362,797,'cycle_interval','5000'),(8363,797,'_cycle_interval','field_55487335bdff9'),(8364,797,'background_image',''),(8365,797,'_background_image','field_5538c999ec7c2'),(8366,797,'background_image_horizontal_position','center'),(8367,797,'_background_image_horizontal_position','field_5538c9daec7c3'),(8368,797,'background_image_vertical_position','center'),(8369,797,'_background_image_vertical_position','field_5538ca0cec7c4'),(8370,797,'background_image_repeat','repeat'),(8371,797,'_background_image_repeat','field_5538ca44ec7c5'),(8372,797,'background_image_attachment','scroll'),(8373,797,'_background_image_attachment','field_5538ca6cec7c6'),(8374,797,'background_color',''),(8375,797,'_background_color','field_5538caa9ec7c7'),(8376,797,'sidebar','none'),(8377,797,'_sidebar','field_5534bcc459d58'),(8379,797,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:56:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8388,798,'subtitle',''),(8389,798,'_subtitle','field_5534998130ef7'),(8390,798,'slider_content','caption'),(8391,798,'_slider_content','field_5548717a1b3e4'),(8392,798,'slides_0_slide_image','502'),(8393,798,'_slides_0_slide_image','field_554871fa1b3e6'),(8394,798,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8395,798,'_slides_0_slide_title','field_554872321b3e7'),(8396,798,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8397,798,'_slides_0_slide_text','field_5548743d56847'),(8398,798,'slides_0_slide_link',''),(8399,798,'_slides_0_slide_link','field_5548728d88d0a'),(8400,798,'slides_0_slide_open_link_in_new_window',''),(8401,798,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8402,798,'slides_1_slide_image','530'),(8403,798,'_slides_1_slide_image','field_554871fa1b3e6'),(8404,798,'slides_1_slide_title','Import & Export Global Logistics '),(8405,798,'_slides_1_slide_title','field_554872321b3e7'),(8406,798,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8407,798,'_slides_1_slide_text','field_5548743d56847'),(8408,798,'slides_1_slide_link',''),(8409,798,'_slides_1_slide_link','field_5548728d88d0a'),(8410,798,'slides_1_slide_open_link_in_new_window',''),(8411,798,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8412,798,'slides_2_slide_image','498'),(8413,798,'_slides_2_slide_image','field_554871fa1b3e6'),(8414,798,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8415,798,'_slides_2_slide_title','field_554872321b3e7'),(8416,798,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8417,798,'_slides_2_slide_text','field_5548743d56847'),(8418,798,'slides_2_slide_link',''),(8419,798,'_slides_2_slide_link','field_5548728d88d0a'),(8420,798,'slides_2_slide_open_link_in_new_window',''),(8421,798,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8422,798,'slides','3'),(8423,798,'_slides','field_554871d21b3e5'),(8424,798,'auto_cycle','1'),(8425,798,'_auto_cycle','field_55487307bdff8'),(8426,798,'cycle_interval','5000'),(8427,798,'_cycle_interval','field_55487335bdff9'),(8428,798,'background_image',''),(8429,798,'_background_image','field_5538c999ec7c2'),(8430,798,'background_image_horizontal_position','center'),(8431,798,'_background_image_horizontal_position','field_5538c9daec7c3'),(8432,798,'background_image_vertical_position','center'),(8433,798,'_background_image_vertical_position','field_5538ca0cec7c4'),(8434,798,'background_image_repeat','repeat'),(8435,798,'_background_image_repeat','field_5538ca44ec7c5'),(8436,798,'background_image_attachment','scroll'),(8437,798,'_background_image_attachment','field_5538ca6cec7c6'),(8438,798,'background_color',''),(8439,798,'_background_color','field_5538caa9ec7c7'),(8440,798,'sidebar','none'),(8441,798,'_sidebar','field_5534bcc459d58'),(8443,798,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:57:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8448,799,'subtitle',''),(8449,799,'_subtitle','field_5534998130ef7'),(8450,799,'slider_content','caption'),(8451,799,'_slider_content','field_5548717a1b3e4'),(8452,799,'slides_0_slide_image','502'),(8453,799,'_slides_0_slide_image','field_554871fa1b3e6'),(8454,799,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8455,799,'_slides_0_slide_title','field_554872321b3e7'),(8456,799,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8457,799,'_slides_0_slide_text','field_5548743d56847'),(8458,799,'slides_0_slide_link',''),(8459,799,'_slides_0_slide_link','field_5548728d88d0a'),(8460,799,'slides_0_slide_open_link_in_new_window',''),(8461,799,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8462,799,'slides_1_slide_image','530'),(8463,799,'_slides_1_slide_image','field_554871fa1b3e6'),(8464,799,'slides_1_slide_title','Import & Export Global Logistics '),(8465,799,'_slides_1_slide_title','field_554872321b3e7'),(8466,799,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8467,799,'_slides_1_slide_text','field_5548743d56847'),(8468,799,'slides_1_slide_link',''),(8469,799,'_slides_1_slide_link','field_5548728d88d0a'),(8470,799,'slides_1_slide_open_link_in_new_window',''),(8471,799,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8472,799,'slides_2_slide_image','498'),(8473,799,'_slides_2_slide_image','field_554871fa1b3e6'),(8474,799,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8475,799,'_slides_2_slide_title','field_554872321b3e7'),(8476,799,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8477,799,'_slides_2_slide_text','field_5548743d56847'),(8478,799,'slides_2_slide_link',''),(8479,799,'_slides_2_slide_link','field_5548728d88d0a'),(8480,799,'slides_2_slide_open_link_in_new_window',''),(8481,799,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8482,799,'slides','3'),(8483,799,'_slides','field_554871d21b3e5'),(8484,799,'auto_cycle','1'),(8485,799,'_auto_cycle','field_55487307bdff8'),(8486,799,'cycle_interval','5000'),(8487,799,'_cycle_interval','field_55487335bdff9'),(8488,799,'background_image',''),(8489,799,'_background_image','field_5538c999ec7c2'),(8490,799,'background_image_horizontal_position','center'),(8491,799,'_background_image_horizontal_position','field_5538c9daec7c3'),(8492,799,'background_image_vertical_position','center'),(8493,799,'_background_image_vertical_position','field_5538ca0cec7c4'),(8494,799,'background_image_repeat','repeat'),(8495,799,'_background_image_repeat','field_5538ca44ec7c5'),(8496,799,'background_image_attachment','scroll'),(8497,799,'_background_image_attachment','field_5538ca6cec7c6'),(8498,799,'background_color',''),(8499,799,'_background_color','field_5538caa9ec7c7'),(8500,799,'sidebar','none'),(8501,799,'_sidebar','field_5534bcc459d58'),(8503,799,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:57:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8508,800,'subtitle',''),(8509,800,'_subtitle','field_5534998130ef7'),(8510,800,'slider_content','caption'),(8511,800,'_slider_content','field_5548717a1b3e4'),(8512,800,'slides_0_slide_image','502'),(8513,800,'_slides_0_slide_image','field_554871fa1b3e6'),(8514,800,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8515,800,'_slides_0_slide_title','field_554872321b3e7'),(8516,800,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8517,800,'_slides_0_slide_text','field_5548743d56847'),(8518,800,'slides_0_slide_link',''),(8519,800,'_slides_0_slide_link','field_5548728d88d0a'),(8520,800,'slides_0_slide_open_link_in_new_window',''),(8521,800,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8522,800,'slides_1_slide_image','530'),(8523,800,'_slides_1_slide_image','field_554871fa1b3e6'),(8524,800,'slides_1_slide_title','Import & Export Global Logistics '),(8525,800,'_slides_1_slide_title','field_554872321b3e7'),(8526,800,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8527,800,'_slides_1_slide_text','field_5548743d56847'),(8528,800,'slides_1_slide_link',''),(8529,800,'_slides_1_slide_link','field_5548728d88d0a'),(8530,800,'slides_1_slide_open_link_in_new_window',''),(8531,800,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8532,800,'slides_2_slide_image','498'),(8533,800,'_slides_2_slide_image','field_554871fa1b3e6'),(8534,800,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8535,800,'_slides_2_slide_title','field_554872321b3e7'),(8536,800,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8537,800,'_slides_2_slide_text','field_5548743d56847'),(8538,800,'slides_2_slide_link',''),(8539,800,'_slides_2_slide_link','field_5548728d88d0a'),(8540,800,'slides_2_slide_open_link_in_new_window',''),(8541,800,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8542,800,'slides','3'),(8543,800,'_slides','field_554871d21b3e5'),(8544,800,'auto_cycle','1'),(8545,800,'_auto_cycle','field_55487307bdff8'),(8546,800,'cycle_interval','5000'),(8547,800,'_cycle_interval','field_55487335bdff9'),(8548,800,'background_image',''),(8549,800,'_background_image','field_5538c999ec7c2'),(8550,800,'background_image_horizontal_position','center'),(8551,800,'_background_image_horizontal_position','field_5538c9daec7c3'),(8552,800,'background_image_vertical_position','center'),(8553,800,'_background_image_vertical_position','field_5538ca0cec7c4'),(8554,800,'background_image_repeat','repeat'),(8555,800,'_background_image_repeat','field_5538ca44ec7c5'),(8556,800,'background_image_attachment','scroll'),(8557,800,'_background_image_attachment','field_5538ca6cec7c6'),(8558,800,'background_color',''),(8559,800,'_background_color','field_5538caa9ec7c7'),(8560,800,'sidebar','none'),(8561,800,'_sidebar','field_5534bcc459d58'),(8563,800,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:57:\"Domestic or International, Consolidation, FTL & LCL \";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:160:\"Fitted to 20’ & 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8569,801,'subtitle',''),(8570,801,'_subtitle','field_5534998130ef7'),(8571,801,'slider_content','caption'),(8572,801,'_slider_content','field_5548717a1b3e4'),(8573,801,'slides_0_slide_image','502'),(8574,801,'_slides_0_slide_image','field_554871fa1b3e6'),(8575,801,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8576,801,'_slides_0_slide_title','field_554872321b3e7'),(8577,801,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8578,801,'_slides_0_slide_text','field_5548743d56847'),(8579,801,'slides_0_slide_link',''),(8580,801,'_slides_0_slide_link','field_5548728d88d0a'),(8581,801,'slides_0_slide_open_link_in_new_window',''),(8582,801,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8583,801,'slides_1_slide_image','530'),(8584,801,'_slides_1_slide_image','field_554871fa1b3e6'),(8585,801,'slides_1_slide_title','Import & Export Global Logistics '),(8586,801,'_slides_1_slide_title','field_554872321b3e7'),(8587,801,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8588,801,'_slides_1_slide_text','field_5548743d56847'),(8589,801,'slides_1_slide_link',''),(8590,801,'_slides_1_slide_link','field_5548728d88d0a'),(8591,801,'slides_1_slide_open_link_in_new_window',''),(8592,801,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8593,801,'slides_2_slide_image','498'),(8594,801,'_slides_2_slide_image','field_554871fa1b3e6'),(8595,801,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8596,801,'_slides_2_slide_title','field_554872321b3e7'),(8597,801,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8598,801,'_slides_2_slide_text','field_5548743d56847'),(8599,801,'slides_2_slide_link',''),(8600,801,'_slides_2_slide_link','field_5548728d88d0a'),(8601,801,'slides_2_slide_open_link_in_new_window',''),(8602,801,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8603,801,'slides','3'),(8604,801,'_slides','field_554871d21b3e5'),(8605,801,'auto_cycle','1'),(8606,801,'_auto_cycle','field_55487307bdff8'),(8607,801,'cycle_interval','5000'),(8608,801,'_cycle_interval','field_55487335bdff9'),(8609,801,'background_image',''),(8610,801,'_background_image','field_5538c999ec7c2'),(8611,801,'background_image_horizontal_position','center'),(8612,801,'_background_image_horizontal_position','field_5538c9daec7c3'),(8613,801,'background_image_vertical_position','center'),(8614,801,'_background_image_vertical_position','field_5538ca0cec7c4'),(8615,801,'background_image_repeat','repeat'),(8616,801,'_background_image_repeat','field_5538ca44ec7c5'),(8617,801,'background_image_attachment','scroll'),(8618,801,'_background_image_attachment','field_5538ca6cec7c6'),(8619,801,'background_color',''),(8620,801,'_background_color','field_5538caa9ec7c7'),(8621,801,'sidebar','none'),(8622,801,'_sidebar','field_5534bcc459d58'),(8624,801,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:78:\"Bladder Service from Winery to Bottler via Bladder (20K & 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:120:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options & Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8629,802,'subtitle',''),(8630,802,'_subtitle','field_5534998130ef7'),(8631,802,'slider_content','caption'),(8632,802,'_slider_content','field_5548717a1b3e4'),(8633,802,'slides_0_slide_image','502'),(8634,802,'_slides_0_slide_image','field_554871fa1b3e6'),(8635,802,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8636,802,'_slides_0_slide_title','field_554872321b3e7'),(8637,802,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8638,802,'_slides_0_slide_text','field_5548743d56847'),(8639,802,'slides_0_slide_link',''),(8640,802,'_slides_0_slide_link','field_5548728d88d0a'),(8641,802,'slides_0_slide_open_link_in_new_window',''),(8642,802,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8643,802,'slides_1_slide_image','530'),(8644,802,'_slides_1_slide_image','field_554871fa1b3e6'),(8645,802,'slides_1_slide_title','Import & Export Global Logistics '),(8646,802,'_slides_1_slide_title','field_554872321b3e7'),(8647,802,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8648,802,'_slides_1_slide_text','field_5548743d56847'),(8649,802,'slides_1_slide_link',''),(8650,802,'_slides_1_slide_link','field_5548728d88d0a'),(8651,802,'slides_1_slide_open_link_in_new_window',''),(8652,802,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8653,802,'slides_2_slide_image','498'),(8654,802,'_slides_2_slide_image','field_554871fa1b3e6'),(8655,802,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8656,802,'_slides_2_slide_title','field_554872321b3e7'),(8657,802,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8658,802,'_slides_2_slide_text','field_5548743d56847'),(8659,802,'slides_2_slide_link',''),(8660,802,'_slides_2_slide_link','field_5548728d88d0a'),(8661,802,'slides_2_slide_open_link_in_new_window',''),(8662,802,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8663,802,'slides','3'),(8664,802,'_slides','field_554871d21b3e5'),(8665,802,'auto_cycle','1'),(8666,802,'_auto_cycle','field_55487307bdff8'),(8667,802,'cycle_interval','5000'),(8668,802,'_cycle_interval','field_55487335bdff9'),(8669,802,'background_image',''),(8670,802,'_background_image','field_5538c999ec7c2'),(8671,802,'background_image_horizontal_position','center'),(8672,802,'_background_image_horizontal_position','field_5538c9daec7c3'),(8673,802,'background_image_vertical_position','center'),(8674,802,'_background_image_vertical_position','field_5538ca0cec7c4'),(8675,802,'background_image_repeat','repeat'),(8676,802,'_background_image_repeat','field_5538ca44ec7c5'),(8677,802,'background_image_attachment','scroll'),(8678,802,'_background_image_attachment','field_5538ca6cec7c6'),(8679,802,'background_color',''),(8680,802,'_background_color','field_5538caa9ec7c7'),(8681,802,'sidebar','none'),(8682,802,'_sidebar','field_5534bcc459d58'),(8684,802,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(8690,805,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8693,806,'subtitle',''),(8694,806,'_subtitle','field_5534998130ef7'),(8695,806,'slider_content','caption'),(8696,806,'_slider_content','field_5548717a1b3e4'),(8697,806,'slides_0_slide_image','502'),(8698,806,'_slides_0_slide_image','field_554871fa1b3e6'),(8699,806,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8700,806,'_slides_0_slide_title','field_554872321b3e7'),(8701,806,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8702,806,'_slides_0_slide_text','field_5548743d56847'),(8703,806,'slides_0_slide_link',''),(8704,806,'_slides_0_slide_link','field_5548728d88d0a'),(8705,806,'slides_0_slide_open_link_in_new_window',''),(8706,806,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8707,806,'slides_1_slide_image','530'),(8708,806,'_slides_1_slide_image','field_554871fa1b3e6'),(8709,806,'slides_1_slide_title','Import & Export Global Logistics '),(8710,806,'_slides_1_slide_title','field_554872321b3e7'),(8711,806,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8712,806,'_slides_1_slide_text','field_5548743d56847'),(8713,806,'slides_1_slide_link',''),(8714,806,'_slides_1_slide_link','field_5548728d88d0a'),(8715,806,'slides_1_slide_open_link_in_new_window',''),(8716,806,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8717,806,'slides_2_slide_image','498'),(8718,806,'_slides_2_slide_image','field_554871fa1b3e6'),(8719,806,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8720,806,'_slides_2_slide_title','field_554872321b3e7'),(8721,806,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8722,806,'_slides_2_slide_text','field_5548743d56847'),(8723,806,'slides_2_slide_link',''),(8724,806,'_slides_2_slide_link','field_5548728d88d0a'),(8725,806,'slides_2_slide_open_link_in_new_window',''),(8726,806,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8727,806,'slides','3'),(8728,806,'_slides','field_554871d21b3e5'),(8729,806,'auto_cycle','1'),(8730,806,'_auto_cycle','field_55487307bdff8'),(8731,806,'cycle_interval','5000'),(8732,806,'_cycle_interval','field_55487335bdff9'),(8733,806,'background_image',''),(8734,806,'_background_image','field_5538c999ec7c2'),(8735,806,'background_image_horizontal_position','center'),(8736,806,'_background_image_horizontal_position','field_5538c9daec7c3'),(8737,806,'background_image_vertical_position','center'),(8738,806,'_background_image_vertical_position','field_5538ca0cec7c4'),(8739,806,'background_image_repeat','repeat'),(8740,806,'_background_image_repeat','field_5538ca44ec7c5'),(8741,806,'background_image_attachment','scroll'),(8742,806,'_background_image_attachment','field_5538ca6cec7c6'),(8743,806,'background_color',''),(8744,806,'_background_color','field_5538caa9ec7c7'),(8745,806,'sidebar','none'),(8746,806,'_sidebar','field_5534bcc459d58'),(8748,806,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8751,805,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:403:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:391:\"<img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8754,807,'subtitle',''),(8755,807,'_subtitle','field_5534998130ef7'),(8756,807,'slider_content','caption'),(8757,807,'_slider_content','field_5548717a1b3e4'),(8758,807,'slides_0_slide_image','502'),(8759,807,'_slides_0_slide_image','field_554871fa1b3e6'),(8760,807,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8761,807,'_slides_0_slide_title','field_554872321b3e7'),(8762,807,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8763,807,'_slides_0_slide_text','field_5548743d56847'),(8764,807,'slides_0_slide_link',''),(8765,807,'_slides_0_slide_link','field_5548728d88d0a'),(8766,807,'slides_0_slide_open_link_in_new_window',''),(8767,807,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8768,807,'slides_1_slide_image','530'),(8769,807,'_slides_1_slide_image','field_554871fa1b3e6'),(8770,807,'slides_1_slide_title','Import & Export Global Logistics '),(8771,807,'_slides_1_slide_title','field_554872321b3e7'),(8772,807,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8773,807,'_slides_1_slide_text','field_5548743d56847'),(8774,807,'slides_1_slide_link',''),(8775,807,'_slides_1_slide_link','field_5548728d88d0a'),(8776,807,'slides_1_slide_open_link_in_new_window',''),(8777,807,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8778,807,'slides_2_slide_image','498'),(8779,807,'_slides_2_slide_image','field_554871fa1b3e6'),(8780,807,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8781,807,'_slides_2_slide_title','field_554872321b3e7'),(8782,807,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8783,807,'_slides_2_slide_text','field_5548743d56847'),(8784,807,'slides_2_slide_link',''),(8785,807,'_slides_2_slide_link','field_5548728d88d0a'),(8786,807,'slides_2_slide_open_link_in_new_window',''),(8787,807,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8788,807,'slides','3'),(8789,807,'_slides','field_554871d21b3e5'),(8790,807,'auto_cycle','1'),(8791,807,'_auto_cycle','field_55487307bdff8'),(8792,807,'cycle_interval','5000'),(8793,807,'_cycle_interval','field_55487335bdff9'),(8794,807,'background_image',''),(8795,807,'_background_image','field_5538c999ec7c2'),(8796,807,'background_image_horizontal_position','center'),(8797,807,'_background_image_horizontal_position','field_5538c9daec7c3'),(8798,807,'background_image_vertical_position','center'),(8799,807,'_background_image_vertical_position','field_5538ca0cec7c4'),(8800,807,'background_image_repeat','repeat'),(8801,807,'_background_image_repeat','field_5538ca44ec7c5'),(8802,807,'background_image_attachment','scroll'),(8803,807,'_background_image_attachment','field_5538ca6cec7c6'),(8804,807,'background_color',''),(8805,807,'_background_color','field_5538caa9ec7c7'),(8806,807,'sidebar','none'),(8807,807,'_sidebar','field_5534bcc459d58'),(8809,807,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:406:\"<img src=\"http://www.accesswineservice.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8814,808,'subtitle',''),(8815,808,'_subtitle','field_5534998130ef7'),(8816,808,'slider_content','caption'),(8817,808,'_slider_content','field_5548717a1b3e4'),(8818,808,'slides_0_slide_image','502'),(8819,808,'_slides_0_slide_image','field_554871fa1b3e6'),(8820,808,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8821,808,'_slides_0_slide_title','field_554872321b3e7'),(8822,808,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8823,808,'_slides_0_slide_text','field_5548743d56847'),(8824,808,'slides_0_slide_link',''),(8825,808,'_slides_0_slide_link','field_5548728d88d0a'),(8826,808,'slides_0_slide_open_link_in_new_window',''),(8827,808,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8828,808,'slides_1_slide_image','530'),(8829,808,'_slides_1_slide_image','field_554871fa1b3e6'),(8830,808,'slides_1_slide_title','Import & Export Global Logistics '),(8831,808,'_slides_1_slide_title','field_554872321b3e7'),(8832,808,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8833,808,'_slides_1_slide_text','field_5548743d56847'),(8834,808,'slides_1_slide_link',''),(8835,808,'_slides_1_slide_link','field_5548728d88d0a'),(8836,808,'slides_1_slide_open_link_in_new_window',''),(8837,808,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8838,808,'slides_2_slide_image','498'),(8839,808,'_slides_2_slide_image','field_554871fa1b3e6'),(8840,808,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8841,808,'_slides_2_slide_title','field_554872321b3e7'),(8842,808,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8843,808,'_slides_2_slide_text','field_5548743d56847'),(8844,808,'slides_2_slide_link',''),(8845,808,'_slides_2_slide_link','field_5548728d88d0a'),(8846,808,'slides_2_slide_open_link_in_new_window',''),(8847,808,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8848,808,'slides','3'),(8849,808,'_slides','field_554871d21b3e5'),(8850,808,'auto_cycle','1'),(8851,808,'_auto_cycle','field_55487307bdff8'),(8852,808,'cycle_interval','5000'),(8853,808,'_cycle_interval','field_55487335bdff9'),(8854,808,'background_image',''),(8855,808,'_background_image','field_5538c999ec7c2'),(8856,808,'background_image_horizontal_position','center'),(8857,808,'_background_image_horizontal_position','field_5538c9daec7c3'),(8858,808,'background_image_vertical_position','center'),(8859,808,'_background_image_vertical_position','field_5538ca0cec7c4'),(8860,808,'background_image_repeat','repeat'),(8861,808,'_background_image_repeat','field_5538ca44ec7c5'),(8862,808,'background_image_attachment','scroll'),(8863,808,'_background_image_attachment','field_5538ca6cec7c6'),(8864,808,'background_color',''),(8865,808,'_background_color','field_5538caa9ec7c7'),(8866,808,'sidebar','none'),(8867,808,'_sidebar','field_5534bcc459d58'),(8869,808,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8872,809,'_wp_trash_meta_status','publish'),(8873,809,'_wp_trash_meta_time','1509529858'),(8874,810,'_wp_trash_meta_status','publish'),(8875,810,'_wp_trash_meta_time','1509529894'),(8876,805,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:333:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:368:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8879,811,'subtitle',''),(8880,811,'_subtitle','field_5534998130ef7'),(8881,811,'slider_content','caption'),(8882,811,'_slider_content','field_5548717a1b3e4'),(8883,811,'slides_0_slide_image','502'),(8884,811,'_slides_0_slide_image','field_554871fa1b3e6'),(8885,811,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8886,811,'_slides_0_slide_title','field_554872321b3e7'),(8887,811,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8888,811,'_slides_0_slide_text','field_5548743d56847'),(8889,811,'slides_0_slide_link',''),(8890,811,'_slides_0_slide_link','field_5548728d88d0a'),(8891,811,'slides_0_slide_open_link_in_new_window',''),(8892,811,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8893,811,'slides_1_slide_image','530'),(8894,811,'_slides_1_slide_image','field_554871fa1b3e6'),(8895,811,'slides_1_slide_title','Import & Export Global Logistics '),(8896,811,'_slides_1_slide_title','field_554872321b3e7'),(8897,811,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8898,811,'_slides_1_slide_text','field_5548743d56847'),(8899,811,'slides_1_slide_link',''),(8900,811,'_slides_1_slide_link','field_5548728d88d0a'),(8901,811,'slides_1_slide_open_link_in_new_window',''),(8902,811,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8903,811,'slides_2_slide_image','498'),(8904,811,'_slides_2_slide_image','field_554871fa1b3e6'),(8905,811,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8906,811,'_slides_2_slide_title','field_554872321b3e7'),(8907,811,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8908,811,'_slides_2_slide_text','field_5548743d56847'),(8909,811,'slides_2_slide_link',''),(8910,811,'_slides_2_slide_link','field_5548728d88d0a'),(8911,811,'slides_2_slide_open_link_in_new_window',''),(8912,811,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8913,811,'slides','3'),(8914,811,'_slides','field_554871d21b3e5'),(8915,811,'auto_cycle','1'),(8916,811,'_auto_cycle','field_55487307bdff8'),(8917,811,'cycle_interval','5000'),(8918,811,'_cycle_interval','field_55487335bdff9'),(8919,811,'background_image',''),(8920,811,'_background_image','field_5538c999ec7c2'),(8921,811,'background_image_horizontal_position','center'),(8922,811,'_background_image_horizontal_position','field_5538c9daec7c3'),(8923,811,'background_image_vertical_position','center'),(8924,811,'_background_image_vertical_position','field_5538ca0cec7c4'),(8925,811,'background_image_repeat','repeat'),(8926,811,'_background_image_repeat','field_5538ca44ec7c5'),(8927,811,'background_image_attachment','scroll'),(8928,811,'_background_image_attachment','field_5538ca6cec7c6'),(8929,811,'background_color',''),(8930,811,'_background_color','field_5538caa9ec7c7'),(8931,811,'sidebar','none'),(8932,811,'_sidebar','field_5534bcc459d58'),(8934,811,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8938,812,'subtitle',''),(8939,812,'_subtitle','field_5534998130ef7'),(8940,812,'slider_content','caption'),(8941,812,'_slider_content','field_5548717a1b3e4'),(8942,812,'slides_0_slide_image','502'),(8943,812,'_slides_0_slide_image','field_554871fa1b3e6'),(8944,812,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(8945,812,'_slides_0_slide_title','field_554872321b3e7'),(8946,812,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8947,812,'_slides_0_slide_text','field_5548743d56847'),(8948,812,'slides_0_slide_link',''),(8949,812,'_slides_0_slide_link','field_5548728d88d0a'),(8950,812,'slides_0_slide_open_link_in_new_window',''),(8951,812,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(8952,812,'slides_1_slide_image','530'),(8953,812,'_slides_1_slide_image','field_554871fa1b3e6'),(8954,812,'slides_1_slide_title','Import & Export Global Logistics '),(8955,812,'_slides_1_slide_title','field_554872321b3e7'),(8956,812,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8957,812,'_slides_1_slide_text','field_5548743d56847'),(8958,812,'slides_1_slide_link',''),(8959,812,'_slides_1_slide_link','field_5548728d88d0a'),(8960,812,'slides_1_slide_open_link_in_new_window',''),(8961,812,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(8962,812,'slides_2_slide_image','498'),(8963,812,'_slides_2_slide_image','field_554871fa1b3e6'),(8964,812,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(8965,812,'_slides_2_slide_title','field_554872321b3e7'),(8966,812,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(8967,812,'_slides_2_slide_text','field_5548743d56847'),(8968,812,'slides_2_slide_link',''),(8969,812,'_slides_2_slide_link','field_5548728d88d0a'),(8970,812,'slides_2_slide_open_link_in_new_window',''),(8971,812,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(8972,812,'slides','3'),(8973,812,'_slides','field_554871d21b3e5'),(8974,812,'auto_cycle','1'),(8975,812,'_auto_cycle','field_55487307bdff8'),(8976,812,'cycle_interval','5000'),(8977,812,'_cycle_interval','field_55487335bdff9'),(8978,812,'background_image',''),(8979,812,'_background_image','field_5538c999ec7c2'),(8980,812,'background_image_horizontal_position','center'),(8981,812,'_background_image_horizontal_position','field_5538c9daec7c3'),(8982,812,'background_image_vertical_position','center'),(8983,812,'_background_image_vertical_position','field_5538ca0cec7c4'),(8984,812,'background_image_repeat','repeat'),(8985,812,'_background_image_repeat','field_5538ca44ec7c5'),(8986,812,'background_image_attachment','scroll'),(8987,812,'_background_image_attachment','field_5538ca6cec7c6'),(8988,812,'background_color',''),(8989,812,'_background_color','field_5538caa9ec7c7'),(8990,812,'sidebar','none'),(8991,812,'_sidebar','field_5534bcc459d58'),(8992,812,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8995,812,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'); INSERT INTO `wp_postmeta` VALUES (8997,812,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(8999,813,'subtitle',''),(9000,813,'_subtitle','field_5534998130ef7'),(9001,813,'slider_content','caption'),(9002,813,'_slider_content','field_5548717a1b3e4'),(9003,813,'slides_0_slide_image','502'),(9004,813,'_slides_0_slide_image','field_554871fa1b3e6'),(9005,813,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9006,813,'_slides_0_slide_title','field_554872321b3e7'),(9007,813,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9008,813,'_slides_0_slide_text','field_5548743d56847'),(9009,813,'slides_0_slide_link',''),(9010,813,'_slides_0_slide_link','field_5548728d88d0a'),(9011,813,'slides_0_slide_open_link_in_new_window',''),(9012,813,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9013,813,'slides_1_slide_image','530'),(9014,813,'_slides_1_slide_image','field_554871fa1b3e6'),(9015,813,'slides_1_slide_title','Import & Export Global Logistics '),(9016,813,'_slides_1_slide_title','field_554872321b3e7'),(9017,813,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9018,813,'_slides_1_slide_text','field_5548743d56847'),(9019,813,'slides_1_slide_link',''),(9020,813,'_slides_1_slide_link','field_5548728d88d0a'),(9021,813,'slides_1_slide_open_link_in_new_window',''),(9022,813,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9023,813,'slides_2_slide_image','498'),(9024,813,'_slides_2_slide_image','field_554871fa1b3e6'),(9025,813,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9026,813,'_slides_2_slide_title','field_554872321b3e7'),(9027,813,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9028,813,'_slides_2_slide_text','field_5548743d56847'),(9029,813,'slides_2_slide_link',''),(9030,813,'_slides_2_slide_link','field_5548728d88d0a'),(9031,813,'slides_2_slide_open_link_in_new_window',''),(9032,813,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9033,813,'slides','3'),(9034,813,'_slides','field_554871d21b3e5'),(9035,813,'auto_cycle','1'),(9036,813,'_auto_cycle','field_55487307bdff8'),(9037,813,'cycle_interval','5000'),(9038,813,'_cycle_interval','field_55487335bdff9'),(9039,813,'background_image',''),(9040,813,'_background_image','field_5538c999ec7c2'),(9041,813,'background_image_horizontal_position','center'),(9042,813,'_background_image_horizontal_position','field_5538c9daec7c3'),(9043,813,'background_image_vertical_position','center'),(9044,813,'_background_image_vertical_position','field_5538ca0cec7c4'),(9045,813,'background_image_repeat','repeat'),(9046,813,'_background_image_repeat','field_5538ca44ec7c5'),(9047,813,'background_image_attachment','scroll'),(9048,813,'_background_image_attachment','field_5538ca6cec7c6'),(9049,813,'background_color',''),(9050,813,'_background_color','field_5538caa9ec7c7'),(9051,813,'sidebar','none'),(9052,813,'_sidebar','field_5534bcc459d58'),(9054,813,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9058,814,'subtitle',''),(9059,814,'_subtitle','field_5534998130ef7'),(9060,814,'slider_content','caption'),(9061,814,'_slider_content','field_5548717a1b3e4'),(9062,814,'slides_0_slide_image','502'),(9063,814,'_slides_0_slide_image','field_554871fa1b3e6'),(9064,814,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9065,814,'_slides_0_slide_title','field_554872321b3e7'),(9066,814,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9067,814,'_slides_0_slide_text','field_5548743d56847'),(9068,814,'slides_0_slide_link',''),(9069,814,'_slides_0_slide_link','field_5548728d88d0a'),(9070,814,'slides_0_slide_open_link_in_new_window',''),(9071,814,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9072,814,'slides_1_slide_image','530'),(9073,814,'_slides_1_slide_image','field_554871fa1b3e6'),(9074,814,'slides_1_slide_title','Import & Export Global Logistics '),(9075,814,'_slides_1_slide_title','field_554872321b3e7'),(9076,814,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9077,814,'_slides_1_slide_text','field_5548743d56847'),(9078,814,'slides_1_slide_link',''),(9079,814,'_slides_1_slide_link','field_5548728d88d0a'),(9080,814,'slides_1_slide_open_link_in_new_window',''),(9081,814,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9082,814,'slides_2_slide_image','498'),(9083,814,'_slides_2_slide_image','field_554871fa1b3e6'),(9084,814,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9085,814,'_slides_2_slide_title','field_554872321b3e7'),(9086,814,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9087,814,'_slides_2_slide_text','field_5548743d56847'),(9088,814,'slides_2_slide_link',''),(9089,814,'_slides_2_slide_link','field_5548728d88d0a'),(9090,814,'slides_2_slide_open_link_in_new_window',''),(9091,814,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9092,814,'slides','3'),(9093,814,'_slides','field_554871d21b3e5'),(9094,814,'auto_cycle','1'),(9095,814,'_auto_cycle','field_55487307bdff8'),(9096,814,'cycle_interval','5000'),(9097,814,'_cycle_interval','field_55487335bdff9'),(9098,814,'background_image',''),(9099,814,'_background_image','field_5538c999ec7c2'),(9100,814,'background_image_horizontal_position','center'),(9101,814,'_background_image_horizontal_position','field_5538c9daec7c3'),(9102,814,'background_image_vertical_position','center'),(9103,814,'_background_image_vertical_position','field_5538ca0cec7c4'),(9104,814,'background_image_repeat','repeat'),(9105,814,'_background_image_repeat','field_5538ca44ec7c5'),(9106,814,'background_image_attachment','scroll'),(9107,814,'_background_image_attachment','field_5538ca6cec7c6'),(9108,814,'background_color',''),(9109,814,'_background_color','field_5538caa9ec7c7'),(9110,814,'sidebar','none'),(9111,814,'_sidebar','field_5534bcc459d58'),(9112,814,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9115,814,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9117,814,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9119,815,'subtitle',''),(9120,815,'_subtitle','field_5534998130ef7'),(9121,815,'slider_content','caption'),(9122,815,'_slider_content','field_5548717a1b3e4'),(9123,815,'slides_0_slide_image','502'),(9124,815,'_slides_0_slide_image','field_554871fa1b3e6'),(9125,815,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9126,815,'_slides_0_slide_title','field_554872321b3e7'),(9127,815,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9128,815,'_slides_0_slide_text','field_5548743d56847'),(9129,815,'slides_0_slide_link',''),(9130,815,'_slides_0_slide_link','field_5548728d88d0a'),(9131,815,'slides_0_slide_open_link_in_new_window',''),(9132,815,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9133,815,'slides_1_slide_image','530'),(9134,815,'_slides_1_slide_image','field_554871fa1b3e6'),(9135,815,'slides_1_slide_title','Import & Export Global Logistics '),(9136,815,'_slides_1_slide_title','field_554872321b3e7'),(9137,815,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9138,815,'_slides_1_slide_text','field_5548743d56847'),(9139,815,'slides_1_slide_link',''),(9140,815,'_slides_1_slide_link','field_5548728d88d0a'),(9141,815,'slides_1_slide_open_link_in_new_window',''),(9142,815,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9143,815,'slides_2_slide_image','498'),(9144,815,'_slides_2_slide_image','field_554871fa1b3e6'),(9145,815,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9146,815,'_slides_2_slide_title','field_554872321b3e7'),(9147,815,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9148,815,'_slides_2_slide_text','field_5548743d56847'),(9149,815,'slides_2_slide_link',''),(9150,815,'_slides_2_slide_link','field_5548728d88d0a'),(9151,815,'slides_2_slide_open_link_in_new_window',''),(9152,815,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9153,815,'slides','3'),(9154,815,'_slides','field_554871d21b3e5'),(9155,815,'auto_cycle','1'),(9156,815,'_auto_cycle','field_55487307bdff8'),(9157,815,'cycle_interval','5000'),(9158,815,'_cycle_interval','field_55487335bdff9'),(9159,815,'background_image',''),(9160,815,'_background_image','field_5538c999ec7c2'),(9161,815,'background_image_horizontal_position','center'),(9162,815,'_background_image_horizontal_position','field_5538c9daec7c3'),(9163,815,'background_image_vertical_position','center'),(9164,815,'_background_image_vertical_position','field_5538ca0cec7c4'),(9165,815,'background_image_repeat','repeat'),(9166,815,'_background_image_repeat','field_5538ca44ec7c5'),(9167,815,'background_image_attachment','scroll'),(9168,815,'_background_image_attachment','field_5538ca6cec7c6'),(9169,815,'background_color',''),(9170,815,'_background_color','field_5538caa9ec7c7'),(9171,815,'sidebar','none'),(9172,815,'_sidebar','field_5534bcc459d58'),(9174,815,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9178,816,'subtitle',''),(9179,816,'_subtitle','field_5534998130ef7'),(9180,816,'slider_content','caption'),(9181,816,'_slider_content','field_5548717a1b3e4'),(9182,816,'slides_0_slide_image','502'),(9183,816,'_slides_0_slide_image','field_554871fa1b3e6'),(9184,816,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9185,816,'_slides_0_slide_title','field_554872321b3e7'),(9186,816,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9187,816,'_slides_0_slide_text','field_5548743d56847'),(9188,816,'slides_0_slide_link',''),(9189,816,'_slides_0_slide_link','field_5548728d88d0a'),(9190,816,'slides_0_slide_open_link_in_new_window',''),(9191,816,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9192,816,'slides_1_slide_image','530'),(9193,816,'_slides_1_slide_image','field_554871fa1b3e6'),(9194,816,'slides_1_slide_title','Import & Export Global Logistics '),(9195,816,'_slides_1_slide_title','field_554872321b3e7'),(9196,816,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9197,816,'_slides_1_slide_text','field_5548743d56847'),(9198,816,'slides_1_slide_link',''),(9199,816,'_slides_1_slide_link','field_5548728d88d0a'),(9200,816,'slides_1_slide_open_link_in_new_window',''),(9201,816,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9202,816,'slides_2_slide_image','498'),(9203,816,'_slides_2_slide_image','field_554871fa1b3e6'),(9204,816,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9205,816,'_slides_2_slide_title','field_554872321b3e7'),(9206,816,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9207,816,'_slides_2_slide_text','field_5548743d56847'),(9208,816,'slides_2_slide_link',''),(9209,816,'_slides_2_slide_link','field_5548728d88d0a'),(9210,816,'slides_2_slide_open_link_in_new_window',''),(9211,816,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9212,816,'slides','3'),(9213,816,'_slides','field_554871d21b3e5'),(9214,816,'auto_cycle','1'),(9215,816,'_auto_cycle','field_55487307bdff8'),(9216,816,'cycle_interval','5000'),(9217,816,'_cycle_interval','field_55487335bdff9'),(9218,816,'background_image',''),(9219,816,'_background_image','field_5538c999ec7c2'),(9220,816,'background_image_horizontal_position','center'),(9221,816,'_background_image_horizontal_position','field_5538c9daec7c3'),(9222,816,'background_image_vertical_position','center'),(9223,816,'_background_image_vertical_position','field_5538ca0cec7c4'),(9224,816,'background_image_repeat','repeat'),(9225,816,'_background_image_repeat','field_5538ca44ec7c5'),(9226,816,'background_image_attachment','scroll'),(9227,816,'_background_image_attachment','field_5538ca6cec7c6'),(9228,816,'background_color',''),(9229,816,'_background_color','field_5538caa9ec7c7'),(9230,816,'sidebar','none'),(9231,816,'_sidebar','field_5534bcc459d58'),(9232,816,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:336:\"<img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9235,816,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9237,816,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}s:10:\"cell_index\";i:0;}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:1;}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9239,817,'subtitle',''),(9240,817,'_subtitle','field_5534998130ef7'),(9241,817,'slider_content','caption'),(9242,817,'_slider_content','field_5548717a1b3e4'),(9243,817,'slides_0_slide_image','502'),(9244,817,'_slides_0_slide_image','field_554871fa1b3e6'),(9245,817,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9246,817,'_slides_0_slide_title','field_554872321b3e7'),(9247,817,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9248,817,'_slides_0_slide_text','field_5548743d56847'),(9249,817,'slides_0_slide_link',''),(9250,817,'_slides_0_slide_link','field_5548728d88d0a'),(9251,817,'slides_0_slide_open_link_in_new_window',''),(9252,817,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9253,817,'slides_1_slide_image','530'),(9254,817,'_slides_1_slide_image','field_554871fa1b3e6'),(9255,817,'slides_1_slide_title','Import & Export Global Logistics '),(9256,817,'_slides_1_slide_title','field_554872321b3e7'),(9257,817,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9258,817,'_slides_1_slide_text','field_5548743d56847'),(9259,817,'slides_1_slide_link',''),(9260,817,'_slides_1_slide_link','field_5548728d88d0a'),(9261,817,'slides_1_slide_open_link_in_new_window',''),(9262,817,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9263,817,'slides_2_slide_image','498'),(9264,817,'_slides_2_slide_image','field_554871fa1b3e6'),(9265,817,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9266,817,'_slides_2_slide_title','field_554872321b3e7'),(9267,817,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9268,817,'_slides_2_slide_text','field_5548743d56847'),(9269,817,'slides_2_slide_link',''),(9270,817,'_slides_2_slide_link','field_5548728d88d0a'),(9271,817,'slides_2_slide_open_link_in_new_window',''),(9272,817,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9273,817,'slides','3'),(9274,817,'_slides','field_554871d21b3e5'),(9275,817,'auto_cycle','1'),(9276,817,'_auto_cycle','field_55487307bdff8'),(9277,817,'cycle_interval','5000'),(9278,817,'_cycle_interval','field_55487335bdff9'),(9279,817,'background_image',''),(9280,817,'_background_image','field_5538c999ec7c2'),(9281,817,'background_image_horizontal_position','center'),(9282,817,'_background_image_horizontal_position','field_5538c9daec7c3'),(9283,817,'background_image_vertical_position','center'),(9284,817,'_background_image_vertical_position','field_5538ca0cec7c4'),(9285,817,'background_image_repeat','repeat'),(9286,817,'_background_image_repeat','field_5538ca44ec7c5'),(9287,817,'background_image_attachment','scroll'),(9288,817,'_background_image_attachment','field_5538ca6cec7c6'),(9289,817,'background_color',''),(9290,817,'_background_color','field_5538caa9ec7c7'),(9291,817,'sidebar','none'),(9292,817,'_sidebar','field_5534bcc459d58'),(9294,817,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:336:\"<img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9297,805,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:107:\"[button href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:336:\"<img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9300,818,'subtitle',''),(9301,818,'_subtitle','field_5534998130ef7'),(9302,818,'slider_content','caption'),(9303,818,'_slider_content','field_5548717a1b3e4'),(9304,818,'slides_0_slide_image','502'),(9305,818,'_slides_0_slide_image','field_554871fa1b3e6'),(9306,818,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9307,818,'_slides_0_slide_title','field_554872321b3e7'),(9308,818,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9309,818,'_slides_0_slide_text','field_5548743d56847'),(9310,818,'slides_0_slide_link',''),(9311,818,'_slides_0_slide_link','field_5548728d88d0a'),(9312,818,'slides_0_slide_open_link_in_new_window',''),(9313,818,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9314,818,'slides_1_slide_image','530'),(9315,818,'_slides_1_slide_image','field_554871fa1b3e6'),(9316,818,'slides_1_slide_title','Import & Export Global Logistics '),(9317,818,'_slides_1_slide_title','field_554872321b3e7'),(9318,818,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9319,818,'_slides_1_slide_text','field_5548743d56847'),(9320,818,'slides_1_slide_link',''),(9321,818,'_slides_1_slide_link','field_5548728d88d0a'),(9322,818,'slides_1_slide_open_link_in_new_window',''),(9323,818,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9324,818,'slides_2_slide_image','498'),(9325,818,'_slides_2_slide_image','field_554871fa1b3e6'),(9326,818,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9327,818,'_slides_2_slide_title','field_554872321b3e7'),(9328,818,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9329,818,'_slides_2_slide_text','field_5548743d56847'),(9330,818,'slides_2_slide_link',''),(9331,818,'_slides_2_slide_link','field_5548728d88d0a'),(9332,818,'slides_2_slide_open_link_in_new_window',''),(9333,818,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9334,818,'slides','3'),(9335,818,'_slides','field_554871d21b3e5'),(9336,818,'auto_cycle','1'),(9337,818,'_auto_cycle','field_55487307bdff8'),(9338,818,'cycle_interval','5000'),(9339,818,'_cycle_interval','field_55487335bdff9'),(9340,818,'background_image',''),(9341,818,'_background_image','field_5538c999ec7c2'),(9342,818,'background_image_horizontal_position','center'),(9343,818,'_background_image_horizontal_position','field_5538c9daec7c3'),(9344,818,'background_image_vertical_position','center'),(9345,818,'_background_image_vertical_position','field_5538ca0cec7c4'),(9346,818,'background_image_repeat','repeat'),(9347,818,'_background_image_repeat','field_5538ca44ec7c5'),(9348,818,'background_image_attachment','scroll'),(9349,818,'_background_image_attachment','field_5538ca6cec7c6'),(9350,818,'background_color',''),(9351,818,'_background_color','field_5538caa9ec7c7'),(9352,818,'sidebar','none'),(9353,818,'_sidebar','field_5534bcc459d58'),(9355,818,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:105:\"[button href=\"http://www.accesswineservice.com/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:336:\"<img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"200\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9360,819,'subtitle',''),(9361,819,'_subtitle','field_5534998130ef7'),(9362,819,'slider_content','caption'),(9363,819,'_slider_content','field_5548717a1b3e4'),(9364,819,'slides_0_slide_image','502'),(9365,819,'_slides_0_slide_image','field_554871fa1b3e6'),(9366,819,'slides_0_slide_title','Reducing Costs and Improving efficiency '),(9367,819,'_slides_0_slide_title','field_554872321b3e7'),(9368,819,'slides_0_slide_text','<p class=\"p1\">Access Wine Service is a leading provider of Logistics and Customs Brokerage service for Wine, Beer & Spirits Importers and Exporters.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9369,819,'_slides_0_slide_text','field_5548743d56847'),(9370,819,'slides_0_slide_link',''),(9371,819,'_slides_0_slide_link','field_5548728d88d0a'),(9372,819,'slides_0_slide_open_link_in_new_window',''),(9373,819,'_slides_0_slide_open_link_in_new_window','field_554872b588d0b'),(9374,819,'slides_1_slide_image','530'),(9375,819,'_slides_1_slide_image','field_554871fa1b3e6'),(9376,819,'slides_1_slide_title','Import & Export Global Logistics '),(9377,819,'_slides_1_slide_title','field_554872321b3e7'),(9378,819,'slides_1_slide_text','<p class=\"p1\">We provide service for Full Containers (FCL), Less than Container (LCL), Refrigerated Container (RF), Bulk Wine Container, Auction Wines, International and Domestic Trucking from Winery to Warehouse.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9379,819,'_slides_1_slide_text','field_5548743d56847'),(9380,819,'slides_1_slide_link',''),(9381,819,'_slides_1_slide_link','field_5548728d88d0a'),(9382,819,'slides_1_slide_open_link_in_new_window',''),(9383,819,'_slides_1_slide_open_link_in_new_window','field_554872b588d0b'),(9384,819,'slides_2_slide_image','498'),(9385,819,'_slides_2_slide_image','field_554871fa1b3e6'),(9386,819,'slides_2_slide_title','Complete Domestic and International Government Compliance Service '),(9387,819,'_slides_2_slide_title','field_554872321b3e7'),(9388,819,'slides_2_slide_text','<p class=\"p1\">Providing US Customs Entry, FDA Prior Notice, ISF and support with Cola’s and licensing. Access also provides AES for Export and can assist with customs brokerage at overseas destinations such as China and other emerging markets.</p>\r\n [button href=\"/Test/about-us/\"]ABOUT US[/button] [button style=\"secondary\" href=\"/Test/contact-us/\"]GET A QUOTE[/button]\r\n<div class=\"w69b-screencastify-mouse\"></div>'),(9389,819,'_slides_2_slide_text','field_5548743d56847'),(9390,819,'slides_2_slide_link',''),(9391,819,'_slides_2_slide_link','field_5548728d88d0a'),(9392,819,'slides_2_slide_open_link_in_new_window',''),(9393,819,'_slides_2_slide_open_link_in_new_window','field_554872b588d0b'),(9394,819,'slides','3'),(9395,819,'_slides','field_554871d21b3e5'),(9396,819,'auto_cycle','1'),(9397,819,'_auto_cycle','field_55487307bdff8'),(9398,819,'cycle_interval','5000'),(9399,819,'_cycle_interval','field_55487335bdff9'),(9400,819,'background_image',''),(9401,819,'_background_image','field_5538c999ec7c2'),(9402,819,'background_image_horizontal_position','center'),(9403,819,'_background_image_horizontal_position','field_5538c9daec7c3'),(9404,819,'background_image_vertical_position','center'),(9405,819,'_background_image_vertical_position','field_5538ca0cec7c4'),(9406,819,'background_image_repeat','repeat'),(9407,819,'_background_image_repeat','field_5538ca44ec7c5'),(9408,819,'background_image_attachment','scroll'),(9409,819,'_background_image_attachment','field_5538ca6cec7c6'),(9410,819,'background_color',''),(9411,819,'_background_color','field_5538caa9ec7c7'),(9412,819,'sidebar','none'),(9413,819,'_sidebar','field_5534bcc459d58'),(9415,819,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" />\n<h2>SAVINGS AND SERVICES</h2>\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"711c77fd-779d-44a7-bcec-84404b39d4a7\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:369:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" />\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\nImport service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ffa24dae-417e-40ac-b3c8-accfaddebdb0\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" />\n<h2>DISCOUNT FCL OCEAN RATES</h2>\nFCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f20734c-208a-49cd-8e42-6e9fa0c9de17\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:396:\"<img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" />\n<h2>CHINA & HONG KONG EXPERTS</h2>\nExport Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:3;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1dabb440-a5d3-481b-9094-8b4a7fdb3d04\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:12:\"OUR SERVICES\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4265e081-b114-45fb-a424-79f4ac20a958\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";b:1;}}}i:5;a:8:{s:5:\"title\";s:9:\"Bulk Wine\";s:4:\"text\";s:76:\"Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f0df2fc1-6e69-4e9b-bff4-cbec2fcc19e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:6;a:8:{s:5:\"title\";s:11:\"Warehousing\";s:4:\"text\";s:118:\"Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9aef9ff3-649e-4845-8991-bf5bacb72d9b\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:7;a:8:{s:5:\"title\";s:9:\"Trucking \";s:4:\"text\";s:53:\"Domestic or International, Consolidation, FTL and LCL\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"36e51819-c9a0-4338-a0c5-faf9907e35e1\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:8;a:8:{s:5:\"title\";s:16:\"Container Liners\";s:4:\"text\";s:158:\"Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3350172a-2809-43af-9ece-07f7d0c6cdbd\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:9;a:8:{s:5:\"title\";s:28:\"Wine Machinery and Products \";s:4:\"text\";s:74:\"Barrels, Corks, Pumps, Bottles and everything associated with the Industry\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:5;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"3f8c5cb1-dd38-4357-a59b-6a7efeb29a59\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:10;a:8:{s:5:\"title\";s:17:\"Beer and Spirits \";s:4:\"text\";s:38:\"Full Service for all Alcohol Beverages\";s:8:\"btn_link\";s:0:\"\";s:4:\"icon\";s:17:\"fa-check-circle-o\";s:7:\"new_tab\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:4;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:11:\"PW_Icon_Box\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edb85710-ff7e-44cc-929b-ac0fc29379fa\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:11;a:5:{s:4:\"text\";s:121:\"Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \";s:11:\"button_text\";s:105:\"[button href=\"http://www.accesswineservice.com/contact-us/\" target=\"_blank\"]ASK OUR SERVICE TEAM[/button]\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"PW_Call_To_Action\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"125e7b6e-31fd-4f19-b9a8-ce6767667b8c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:12;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:336:\"<img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"196\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3>\";s:6:\"filter\";s:1:\"0\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:1;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f0f5fc68-f0ea-40d0-b0f8-3a3f6619deda\";s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:13;a:7:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:366:\"<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:2;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f0cb6ace-1830-4937-a223-c28d435fac7c\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}i:14;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p>[logooos columns=\"1\" backgroundcolor=\"transparent\" layout=\"slider\" category=\"36\" orderby=\"date\" order=\"DESC\" marginbetweenitems=\"25px\" tooltip=\"enabled\" responsive=\"enabled\" grayscale=\"disabled\" border=\"disabled\" borderradius=\"logooos_no_radius\" autoplay=\"true\" scrollduration=\"1000\" pauseduration=\"9000\" buttonsbordercolor=\"#DCDCDC\" buttonsbgcolor=\"#FFFFFF\" buttonsarrowscolor=\"darkgray\" hovereffect=\"effect1\" hovereffectcolor=\"#DCDCDC\" ]</p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3>\";s:6:\"filter\";s:1:\"1\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:14:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:18:\"tax-logooocategory\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";i:3;s:5:\"state\";s:2:\"ok\";}s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"335924a7-415f-42eb-9a78-a20f91c452be\";s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:16:\"featured_widgets\";s:0:\"\";s:12:\"bigger_title\";s:0:\"\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:5:\"class\";s:17:\"jumbotron-overlap\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"80px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"5px\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:4:\"85px\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:5:\"class\";s:14:\"call-to-action\";s:10:\"background\";s:7:\"#81d742\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:7:\"padding\";s:4:\"60px\";s:10:\"background\";s:7:\"#444444\";s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.33333333333332998;s:5:\"style\";a:0:{}}}}'),(9417,7,'_aioseop_title','Import & Export Global Logistics '),(9418,820,'_wp_trash_meta_status','publish'),(9419,820,'_wp_trash_meta_time','1509533094'),(9420,821,'_wp_trash_meta_status','publish'),(9421,821,'_wp_trash_meta_time','1509533451'),(9422,822,'_wp_trash_meta_status','publish'),(9423,822,'_wp_trash_meta_time','1509533571'),(9424,823,'_wp_attached_file','2017/11/logo.png'),(9425,823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:279;s:6:\"height\";i:164;s:4:\"file\";s:16:\"2017/11/logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:16:\"logo-270x164.png\";s:5:\"width\";i:270;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:15:\"logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"logo-272x164.png\";s:5:\"width\";i:272;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9426,824,'_wp_trash_meta_status','publish'),(9427,824,'_wp_trash_meta_time','1509533836'),(9428,825,'_wp_trash_meta_status','publish'),(9429,825,'_wp_trash_meta_time','1509534449'),(9430,826,'_wp_trash_meta_status','publish'),(9431,826,'_wp_trash_meta_time','1509534503'),(9432,827,'_wp_attached_file','2017/11/Big-Logo-color-on-bottom-service.jpg'),(9433,827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:191;s:6:\"height\";i:199;s:4:\"file\";s:44:\"2017/11/Big-Logo-color-on-bottom-service.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Big-Logo-color-on-bottom-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:44:\"Big-Logo-color-on-bottom-service-191x190.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:43:\"Big-Logo-color-on-bottom-service-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"Big-Logo-color-on-bottom-service-191x182.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9434,828,'_wp_attached_file','2017/11/cropped-Big-Logo-color-on-bottom-service.jpg'),(9435,828,'_wp_attachment_context','site-icon'),(9436,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2017/11/cropped-Big-Logo-color-on-bottom-service.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"cargopress-jumbotron-slider-s\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-425x200.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"latest-posts\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-270x190.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"pw-page-box\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"pw-inline\";a:4:{s:4:\"file\";s:51:\"cropped-Big-Logo-color-on-bottom-service-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:52:\"cropped-Big-Logo-color-on-bottom-service-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:50:\"cropped-Big-Logo-color-on-bottom-service-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9437,829,'_wp_trash_meta_status','publish'),(9438,829,'_wp_trash_meta_time','1509536573'),(9439,830,'_wp_trash_meta_status','publish'),(9440,830,'_wp_trash_meta_time','1509537016'),(9441,831,'_wp_trash_meta_status','publish'),(9442,831,'_wp_trash_meta_time','1509537508'),(9443,832,'_wp_trash_meta_status','publish'),(9444,832,'_wp_trash_meta_time','1509538408'),(9445,833,'_wp_trash_meta_status','publish'),(9446,833,'_wp_trash_meta_time','1509538431'),(9447,835,'_wp_trash_meta_status','publish'),(9448,835,'_wp_trash_meta_time','1509538603'),(9449,836,'_wp_trash_meta_status','publish'),(9450,836,'_wp_trash_meta_time','1509538653'),(9451,837,'_wp_trash_meta_status','publish'),(9452,837,'_wp_trash_meta_time','1509539167'),(9453,838,'_wp_trash_meta_status','publish'),(9454,838,'_wp_trash_meta_time','1509539253'),(9455,839,'_wp_trash_meta_status','publish'),(9456,839,'_wp_trash_meta_time','1509539274'),(9457,840,'_wp_trash_meta_status','publish'),(9458,840,'_wp_trash_meta_time','1509539295'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=842 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 (7,1,'2015-04-14 10:13:09','2015-04-14 10:13:09','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://www.accesswineservice.com/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"196\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','publish','closed','open','','home','','','2017-11-01 10:10:38','2017-11-01 10:10:38','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=6',0,'page','',0),(8,1,'2015-04-14 10:13:18','2015-04-14 10:13:18','','News','','publish','closed','open','','news','','','2015-04-14 10:13:18','2015-04-14 10:13:18','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=8',0,'page','',0),(9,1,'2016-03-03 07:18:07','2016-03-03 07:18:07',' ','','','publish','closed','closed','','9','','','2017-08-08 08:06:28','2017-08-08 08:06:28','',0,'http://jspdevelopmentdemo.com/Test/2016/03/03/',1,'nav_menu_item','',0),(23,1,'2016-03-03 07:18:08','2016-03-03 07:18:08','','Buy Now','','publish','closed','closed','','buy-now','','','2016-03-03 07:18:08','2016-03-03 07:18:08','',0,'http://jspdevelopmentdemo.com/Test/2016/03/03/buy-now/',3,'nav_menu_item','',0),(24,1,'2016-03-03 07:18:08','2016-03-03 07:18:08','','Theme Documentation','','publish','closed','closed','','theme-documentation','','','2016-03-03 07:18:08','2016-03-03 07:18:08','',0,'http://jspdevelopmentdemo.com/Test/2016/03/03/theme-documentation/',4,'nav_menu_item','',0),(27,1,'2015-04-20 12:13:49','2015-04-20 12:13:49','Core values are the fundamental beliefs of a person or organization. The core values are the guiding principles that dictate behavior and action. Core values can help people to know what is right from wrong; they can help companies to determine if they are on the right path and fulfilling their business goals; and they create an unwavering and unchanging guide. There are many different types of core values and many different examples of core values depending upon the context.\n\n<!--more-->\n\nCore values are the fundamental beliefs of a person or organization. The core values are the guiding principles that dictate behavior and action. Core values can help people to know what is right from wrong; they can help companies to determine if they are on the right path and fulfilling their business goals; and they create an unwavering and unchanging guide. There are many different types of core values and many different examples of core values depending upon the context.\n\nCore values are the fundamental beliefs of a person or organization. The core values are the guiding principles that dictate behavior and action. Core values can help people to know what is right from wrong; they can help companies to determine if they are on the right path and fulfilling their business goals; and they create an unwavering and unchanging guide. There are many different types of core values and many different examples of core values depending upon the context.','Unbeatable trucking and transport services','','publish','open','open','','unbeatable-trucking-and-transport-services','','','2015-04-20 12:13:49','2015-04-20 12:13:49','',0,'http://xml-io.proteusthemes.com/cargopress/?p=27',0,'post','',0),(76,1,'2015-04-23 11:04:51','2015-04-23 11:04:51','<a class=\"page-box__picture\" href=\"http://xml-io.proteusthemes.com/cargopress/services/ground-transport/\"><img class=\"attachment-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/17-360x240.jpg\" alt=\"17\" width=\"360\" height=\"240\" /></a>\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/ground-transport/\">Ground Transport</a></h5>\nGround transport and freight forwarding services, along with other ancillary services, helps us to provide tailor made logistic solutions to our clients, which we design as per their requirements and business ecosystem to help cut their cost, …\n\n<a class=\"read-more read-more--page-box\" href=\"http://xml-io.proteusthemes.com/cargopress/services/ground-transport/\">Read more</a>\n\n<a class=\"page-box__picture\" href=\"http://xml-io.proteusthemes.com/cargopress/services/logistic-service/\"><img class=\"attachment-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/logistic-service/\">Logistic Service</a></h5>\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\n\n<a class=\"read-more read-more--page-box\" href=\"http://xml-io.proteusthemes.com/cargopress/services/logistic-service/\">Read more</a>\n\n<a class=\"page-box__picture\" href=\"http://xml-io.proteusthemes.com/cargopress/services/trucking-service/\"><img class=\"attachment-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/42-360x240.jpg\" alt=\"42\" width=\"360\" height=\"240\" /></a>\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/trucking-service/\">Trucking Service</a></h5>\nOur trucking service is based on the principle of providing our clients with the flexibility and reliability, to move legal load across town, or across the country, whenever they want. Our in-house team of experienced …\n\n<a class=\"read-more read-more--page-box\" href=\"http://xml-io.proteusthemes.com/cargopress/services/trucking-service/\">Read more</a>\n\n<a class=\"page-box__picture\" href=\"http://xml-io.proteusthemes.com/cargopress/services/warehousing/\"><img class=\"attachment-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-360x240.jpg\" alt=\"31\" width=\"360\" height=\"240\" /></a>\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/warehousing/\">Warehousing</a></h5>\nOur warehousing and distribution services are regularly audited and analyzed to ensure that it meets the contemporary business models, and any and all upgrades are made to ensure our services continue to help our clients meet their logistic …\n\n<a class=\"read-more read-more--page-box\" href=\"http://xml-io.proteusthemes.com/cargopress/services/warehousing/\">Read more</a>\n\n<a class=\"page-box__picture\" href=\"http://xml-io.proteusthemes.com/cargopress/services/cargo/\"><img class=\"attachment-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/cargo/\">Cargo</a></h5>\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\n\n<a class=\"read-more read-more--page-box\" href=\"http://xml-io.proteusthemes.com/cargopress/services/cargo/\">Read more</a>\n\n<a class=\"page-box__picture\" href=\"http://xml-io.proteusthemes.com/cargopress/services/storage/\"><img class=\"attachment-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/storage/\">Storage</a></h5>\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\n\n<a class=\"read-more read-more--page-box\" href=\"http://xml-io.proteusthemes.com/cargopress/services/storage/\">Read more</a>','Services','','publish','closed','open','','services','','','2015-04-23 11:04:51','2015-04-23 11:04:51','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=76',0,'page','',0),(78,1,'2015-04-23 11:19:03','2015-04-23 11:19:03','Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets\r\n\r\n \r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a>','AIR','','publish','closed','open','','air','','','2016-07-20 12:21:47','2016-07-20 12:21:47','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=78',0,'page','',0),(95,1,'2015-04-23 12:32:53','2015-04-23 12:32:53','Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a>','OCEAN','','publish','closed','open','','ocean','','','2016-07-20 12:21:18','2016-07-20 12:21:18','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=95',0,'page','',0),(120,1,'2015-05-04 07:30:41','2015-05-04 07:30:41','<div id=\"pl-120\" class=\"panel-layout\" ><div id=\"pg-120-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px","background_display":"tile","bottom_margin":"0px","row_stretch":"full-stretched"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-120-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-120-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-120-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"beverage logistics\" width=\"1920\" height=\"600\" /></div></div></div></div></div><div id=\"pg-120-1\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-120-1-0\" class=\"panel-grid-cell\" data-weight=\"0.250208159867\" ><div id=\"panel-120-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><div class=\"textwidget\"><p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p></div></div></div><div id=\"panel-120-1-0-1\" class=\"so-panel widget widget_pw_opening_time opening-time panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-1\" >\n\n <div class=\"time-table\">\n\n <h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\n\n <div class=\"inner-bg\">\n <dl class=\"week-day \">\n <dt>Monday</dt>\n <dd>9.00 - 17.00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Tuesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Wednesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Thursday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Friday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg closed today\">\n <dt>Saturday</dt>\n <dd>CLOSED</dd>\n </dl>\n <dl class=\"week-day closed\">\n <dt>Sunday</dt>\n <dd>CLOSED</dd>\n </dl>\n </div>\n\n\n </div>\n\n</div></div></div><div id=\"pgc-120-1-1\" class=\"panel-grid-cell\" data-weight=\"0.749791840133\" ><div id=\"panel-120-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f122-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/Test/wp-admin/post.php#wpcf7-f122-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-8\">\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\" /></span>\n </div>\n<div class=\"col-xs-12\">\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br />\n <input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" />\n </div>\n</div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p></div></div></div></div></div>','Contact Us','','publish','closed','open','','contact-us','','','2017-09-30 11:24:21','2017-09-30 11:24:21','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=120',0,'page','',0),(121,1,'2016-03-03 07:18:24','2016-03-03 07:18:24',' ','','','publish','closed','closed','','121','','','2017-08-08 08:06:28','2017-08-08 08:06:28','',0,'http://jspdevelopmentdemo.com/Test/2016/03/03/',3,'nav_menu_item','',0),(122,1,'2015-05-04 07:30:48','2015-05-04 07:30:48','<div class=\"row\">\r\n <div class=\"col-xs-12 col-md-4\">\r\n [text* your-name placeholder \"First Name\"] \r\n </div>\r\n <div class=\"col-xs-12 col-md-4\">\r\n [text* last-name placeholder \"Last Name\"] \r\n </div>\r\n</div>\r\n<div class=\"row\">\r\n <div class=\"col-xs-12 col-md-4\">\r\n [email* your-email placeholder \"E-mail address\"]\r\n </div>\r\n <div class=\"col-xs-12 col-md-4\">\r\n [tel* your-phone placeholder \"Phone Number\"]\r\n </div>\r\n</div>\r\n<div class=\"row\">\r\n <div class=\"col-xs-12 col-md-8\">\r\n [text your-subject placeholder \"Subject\"]\r\n </div>\r\n <div class=\"col-xs-12\">\r\n [textarea your-message placeholder \"Message\"]\r\n [submit class:btn class:btn-primary \"SEND MESSAGE\"]\r\n </div>\r\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact Us','','publish','open','open','','contact-form-1-2','','','2016-03-03 07:35:57','2016-03-03 07:35:57','',0,'http://xml-io.proteusthemes.com/cargopress/?post_type=wpcf7_contact_form&p=122',0,'wpcf7_contact_form','',0),(142,1,'2015-05-06 10:51:08','2015-05-06 10:51:08','','slider_1','','inherit','open','open','','slider_1','','','2015-05-06 10:51:08','2015-05-06 10:51:08','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/slider_1.jpg',0,'attachment','image/jpeg',0),(143,1,'2015-05-06 10:51:09','2015-05-06 10:51:09','','slider_2','','inherit','open','open','','slider_2','','','2015-05-06 10:51:09','2015-05-06 10:51:09','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/slider_2.jpg',0,'attachment','image/jpeg',0),(144,1,'2015-05-06 10:51:10','2015-05-06 10:51:10','','slider_3','','inherit','open','open','','slider_3','','','2015-05-06 10:51:10','2015-05-06 10:51:10','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/slider_3.jpg',0,'attachment','image/jpeg',0),(155,1,'2015-05-06 14:06:14','2015-05-06 14:06:14','It is a known fact that having an in-house logistic department can enhance a company’s overall operational cost by a great margin, and this also affects the net profit and the benefits that the company wants to pass on to their clients. A smooth logistic operation is essential to the success of the company and the customer satisfaction it provides to its customers.\n\n<!--more-->\n\nIt helps in enhancing the profitability of the company, while lowering the operational costs as well as the price of the end products. With such great importance attached to logistics, it is hard for the company to trust their logistics with a third party logistic service provider. But, it can actually prove crucial to success in ways more than one. Here are the few benefits –\nLowering Costs – Outsourcing logistics would lead to lowering the overhead costs associated with maintaining a fleet of carriers, manpower on company’s payroll, warehousing maintenance and related taxes, processing charges, equipment costs, cross docking expenses, and so on. With such load taken off the shoulder of the company, it can focus on other important aspects of the business and provide better products and services to end users.\n<ul>\n <li><span style=\"color: #000000;\"><strong>Enhancing Efficiency</strong></span> – As the third party logistic service providers are dedicated to the job and are experienced and expert in their field, they leave no stone unturned in providing the best services possible, which is not always possible for the in-house logistic department.</li>\n <li><span style=\"color: #000000;\"><strong>Enhancing Focus</strong></span> – With the company no longer having to take care of logistics, it helps the company to focus on bettering the products and services and providing better customer satisfaction and lowering the costs of the end products.</li>\n <li><span style=\"color: #000000;\"><strong>Innovation</strong></span> – Logistic service providers would understand your business and brainstorm with you to design custom tailor logistic processes and solutions that would turnaround your business for good, and help in delivering better results, leading to great benefits for the customers, and higher profits for the company.</li>\n</ul>\nThese are just the few of the benefits you will enjoy when you trust your logistic requirements with us. We assure you of world class logistics and related services, enhancing your market reputation, profitability and nearing you to your long term goals, sooner than you expected.','How outsourcing your logistic needs to us can prove to be cost-effective for you?','','publish','open','open','','how-outsourcing-your-logistic-needs-to-us-can-prove-to-be-cost-effective-for-you','','','2015-05-06 14:06:14','2015-05-06 14:06:14','',0,'http://xml-io.proteusthemes.com/cargopress/?p=155',0,'post','',0),(169,1,'2015-05-06 14:15:40','2015-05-06 14:15:40','Moving freight is a tough task that needs experience and expertise, because there is a lot at stack. Only the deliverables are not at stack here, but the commitment and trust. And, any mishap here can lead to the company having a bad market reputation, and would certainly impact the customer satisfaction it provides negatively.\n\n<!--more-->\n\nWhile, many companies choose to have its own fleet of trucks for moving freight and load, it can prove to be expensive as a whole for the company. This is because buying a fleet of trucks, maintaining it, hiring numerous staff for its smooth operation, having technicians available round the clock, getting approval and licenses, designing logistic routes, maintaining smooth process, meeting deadlines, and so on, can not only increase the operational costs of the company, but can also prove to be a burden in the long run.\n\nHowever, when you hire our trucking services, you can be sure that we would take the entire burden of moving your freight on us, and proudly so. We are experienced and expert in the business of logistics and providing trucking services nationwide, and whether it is moving freight across the town or across the country, our fleet is ready to transport your deliverables, safely and securely to its destination, without costing you a fortune like previously. This would save you considerable amount of money, as well as effort. And, you would be able to focus on what you do best – manage and expand your business to provide better products, services and eventually, better customer satisfaction.\n\nWe have the latest fleet of advanced green carriers that provides high fuel efficiency, expert and licensed team of drivers, expert team of technicians and logistic support team, and so on. Our trucking service ensures you best quality services at all times, and our customer support is second to none, ensuring you stay updated with the entire process.','Top benefits of hiring our trucking service','','publish','open','open','','top-benefits-of-hiring-our-trucking-service','','','2015-05-06 14:15:40','2015-05-06 14:15:40','',0,'http://xml-io.proteusthemes.com/cargopress/?p=169',0,'post','',0),(174,1,'2015-05-06 14:37:51','2015-05-06 14:37:51','Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost you need to bear during and before transport of freight.\n\n<!--more-->\n\nWe do not only provide customized storage solutions that aligns with your business, but also provide a range of other warehousing services, which includes fulfilment, returns management, packaging, specialty wrapping, transportation, logistic support, customized logistic process, supply chain management, distribution, inventory control, door-to-door transport, pick and pack operations, cross dock distribution, labelling, temperature controlled storage solutions, food grade facilities, and so on.\n\nOur team of logistics experts would consult with you and understand your business requirements minutely and come up with a warehousing and logistic process that is custom tailored to fit your business requirements accurately. It would help in cutting down costs, and enhancing profitability. Not only would our warehousing services cut down cost, the benefits you make would be passed on to the customers and your net profit, which would create a growth oriented environment for your business and enhance your market reputation.\n\nApart from the regular warehousing services, we provide a range of value added customer specific services to help them with their business, order fulfilment, packaging, assembly and kitting requirements. Our logistics and warehousing tools and equipment are state-of-the-art, and provide the best of warehousing services available to date. We continue to upgrade our warehouses with the advanced technologies and processes, as and when they are available, to ensure that our clients are able to benefit from the evolving logistic market. Consult with our warehousing and logistics experts today to find out in details how our warehousing services can be beneficial for you, and rest assured you won’t be disappointed.','Why choose our warehousing service?','','publish','open','open','','why-choose-our-warehousing-service','','','2015-05-06 14:37:51','2015-05-06 14:37:51','',0,'http://xml-io.proteusthemes.com/cargopress/?p=174',0,'post','',0),(181,1,'2015-05-06 14:47:34','2015-05-06 14:47:34','We do not only provide customized storage solutions that aligns with your business, but also provide a range of other warehousing services, which includes fulfilment, returns management, packaging, specialty wrapping, transportation, logistic support, customized logistic process, supply chain management, distribution, inventory control, door-to-door transport, pick and pack operations, cross dock distribution, labelling, temperature controlled storage solutions, food grade facilities, and so on.\n\n<!--more-->\n\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost you need to bear during and before transport of freight.\n\nOur team of logistics experts would consult with you and understand your business requirements minutely and come up with a warehousing and logistic process that is custom tailored to fit your business requirements accurately. It would help in cutting down costs, and enhancing profitability. Not only would our warehousing services cut down cost, the benefits you make would be passed on to the customers and your net profit, which would create a growth oriented environment for your business and enhance your market reputation.\n\nApart from the regular warehousing services, we provide a range of value added customer specific services to help them with their business, order fulfilment, packaging, assembly and kitting requirements. Our logistics and warehousing tools and equipment are state-of-the-art, and provide the best of warehousing services available to date. We continue to upgrade our warehouses with the advanced technologies and processes, as and when they are available, to ensure that our clients are able to benefit from the evolving logistic market. Consult with our warehousing and logistics experts today to find out in details how our warehousing services can be beneficial for you, and rest assured you won’t be disappointed.','Our experts will consult with you','','publish','open','open','','our-experts-will-consult-with-you','','','2015-05-06 14:47:34','2015-05-06 14:47:34','',0,'http://xml-io.proteusthemes.com/cargopress/?p=181',0,'post','',0),(184,1,'2015-05-06 14:49:28','2015-05-06 14:49:28','While, many companies choose to have its own fleet of trucks for moving freight and load, it can prove to be expensive as a whole for the company. This is because buying a fleet of trucks, maintaining it, hiring numerous staff for its smooth operation, having technicians available round the clock, getting approval and licenses, designing logistic routes, maintaining smooth process, meeting deadlines, and so on, can not only increase the operational costs of the company, but can also prove to be a burden in the long run.\n\n<!--more-->\n\nMoving freight is a tough task that needs experience and expertise, because there is a lot at stack. Only the deliverables are not at stack here, but the commitment and trust. And, any mishap here can lead to the company having a bad market reputation, and would certainly impact the customer satisfaction it provides negatively.\n\nHowever, when you hire our trucking services, you can be sure that we would take the entire burden of moving your freight on us, and proudly so. We are experienced and expert in the business of logistics and providing trucking services nationwide, and whether it is moving freight across the town or across the country, our fleet is ready to transport your deliverables, safely and securely to its destination, without costing you a fortune like previously. This would save you considerable amount of money, as well as effort. And, you would be able to focus on what you do best – manage and expand your business to provide better products, services and eventually, better customer satisfaction.\n\nWe have the latest fleet of advanced green carriers that provides high fuel efficiency, expert and licensed team of drivers, expert team of technicians and logistic support team, and so on. Our trucking service ensures you best quality services at all times, and our customer support is second to none, ensuring you stay updated with the entire process.','Moving freight is a tough task that needs experience and expertise','','publish','open','open','','moving-freight-is-a-tough-task-that-needs-experience-and-expertise','','','2015-05-06 14:49:28','2015-05-06 14:49:28','',0,'http://xml-io.proteusthemes.com/cargopress/?p=184',0,'post','',0),(186,1,'2015-05-06 14:50:48','2015-05-06 14:50:48','We have the latest fleet of advanced green carriers that provides high fuel efficiency, expert and licensed team of drivers, expert team of technicians and logistic support team, and so on. Our trucking service ensures you best quality services at all times, and our customer support is second to none, ensuring you stay updated with the entire process.\n\n<!--more-->\n\nMoving freight is a tough task that needs experience and expertise, because there is a lot at stack. Only the deliverables are not at stack here, but the commitment and trust. And, any mishap here can lead to the company having a bad market reputation, and would certainly impact the customer satisfaction it provides negatively.\n\nHowever, when you hire our trucking services, you can be sure that we would take the entire burden of moving your freight on us, and proudly so. We are experienced and expert in the business of logistics and providing trucking services nationwide, and whether it is moving freight across the town or across the country, our fleet is ready to transport your deliverables, safely and securely to its destination, without costing you a fortune like previously. This would save you considerable amount of money, as well as effort. And, you would be able to focus on what you do best – manage and expand your business to provide better products, services and eventually, better customer satisfaction.\n\nWhile, many companies choose to have its own fleet of trucks for moving freight and load, it can prove to be expensive as a whole for the company. This is because buying a fleet of trucks, maintaining it, hiring numerous staff for its smooth operation, having technicians available round the clock, getting approval and licenses, designing logistic routes, maintaining smooth process, meeting deadlines, and so on, can not only increase the operational costs of the company, but can also prove to be a burden in the long run.','We are experienced and expert in the business of logistics','','publish','open','open','','we-are-experienced-and-expert-in-the-business-of-logistics','','','2015-05-06 14:50:48','2015-05-06 14:50:48','',0,'http://xml-io.proteusthemes.com/cargopress/?p=186',0,'post','',0),(188,1,'2015-05-06 14:52:07','2015-05-06 14:52:07','Moving freight is a tough task that needs experience and expertise, because there is a lot at stack. Only the deliverables are not at stack here, but the commitment and trust. And, any mishap here can lead to the company having a bad market reputation, and would certainly impact the customer satisfaction it provides negatively.\n\n<!--more-->\n\nWhile, many companies choose to have its own fleet of trucks for moving freight and load, it can prove to be expensive as a whole for the company. This is because buying a fleet of trucks, maintaining it, hiring numerous staff for its smooth operation, having technicians available round the clock, getting approval and licenses, designing logistic routes, maintaining smooth process, meeting deadlines, and so on, can not only increase the operational costs of the company, but can also prove to be a burden in the long run.\n\nHowever, when you hire our trucking services, you can be sure that we would take the entire burden of moving your freight on us, and proudly so. We are experienced and expert in the business of logistics and providing trucking services nationwide, and whether it is moving freight across the town or across the country, our fleet is ready to transport your deliverables, safely and securely to its destination, without costing you a fortune like previously. This would save you considerable amount of money, as well as effort. And, you would be able to focus on what you do best – manage and expand your business to provide better products, services and eventually, better customer satisfaction.\n\nWe have the latest fleet of advanced green carriers that provides high fuel efficiency, expert and licensed team of drivers, expert team of technicians and logistic support team, and so on. Our trucking service ensures you best quality services at all times, and our customer support is second to none, ensuring you stay updated with the entire process.','Our trucking service ensures you best quality services at all times','','publish','open','open','','our-trucking-service-ensures-you-best-quality-services-at-all-times','','','2015-05-06 14:52:07','2015-05-06 14:52:07','',0,'http://xml-io.proteusthemes.com/cargopress/?p=188',0,'post','',1),(191,1,'2015-05-06 14:54:11','2015-05-06 14:54:11','Lowering costs and outsourcing logistics would lead to lowering the overhead costs associated with maintaining a fleet of carriers, manpower on company’s payroll, warehousing maintenance and related taxes, processing charges, equipment costs, cross docking expenses, and so on. With such load taken off the shoulder of the company, it can focus on other important aspects of the business and provide better products and services to end users.\n\n<!--more-->\n\nIt helps in enhancing the profitability of the company, while lowering the operational costs as well as the price of the end products. With such great importance attached to logistics, it is hard for the company to trust their logistics with a third party logistic service provider. But, it can actually prove crucial to success in ways more than one. Here are the few benefits –\n\nIt is a known fact that having an in-house logistic department can enhance a company’s overall operational cost by a great margin, and this also affects the net profit and the benefits that the company wants to pass on to their clients. A smooth logistic operation is essential to the success of the company and the customer satisfaction it provides to its customers.\n<ul>\n <li><span style=\"color: #000000\"><strong>Enhancing Efficiency</strong></span> – As the third party logistic service providers are dedicated to the job and are experienced and expert in their field, they leave no stone unturned in providing the best services possible, which is not always possible for the in-house logistic department.</li>\n <li><span style=\"color: #000000\"><strong>Enhancing Focus</strong></span> – With the company no longer having to take care of logistics, it helps the company to focus on bettering the products and services and providing better customer satisfaction and lowering the costs of the end products.</li>\n <li><span style=\"color: #000000\"><strong>Innovation</strong></span> – Logistic service providers would understand your business and brainstorm with you to design custom tailor logistic processes and solutions that would turnaround your business for good, and help in delivering better results, leading to great benefits for the customers, and higher profits for the company.</li>\n</ul>\nThese are just the few of the benefits you will enjoy when you trust your logistic requirements with us. We assure you of world class logistics and related services, enhancing your market reputation, profitability and nearing you to your long term goals, sooner than you expected.','Logistic service providers would understand your business','','publish','open','open','','logistic-service-providers-would-understand-your-business','','','2015-05-06 14:54:11','2015-05-06 14:54:11','',0,'http://xml-io.proteusthemes.com/cargopress/?p=191',0,'post','',0),(194,1,'2015-05-06 14:56:16','2015-05-06 14:56:16','Moving freight is a tough task that needs experience and expertise, because there is a lot at stack. Only the deliverables are not at stack here, but the commitment and trust. And, any mishap here can lead to the company having a bad market reputation, and would certainly impact the customer satisfaction it provides negatively.\n\n<!--more-->\n\nWhile, many companies choose to have its own fleet of trucks for moving freight and load, it can prove to be expensive as a whole for the company. This is because buying a fleet of trucks, maintaining it, hiring numerous staff for its smooth operation, having technicians available round the clock, getting approval and licenses, designing logistic routes, maintaining smooth process, meeting deadlines, and so on, can not only increase the operational costs of the company, but can also prove to be a burden in the long run.\n\nHowever, when you hire our trucking services, you can be sure that we would take the entire burden of moving your freight on us, and proudly so. We are experienced and expert in the business of logistics and providing trucking services nationwide, and whether it is moving freight across the town or across the country, our fleet is ready to transport your deliverables, safely and securely to its destination, without costing you a fortune like previously. This would save you considerable amount of money, as well as effort. And, you would be able to focus on what you do best – manage and expand your business to provide better products, services and eventually, better customer satisfaction.\n\nWe have the latest fleet of advanced green carriers that provides high fuel efficiency, expert and licensed team of drivers, expert team of technicians and logistic support team, and so on. Our trucking service ensures you best quality services at all times, and our customer support is second to none, ensuring you stay updated with the entire process.','Top benefits of hiring our trucking service','','publish','open','open','','top-benefits-of-hiring-our-trucking-service-2','','','2015-05-06 14:56:16','2015-05-06 14:56:16','',0,'http://xml-io.proteusthemes.com/cargopress/?p=194',0,'post','',1),(196,1,'2015-05-06 15:00:06','2015-05-06 15:00:06','Our warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost you need to bear during and before transport of freight.\n\n<!--more-->\n\nWe do not only provide customized storage solutions that aligns with your business, but also provide a range of other warehousing services, which includes fulfilment, returns management, packaging, specialty wrapping, transportation, logistic support, customized logistic process, supply chain management, distribution, inventory control, door-to-door transport, pick and pack operations, cross dock distribution, labelling, temperature controlled storage solutions, food grade facilities, and so on.\n\nOur team of logistics experts would consult with you and understand your business requirements minutely and come up with a warehousing and logistic process that is custom tailored to fit your business requirements accurately. It would help in cutting down costs, and enhancing profitability. Not only would our warehousing services cut down cost, the benefits you make would be passed on to the customers and your net profit, which would create a growth oriented environment for your business and enhance your market reputation.\n\nApart from the regular warehousing services, we provide a range of value added customer specific services to help them with their business, order fulfilment, packaging, assembly and kitting requirements. Our logistics and warehousing tools and equipment are state-of-the-art, and provide the best of warehousing services available to date. We continue to upgrade our warehouses with the advanced technologies and processes, as and when they are available, to ensure that our clients are able to benefit from the evolving logistic market. Consult with our warehousing and logistics experts today to find out in details how our warehousing services can be beneficial for you, and rest assured you won’t be disappointed.','Why choose our warehousing service?','','publish','open','open','','why-choose-our-warehousing-service-2','','','2015-05-06 15:00:06','2015-05-06 15:00:06','',0,'http://xml-io.proteusthemes.com/cargopress/?p=196',0,'post','',1),(232,1,'2015-05-07 13:27:36','2015-05-07 13:27:36','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform– our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO of Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIRING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','publish','closed','open','','about-us','','','2017-10-25 06:49:43','2017-10-25 06:49:43','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=232',0,'page','',0),(233,1,'2016-03-03 07:18:28','2016-03-03 07:18:28',' ','','','publish','closed','closed','','233','','','2017-08-08 08:06:28','2017-08-08 08:06:28','',0,'http://jspdevelopmentdemo.com/Test/2016/03/03/',2,'nav_menu_item','',0),(272,1,'2015-05-11 11:51:59','2015-05-11 11:51:59','','logo_1','','inherit','open','open','','logo_1','','','2015-05-11 11:51:59','2015-05-11 11:51:59','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/logo_1.png',0,'attachment','image/png',0),(273,1,'2015-05-11 11:52:00','2015-05-11 11:52:00','','logo_2','','inherit','open','open','','logo_2','','','2015-05-11 11:52:00','2015-05-11 11:52:00','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/logo_2.png',0,'attachment','image/png',0),(274,1,'2015-05-11 11:52:01','2015-05-11 11:52:01','','logo_3','','inherit','open','open','','logo_3','','','2015-05-11 11:52:01','2015-05-11 11:52:01','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/logo_3.png',0,'attachment','image/png',0),(275,1,'2015-05-11 11:52:02','2015-05-11 11:52:02','','logo_4','','inherit','open','open','','logo_4','','','2015-05-11 11:52:02','2015-05-11 11:52:02','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/logo_4.png',0,'attachment','image/png',0),(276,1,'2015-05-11 11:52:03','2015-05-11 11:52:03','','logo_5','','inherit','open','open','','logo_5','','','2015-05-11 11:52:03','2015-05-11 11:52:03','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/logo_5.png',0,'attachment','image/png',0),(282,1,'2015-05-12 07:14:33','2015-05-12 07:14:33','','core_values_bg','','inherit','open','open','','core_values_bg','','','2015-05-12 07:14:33','2015-05-12 07:14:33','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/core_values_bg.jpg',0,'attachment','image/jpeg',0),(313,1,'2015-05-12 10:18:16','2015-05-12 10:18:16','<div class=\"contact-form-small\">\r\n <div class=\"row\">\r\n <h2 style=\"text-align:center;text-transform: uppercase;\">Request A Quote</h2>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 col-md-6\">\r\n <span>First and Last Name</span>\r\n [text* your-name]\r\n <span>E-mail address</span>\r\n [email* your-email]\r\n <span>Phone Number</span>\r\n [text* your-number] \r\n <span>Company Name</span>\r\n [text* company-name]\r\n </div>\r\n <div class=\"col-xs-12 col-md-6\">\r\n <span>Subject</span>[text* your-subject placeholder \"Subject\"]\r\n <span>Date Ready To Ship</span>[date date-ready-to-ship]\r\n <span>Shipment Details</span>\r\n [textarea your-message]\r\n </div>\r\n <div class=\"col-xs-12 col-md-12\">\r\n [submit class:btn class:btn-primary \"SEND MESSAGE\"]\r\n </div>\r\n </div>\r\n</div>\n[your-subject]\n[your-name] <wordpress@jspdevelopmentdemo.com>\nDetails of the person requested a Quote\r\n\r\nName : [your-name]\r\nEmail: [your-email]\r\nPhone Number: [your-number]\r\nCompany name : [company-name]\r\nDate Ready To Ship : [date-ready-to-ship]\r\nShipment Details : [your-message]\ner.jitin8@gmail.com\nReply-To: [your-email]\n\n1\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Request a Quick Quote','','publish','open','open','','contact-us_copy','','','2016-03-29 07:30:17','2016-03-29 07:30:17','',0,'http://xml-io.proteusthemes.com/cargopress/?post_type=wpcf7_contact_form&p=313',0,'wpcf7_contact_form','',0),(316,1,'2015-05-12 11:17:57','2015-05-12 11:17:57','<h3>What is WordPress and what is CargoPress?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>Where does the name come from?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>What other services are you compatible with?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3>Are you hiring?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3 id=\"i-have-a-technical-problem-or-support-issue-i-need-resolved-who-do-i-email\">I have a technical problem or support issue I need resolved, who do I email?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p><h3 id=\"how-does-privacy-work\">How does privacy work?</h3><p>Progressively generate synergistic total linkage through cross-media intellectual capital. Enthusiastically parallel task team building e-tailers without standards compliant initiatives. Progressively monetize client-centric outsourcing with excellent communities. Synergistically underwhelm vertical models whereas an expanded array of leadership. Seamlessly harness synergistic total linkage whereas tactical web services.</p>','Frequently Asked Questions','','publish','closed','closed','','frequently-asked-questions','','','2015-05-12 11:17:57','2015-05-12 11:17:57','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=316',0,'page','',0),(343,1,'2015-05-18 06:02:08','2015-05-18 06:02:08','','blured','','inherit','open','open','','blured','','','2015-05-18 06:02:08','2015-05-18 06:02:08','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/blured.jpg',0,'attachment','image/jpeg',0),(344,1,'2015-05-18 06:02:10','2015-05-18 06:02:10','','signature','','inherit','open','open','','signature','','','2015-05-18 06:02:10','2015-05-18 06:02:10','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/signature.png',0,'attachment','image/png',0),(347,1,'2015-05-18 08:18:35','2015-05-18 08:18:35','','pin','','inherit','open','open','','pin','','','2015-05-18 08:18:35','2015-05-18 08:18:35','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/pin.png',0,'attachment','image/png',0),(403,1,'2015-05-21 11:44:59','2015-05-21 11:44:59','<h3 class=\"widget-title\">Archives</h3>\n<ul>\n <li><a href=\"http://xml-io.proteusthemes.com/cargopress/2015/05/\">May 2015</a></li>\n <li><a href=\"http://xml-io.proteusthemes.com/cargopress/2015/04/\">April 2015</a></li>\n</ul>\n<table id=\"wp-calendar\"><caption>May 2015</caption>\n<thead>\n<tr>\n<th title=\"Monday\" scope=\"col\">M</th>\n<th title=\"Tuesday\" scope=\"col\">T</th>\n<th title=\"Wednesday\" scope=\"col\">W</th>\n<th title=\"Thursday\" scope=\"col\">T</th>\n<th title=\"Friday\" scope=\"col\">F</th>\n<th title=\"Saturday\" scope=\"col\">S</th>\n<th title=\"Sunday\" scope=\"col\">S</th>\n</tr>\n</thead>\n<tfoot>\n<tr>\n<td id=\"prev\" colspan=\"3\"><a href=\"http://xml-io.proteusthemes.com/cargopress/2015/04/\">« Apr</a></td>\n<td class=\"pad\"></td>\n<td id=\"next\" class=\"pad\" colspan=\"3\"></td>\n</tr>\n</tfoot>\n<tbody>\n<tr>\n<td class=\"pad\" colspan=\"4\"></td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n</tr>\n<tr>\n<td>4</td>\n<td>5</td>\n<td><a title=\"How outsourcing your logistic needs to us can prove to be cost-effective for you?\nTop benefits of hiring our trucking service\nWhy choose our warehousing service?\nOur experts will consult with you\nMoving freight is a tough task that needs experience and expertise\nWe are experienced and expert in the business of logistics\nOur trucking service ensures you best quality services at all times\nLogistic service providers would understand your business\nTop benefits of hiring our trucking service\nWhy choose our warehousing service?\" href=\"http://xml-io.proteusthemes.com/cargopress/2015/05/06/\">6</a></td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>10</td>\n</tr>\n<tr>\n<td>11</td>\n<td>12</td>\n<td>13</td>\n<td>14</td>\n<td>15</td>\n<td>16</td>\n<td>17</td>\n</tr>\n<tr>\n<td>18</td>\n<td>19</td>\n<td>20</td>\n<td id=\"today\">21</td>\n<td>22</td>\n<td>23</td>\n<td>24</td>\n</tr>\n<tr>\n<td>25</td>\n<td>26</td>\n<td>27</td>\n<td>28</td>\n<td>29</td>\n<td>30</td>\n<td>31</td>\n</tr>\n</tbody>\n</table>\n<h3 class=\"widget-title\">Categories</h3>\n<ul>\n <li class=\"cat-item cat-item-7\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/cargo/\">Cargo</a></li>\n <li class=\"cat-item cat-item-15\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/delivery/\">Delivery</a></li>\n <li class=\"cat-item cat-item-14\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/international/\">International</a></li>\n <li class=\"cat-item cat-item-8\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/logistic/\">Logistic</a></li>\n <li class=\"cat-item cat-item-11\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/moving/\">Moving</a></li>\n <li class=\"cat-item cat-item-10\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/shipping/\">Shipping</a></li>\n <li class=\"cat-item cat-item-13\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/storage/\">Storage</a></li>\n <li class=\"cat-item cat-item-5\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/transport/\">Transport</a></li>\n <li class=\"cat-item cat-item-6\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/trucking/\">Trucking</a></li>\n <li class=\"cat-item cat-item-9\"><a href=\"http://xml-io.proteusthemes.com/cargopress/category/warehouse/\">Warehouse</a></li>\n</ul>\n<ul id=\"menu-services-menu\" class=\"menu\">\n <li id=\"menu-item-111\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-111\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/\">All Services</a></li>\n <li id=\"menu-item-112\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-112\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/ground-transport/\">Ground Transport</a></li>\n <li id=\"menu-item-113\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-113\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/cargo/\">Cargo</a></li>\n <li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/warehousing/\">Warehousing</a></li>\n <li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/logistic-service/\">Logistic Service</a></li>\n <li id=\"menu-item-116\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-116\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/trucking-service/\">Trucking Service</a></li>\n <li id=\"menu-item-117\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-117\"><a href=\"http://xml-io.proteusthemes.com/cargopress/services/storage/\">Storage</a></li>\n</ul>\n<h3 class=\"widget-title\">Meta</h3>\n<ul>\n <li><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-admin/\">Site Admin</a></li>\n <li><a href=\"http://xml-io.proteusthemes.com/cargopress/wp-login.php?action=logout&_wpnonce=1b524da4be\">Log out</a></li>\n <li><a href=\"http://xml-io.proteusthemes.com/cargopress/feed/\">Entries <abbr title=\"Really Simple Syndication\">RSS</abbr></a></li>\n <li><a href=\"http://xml-io.proteusthemes.com/cargopress/comments/feed/\">Comments <abbr title=\"Really Simple Syndication\">RSS</abbr></a></li>\n <li><a title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform.\" href=\"https://wordpress.org/\">WordPress.org</a></li>\n</ul>\n ','Widgets','','publish','open','open','','widgets','','','2015-05-21 11:44:59','2015-05-21 11:44:59','',0,'http://xml-io.proteusthemes.com/cargopress/?page_id=403',0,'page','',0),(445,1,'2015-06-04 10:48:29','2015-06-04 10:48:29','','logo_6','','inherit','open','open','','logo_6-2','','','2015-06-04 10:48:29','2015-06-04 10:48:29','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/06/logo_6.png',0,'attachment','image/png',0),(463,1,'2016-03-03 07:26:55','2016-03-03 07:26:55','','Big Logo color on bottom service','','inherit','open','closed','','big-logo-color-on-bottom-service','','','2016-03-03 07:26:55','2016-03-03 07:26:55','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/03/Big-Logo-color-on-bottom-service.jpg',0,'attachment','image/jpeg',0),(467,1,'2016-03-03 07:58:28','0000-00-00 00:00:00','[contact-form-7 id=\"5\" title=\"Contact form 1\"]','REQUEST A QUOTE','','draft','closed','closed','','','','','2016-03-03 07:58:28','2016-03-03 07:58:28','',0,'http://jspdevelopmentdemo.com/Test/?post_type=inc_popup&p=467',1,'inc_popup','',0),(475,1,'2016-03-03 08:04:43','2016-03-03 08:04:43','','Logistics Service','','publish','closed','closed','','logistics-service','','','2016-03-03 08:04:43','2016-03-03 08:04:43','',0,'http://jspdevelopmentdemo.com/Test/?page_id=475',0,'page','',0),(476,1,'2016-03-03 08:04:56','2016-03-03 08:04:56','','Services List','','publish','closed','closed','','services-list','','','2016-03-03 08:04:56','2016-03-03 08:04:56','',0,'http://jspdevelopmentdemo.com/Test/?page_id=476',0,'page','',0),(478,1,'2016-03-03 08:05:39','2016-03-03 08:05:39','<div id=\"pl-478\" class=\"panel-layout\" ><div id=\"pg-478-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-478-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-478-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\"></p>\n</div>\n </div></div></div></div>','Winery Machinery & Products','','publish','closed','closed','','winery-machinery-products','','','2017-07-20 07:16:30','2017-07-20 07:16:30','',0,'http://jspdevelopmentdemo.com/Test/?page_id=478',0,'page','',0),(479,1,'2016-03-03 08:04:43','2016-03-03 08:04:43','','Logistics Service','','inherit','closed','closed','','475-revision-v1','','','2016-03-03 08:04:43','2016-03-03 08:04:43','',475,'http://jspdevelopmentdemo.com/Test/2016/03/03/475-revision-v1/',0,'revision','',0),(480,1,'2016-03-03 08:04:56','2016-03-03 08:04:56','','Services List','','inherit','closed','closed','','476-revision-v1','','','2016-03-03 08:04:56','2016-03-03 08:04:56','',476,'http://jspdevelopmentdemo.com/Test/2016/03/03/476-revision-v1/',0,'revision','',0),(482,1,'2016-03-03 08:05:39','2016-03-03 08:05:39','','Wine Industry Product','','inherit','closed','closed','','478-revision-v1','','','2016-03-03 08:05:39','2016-03-03 08:05:39','',478,'http://jspdevelopmentdemo.com/Test/2016/03/03/478-revision-v1/',0,'revision','',0),(488,1,'2016-03-03 08:11:43','2016-03-03 08:11:43','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3>\r\nBut i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing. But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing.\r\n\r\nBut i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual teaings of the great explorer idea announcing.\r\n\r\n<a class=\"read-more\" href=\"#\">READ MORE</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">REQUEST A QUICK QUOTE</span></h3>\r\nBut i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete count.\r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=e0a67e8f5b#wpcf7-f313-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"313\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f313-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"33aaa40c81\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First and Last Name\" /></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span>\r\n<span class=\"wpcf7-form-control-wrap menu-354\"><select class=\"wpcf7-form-control wpcf7-select\" name=\"menu-354\">\r\n<option value=\"Transport\">Transport</option>\r\n<option value=\"Storage\">Storage</option>\r\n</select></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span> <input class=\"wpcf7-form-control wpcf7-submit btn btn-primary pull-right\" type=\"submit\" value=\"SEND MESSAGE\" /> \r\n\r\n</form>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">FLEET GALLERY</span></h3>\r\n \r\n\r\n<figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11.jpg 848w\" alt=\"11\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9.jpg 848w\" alt=\"9\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7.jpg 848w\" alt=\"7\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6.jpg 848w\" alt=\"6\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4.jpg 848w\" alt=\"4\" width=\"300\" height=\"170\" /></a></figure> \r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">FAQ</span></h3>\r\n<h4></h4>\r\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY TIMES DO I HAVE TO TELL YOU A FEW DIFFERENT WAYS?</a></h4>\r\n\r\n<hr />\r\n\r\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">WHAT IS DO I HAVE TO TELL YOU A FEW LOREM?</a></h4>\r\n\r\n<hr />\r\n\r\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY DO I HAVE TO TELL YOU HAVE A?</a></h4>\r\n\r\n<hr />\r\n\r\n<a class=\"read-more\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions\">MORE QUESTIONS</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">TESTIMONIALS</span></h3>\r\n<a class=\"testimonial__carousel--left\" href=\"#carousel-testimonials-widget-7-0-0\" data-slide=\"prev\"><i class=\"fa fa-caret-left\"></i><span class=\"sr-only\">Next</span></a> <a class=\"testimonial__carousel--right\" href=\"#carousel-testimonials-widget-7-0-0\" data-slide=\"next\"><i class=\"fa fa-caret-right\"></i><span class=\"sr-only\">Previous</span></a>\r\n\r\n<!-- Wrapper for slides -->\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR PARTNERS</span></h3>\r\n<img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_1.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_2.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_3.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_4.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_5.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/06/logo_6.png\" alt=\"Client\" /> <i class=\"number-counter__icon fa fa-building-o\"></i> 00 Offices Worldwide <i class=\"number-counter__icon fa fa-users\"></i> 00 Hardworking People <i class=\"number-counter__icon fa fa-globe\"></i> 00 Countries Covered <i class=\"number-counter__icon fa fa-users\"></i> 00 Years of Experiences','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-03 08:11:43','2016-03-03 08:11:43','',7,'http://jspdevelopmentdemo.com/Test/2016/03/03/7-revision-v1/',0,'revision','',0),(489,1,'2016-03-03 08:12:15','2016-03-03 08:12:15','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">FLEET GALLERY</span></h3>\r\n \r\n\r\n<figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/11.jpg 848w\" alt=\"11\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/9.jpg 848w\" alt=\"9\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/7.jpg 848w\" alt=\"7\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/6.jpg 848w\" alt=\"6\" width=\"300\" height=\"170\" /></a></figure><figure class=\"gallery-item\"><a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4.jpg\"><img class=\"attachment-medium size-medium\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-300x170.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4.jpg 848w\" alt=\"4\" width=\"300\" height=\"170\" /></a></figure> \r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">FAQ</span></h3>\r\n<h4></h4>\r\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY TIMES DO I HAVE TO TELL YOU A FEW DIFFERENT WAYS?</a></h4>\r\n\r\n<hr />\r\n\r\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">WHAT IS DO I HAVE TO TELL YOU A FEW LOREM?</a></h4>\r\n\r\n<hr />\r\n\r\n<h4><a class=\"dark-link\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions/\" target=\"_blank\">HOW MANY DO I HAVE TO TELL YOU HAVE A?</a></h4>\r\n\r\n<hr />\r\n\r\n<a class=\"read-more\" href=\"http://xml-io.proteusthemes.com/cargopress/frequently-asked-questions\">MORE QUESTIONS</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">TESTIMONIALS</span></h3>\r\n<a class=\"testimonial__carousel--left\" href=\"#carousel-testimonials-widget-6-0-0\" data-slide=\"prev\"><i class=\"fa fa-caret-left\"></i><span class=\"sr-only\">Next</span></a> <a class=\"testimonial__carousel--right\" href=\"#carousel-testimonials-widget-6-0-0\" data-slide=\"next\"><i class=\"fa fa-caret-right\"></i><span class=\"sr-only\">Previous</span></a>\r\n\r\n<!-- Wrapper for slides -->\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR PARTNERS</span></h3>\r\n<img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_1.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_2.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_3.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_4.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/05/logo_5.png\" alt=\"Client\" /> <img src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/06/logo_6.png\" alt=\"Client\" /> <i class=\"number-counter__icon fa fa-building-o\"></i> 00 Offices Worldwide <i class=\"number-counter__icon fa fa-users\"></i> 00 Hardworking People <i class=\"number-counter__icon fa fa-globe\"></i> 00 Countries Covered <i class=\"number-counter__icon fa fa-users\"></i> 00 Years of Experiences','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-03 08:12:15','2016-03-03 08:12:15','',7,'http://jspdevelopmentdemo.com/Test/2016/03/03/7-revision-v1/',0,'revision','',0),(490,1,'2016-03-03 08:13:04','2016-03-03 08:13:04','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">TESTIMONIALS</span></h3>\r\n<a class=\"testimonial__carousel--left\" href=\"#carousel-testimonials-widget-5-0-0\" data-slide=\"prev\"><i class=\"fa fa-caret-left\"></i><span class=\"sr-only\">Next</span></a> <a class=\"testimonial__carousel--right\" href=\"#carousel-testimonials-widget-5-0-0\" data-slide=\"next\"><i class=\"fa fa-caret-right\"></i><span class=\"sr-only\">Previous</span></a>\r\n\r\n<!-- Wrapper for slides -->\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-03 08:13:04','2016-03-03 08:13:04','',7,'http://jspdevelopmentdemo.com/Test/2016/03/03/7-revision-v1/',0,'revision','',0),(491,1,'2016-03-03 08:14:05','2016-03-03 08:14:05','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">TESTIMONIALS</span></h3>\r\n<a class=\"testimonial__carousel--left\" href=\"#carousel-testimonials-widget-6-0-0\" data-slide=\"prev\"><i class=\"fa fa-caret-left\"></i><span class=\"sr-only\">Next</span></a> <a class=\"testimonial__carousel--right\" href=\"#carousel-testimonials-widget-6-0-0\" data-slide=\"next\"><i class=\"fa fa-caret-right\"></i><span class=\"sr-only\">Previous</span></a>\r\n\r\n<!-- Wrapper for slides -->\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Frank Martin<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>\r\n<blockquote>\r\n<p class=\"testimonial__quote\">But I must explain to you how all this mistakn idea of denouncing pleasure and praising pain was born and I will give you a complete of the system, and expound the actual teaings of the great explorer idea.</p>\r\n\r\n<cite class=\"testimonial__author\"> Martin Frank<span class=\"testimonial__author-description\">, Transporter</span> </cite></blockquote>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-03 08:14:05','2016-03-03 08:14:05','',7,'http://jspdevelopmentdemo.com/Test/2016/03/03/7-revision-v1/',0,'revision','',0),(492,1,'2016-03-03 08:14:24','2016-03-03 08:14:24','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-03 08:14:24','2016-03-03 08:14:24','',7,'http://jspdevelopmentdemo.com/Test/2016/03/03/7-revision-v1/',0,'revision','',0),(494,1,'2016-03-15 04:32:33','2016-03-15 04:32:33','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-15 04:32:33','2016-03-15 04:32:33','',7,'http://jspdevelopmentdemo.com/Test/2016/03/15/7-revision-v1/',0,'revision','',0),(495,1,'2016-03-15 04:45:12','2016-03-15 04:45:12','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-15 04:45:12','2016-03-15 04:45:12','',7,'http://jspdevelopmentdemo.com/Test/2016/03/15/7-revision-v1/',0,'revision','',0),(497,1,'2016-03-15 06:09:55','2016-03-15 06:09:55','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-15 06:09:55','2016-03-15 06:09:55','',7,'http://jspdevelopmentdemo.com/Test/2016/03/15/7-revision-v1/',0,'revision','',0),(498,1,'2016-03-15 06:19:55','2016-03-15 06:19:55','','COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE','','inherit','open','closed','','complete-domestic-and-international-government-compliance-service','','','2016-03-15 06:19:55','2016-03-15 06:19:55','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/COMPLETE-DOMESTIC-AND-INTERNATIONAL-GOVERNMENT-COMPLIANCE-SERVICE.png',0,'attachment','image/png',0),(499,1,'2016-03-15 06:20:07','2016-03-15 06:20:07','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-15 06:20:07','2016-03-15 06:20:07','',7,'http://jspdevelopmentdemo.com/Test/2016/03/15/7-revision-v1/',0,'revision','',0),(501,1,'2016-03-15 06:28:08','2016-03-15 06:28:08','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-15 06:28:08','2016-03-15 06:28:08','',7,'http://jspdevelopmentdemo.com/Test/2016/03/15/7-revision-v1/',0,'revision','',0),(502,1,'2016-03-15 06:30:06','2016-03-15 06:30:06','','Reducing-Costs-and-Improving-Efficiency','','inherit','open','closed','','reducing-costs-and-improving-efficiency','','','2016-03-15 06:30:06','2016-03-15 06:30:06','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Reducing-Costs-and-Improving-Efficiency.png',0,'attachment','image/png',0),(503,1,'2016-03-15 06:30:13','2016-03-15 06:30:13','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-15 06:30:13','2016-03-15 06:30:13','',7,'http://jspdevelopmentdemo.com/Test/2016/03/15/7-revision-v1/',0,'revision','',0),(506,1,'2016-03-15 07:07:28','2016-03-15 07:07:28','We provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry sector solutions, brokerage, or lead logistic based solutions. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.\r\n\r\nOur logistic teams consist of hundreds of employees, who starting from the pre-loading of cargos to post-delivery, takes care of the process of logistic transport as well as warehousing and distribution on your behalf. We are authorized, insured and licensed logistic service provider, who has over the years not only gained a credible market reputation, but has also been able to win the hearts of hundreds of our clients, both national and international. It is a mutually benefitting logistic service we aim to provide to our clients, which is what has helped us become one of the most reliable logistic service providers in the nation.\r\n\r\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a>','OCEAN','','inherit','closed','closed','','95-revision-v1','','','2016-03-15 07:07:28','2016-03-15 07:07:28','',95,'http://jspdevelopmentdemo.com/Test/2016/03/15/95-revision-v1/',0,'revision','',0),(507,1,'2016-03-15 07:08:20','2016-03-15 07:08:20','Air We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts design a supply chain flowchart tailored to meet your business and logistic needs, which focuses on not only increasing efficiency, but cutting down costs. With our vast network of warehouses and distribution centers spread throughout the country, it becomes much easier to cater to a audience in a record response time, which is the key factor in winning the hearts of the customer and having an edge over the competitors.\r\n\r\nTeam of logistic experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your budget, but would also save you considerable amount of money in the long term. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.\r\n\r\n \r\n\r\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a>','AIR','','inherit','closed','closed','','78-revision-v1','','','2016-03-15 07:08:20','2016-03-15 07:08:20','',78,'http://jspdevelopmentdemo.com/Test/2016/03/15/78-revision-v1/',0,'revision','',0),(510,1,'2016-03-29 05:39:20','2016-03-29 05:39:20','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 05:39:20','2016-03-29 05:39:20','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(511,1,'2016-03-29 05:41:31','2016-03-29 05:41:31','','Air_Truck_Ocean','','inherit','open','closed','','air_truck_ocean','','','2016-03-29 05:41:31','2016-03-29 05:41:31','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Air_Truck_Ocean.png',0,'attachment','image/png',0),(512,1,'2016-03-29 05:41:42','2016-03-29 05:41:42','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 05:41:42','2016-03-29 05:41:42','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(513,1,'2016-03-29 05:59:07','2016-03-29 05:59:07','','Logo','','inherit','open','closed','','logo','','','2016-03-29 05:59:07','2016-03-29 05:59:07','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/03/Logo.png',0,'attachment','image/png',0),(514,1,'2016-03-29 06:17:49','2016-03-29 06:17:49','','Logo-retina','','inherit','open','closed','','logo-retina','','','2017-09-30 11:17:46','2017-09-30 11:17:46','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/03/Logo-retina.png',0,'attachment','image/png',0),(515,1,'2016-03-29 06:29:31','2016-03-29 06:29:31','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 06:29:31','2016-03-29 06:29:31','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(516,1,'2016-03-29 06:30:00','2016-03-29 06:30:00','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 06:30:00','2016-03-29 06:30:00','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(517,1,'2016-03-29 06:30:25','2016-03-29 06:30:25','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 06:30:25','2016-03-29 06:30:25','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(518,1,'2016-03-29 06:31:19','2016-03-29 06:31:19','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Savings and Service</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a> <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Cargo</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/cargo/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Logistic Service</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/logistic-service/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Storage</a></h5>\r\nWe take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced experts …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/storage/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\"> Mar 3</a>\r\n<h4 class=\"latest-news__title\">Hello world!</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2016/03/03/hello-world/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 06:31:19','2016-03-29 06:31:19','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(519,1,'2016-03-29 06:35:14','2016-03-29 06:35:14','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SAVINGS AND SERVICE</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">US CUSTOMS</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">OCEAN</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/air/\">AIR</a></h5>\r\nAir We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-03-29 06:35:14','2016-03-29 06:35:14','',7,'http://jspdevelopmentdemo.com/Test/2016/03/29/7-revision-v1/',0,'revision','',0),(523,1,'2016-03-29 07:47:45','2016-03-29 07:47:45','','logo-footer','','inherit','open','closed','','logo-footer-2','','','2017-09-30 11:17:14','2017-09-30 11:17:14','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/03/logo-footer.png',0,'attachment','image/png',0),(526,1,'2016-04-06 04:22:39','2016-04-06 04:22:39','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SAVINGS AND SERVICE</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">US CUSTOMS</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">OCEAN</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/air/\">AIR</a></h5>\r\nAir We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-04-06 04:22:39','2016-04-06 04:22:39','',7,'http://jspdevelopmentdemo.com/Test/2016/04/06/7-revision-v1/',0,'revision','',0),(530,1,'2016-04-13 06:46:23','2016-04-13 06:46:23','','ocean,air,truck','','inherit','open','closed','','oceanairtruck','','','2017-09-30 11:17:03','2017-09-30 11:17:03','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/oceanairtruck.png',0,'attachment','image/png',0),(531,1,'2016-04-13 06:47:48','2016-04-13 06:47:48','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SAVINGS AND SERVICE</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"read-more\" href=\"#\">MORE ABOUT US</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">US CUSTOMS</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">OCEAN</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/air/\">AIR</a></h5>\r\nAir We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-04-13 06:47:48','2016-04-13 06:47:48','',7,'http://jspdevelopmentdemo.com/Test/2016/04/13/7-revision-v1/',0,'revision','',0),(536,1,'2016-05-05 06:30:51','2016-05-05 06:30:51','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">OCEAN</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SAVINGS AND SERVICE</span></h3>\r\nOur warehousing services are known nationwide to be one of the most reliable, safe and affordable, because we take pride in delivering the best of warehousing services, at the most reasonable prices. Our own warehouses, as well as our partner’s warehouses are located at strategic locations to ensure that there is no additional cost. <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/us-customs/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/32-360x240.jpg\" alt=\"32\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/us-customs/\">US Customs</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/us-customs/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">OCEAN</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/air/\">AIR</a></h5>\r\nAir We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-05-05 06:30:51','2016-05-05 06:30:51','',7,'http://jspdevelopmentdemo.com/Test/2016/05/05/7-revision-v1/',0,'revision','',0),(537,1,'2016-05-05 06:32:34','2016-05-05 06:32:34','Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a world class supply chain.\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a>','SAVINGS AND SERVICES','','publish','closed','open','','savings-and-services','','','2016-07-20 12:20:01','2016-07-20 12:20:01','',0,'http://jspdevelopmentdemo.com/Test/?page_id=537',0,'page','',0),(538,1,'2016-05-05 06:32:34','2016-05-05 06:32:34','Team of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your budget, but would also save you considerable amount of money in the long term. And, we guarantee that.\r\n\r\nOur logistics processes, services, tools and systems in combination with strategic warehouse locations help our clients to meet their business logistic needs and achieve their long term business goals with much more accuracy. Moreover, our supply chain management experts would design a logistic process especially for you to align with your business in an integrated fashion.\r\n\r\nWhether it is the one time delivery you need done, or whether you are looking for professional and commercial trucking service to offload your ongoing trucking requirements, we can assure you of the best services at the most economical pricing. Our logistics consultants are always available to help you with any further and detailed queries you might have regarding our trucking services.\r\n\r\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a>','SAVINGS AND SERVICES','','inherit','closed','closed','','537-revision-v1','','','2016-05-05 06:32:34','2016-05-05 06:32:34','',537,'http://jspdevelopmentdemo.com/Test/2016/05/05/537-revision-v1/',0,'revision','',0),(539,1,'2016-05-05 06:32:46','2016-05-05 06:32:46','','savings','','inherit','open','closed','','savings','','','2017-09-30 11:16:43','2017-09-30 11:16:43','',537,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png',0,'attachment','image/png',0),(540,1,'2016-05-05 06:33:24','2016-05-05 06:33:24','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/savings-and-services/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" alt=\"savings\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/savings-and-services/\">Read more</a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/us-customs/\">US Customs</a></h5>\r\nTeam of cargo experts are always available to help you with any queries you might have, or if you want to consult in length your logistic requirements. We would study your requirements and provide you with a quote that would not only suit your …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/us-customs/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">OCEAN</a></h5>\r\nWe provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/services/air/\">AIR</a></h5>\r\nAir We take pride in catering to a broad range of clientele throughout the country with our warehousing services, which is comprehensive, reliable and flexible – qualities that are essential to help businesses in this market. Our experienced …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/services/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">PACKAGING AND STORAGE</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can package and store your things.</span> </a>\r\n<h4 class=\"icon-box__title\">WAREHOUSING</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We have top notch security and loads of space. Store your stuff at our warehouse.</span> </a>\r\n<h4 class=\"icon-box__title\">CARGO</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Let us transport your things from point A to point B fast and securely. </span> </a>\r\n<h4 class=\"icon-box__title\">DOOR-TO-DOOR DELIVERY</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Do you need something delivered? We are what you are looking for! </span> </a>\r\n<h4 class=\"icon-box__title\">WORLDWIDE TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">We can transport your things anywhere in the world. </span> </a>\r\n<h4 class=\"icon-box__title\">GROUND TRANSPORT</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Transport your things with our super moving vans.</span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-05-05 06:33:24','2016-05-05 06:33:24','',7,'http://jspdevelopmentdemo.com/Test/2016/05/05/7-revision-v1/',0,'revision','',0),(541,1,'2016-05-05 06:40:50','2016-05-05 06:40:50','','us-custom','','inherit','open','closed','','us-custom','','','2017-09-30 11:16:28','2017-09-30 11:16:28','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png',0,'attachment','image/png',0),(551,1,'2016-06-11 08:14:05','2016-06-11 08:14:05','','San Francisco','','publish','closed','closed','','san-francisco','','','2017-11-01 10:43:24','2017-11-01 10:43:24','',0,'http://jspdevelopmentdemo.com/Test/?p=551',1,'nav_menu_item','',0),(552,1,'2016-06-11 08:14:05','2016-06-11 08:14:05','','San Francisco Airport','','publish','closed','closed','','san-francisco-airport','','','2017-11-01 10:43:24','2017-11-01 10:43:24','',0,'http://jspdevelopmentdemo.com/Test/?p=552',2,'nav_menu_item','',0),(553,1,'2016-06-11 08:14:05','2016-06-11 08:14:05','','Los Angeles','','publish','closed','closed','','los-angeles','','','2017-11-01 10:43:24','2017-11-01 10:43:24','',0,'http://jspdevelopmentdemo.com/Test/?p=553',3,'nav_menu_item','',0),(554,1,'2016-06-11 08:14:05','2016-06-11 08:14:05','','Seattle','','publish','closed','closed','','seattle','','','2017-11-01 10:43:24','2017-11-01 10:43:24','',0,'http://jspdevelopmentdemo.com/Test/?p=554',4,'nav_menu_item','',0),(558,1,'2016-07-20 12:20:01','2016-07-20 12:20:01','Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a world class supply chain.\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\"><img class=\"alignnone size-full wp-image-53\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/23.jpg\" alt=\"23\" width=\"848\" height=\"480\" /></a>','SAVINGS AND SERVICES','','inherit','closed','closed','','537-revision-v1','','','2016-07-20 12:20:01','2016-07-20 12:20:01','',537,'http://jspdevelopmentdemo.com/Test/2016/07/20/537-revision-v1/',0,'revision','',0),(560,1,'2016-07-20 12:20:58','2016-07-20 12:20:58','We provide logistic services in the nation, whether it is freight transportation, supply chain solutions, warehousing and distribution, customer resource area services, customs, security and insurance, temperature controlled logistics, industry sector solutions, brokerage, or lead logistic based solutions. Our company has through years of experience in this industry has been able to create a network of associates across the length and breadth of country, with our own logistic centers spread throughout the country, which helps us to provide safe, reliable, economical and customized logistic solutions to our clients and partners.\n\nOur logistic teams consist of hundreds of employees, who starting from the pre-loading of cargos to post-delivery, takes care of the process of logistic transport as well as warehousing and distribution on your behalf. We are authorized, insured and licensed logistic service provider, who has over the years not only gained a credible market reputation, but has also been able to win the hearts of hundreds of our clients, both national and international. It is a mutually benefitting logistic service we aim to provide to our clients, which is what has helped us become one of the most reliable logistic service providers in the nation.\n\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\n\n<a href=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a>','OCEAN','','inherit','closed','closed','','95-autosave-v1','','','2016-07-20 12:20:58','2016-07-20 12:20:58','',95,'http://jspdevelopmentdemo.com/Test/2016/07/20/95-autosave-v1/',0,'revision','',0),(561,1,'2016-07-20 12:21:18','2016-07-20 12:21:18','Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\"><img class=\"alignnone size-full wp-image-64\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/34.jpg\" alt=\"34\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\"><img class=\"alignnone size-full wp-image-60\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/30.jpg\" alt=\"30\" width=\"848\" height=\"480\" /></a>','OCEAN','','inherit','closed','closed','','95-revision-v1','','','2016-07-20 12:21:18','2016-07-20 12:21:18','',95,'http://jspdevelopmentdemo.com/Test/2016/07/20/95-revision-v1/',0,'revision','',0),(562,1,'2016-07-20 12:21:47','2016-07-20 12:21:47','Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets\r\n\r\n \r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a>\r\n\r\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a>','AIR','','inherit','closed','closed','','78-revision-v1','','','2016-07-20 12:21:47','2016-07-20 12:21:47','',78,'http://jspdevelopmentdemo.com/Test/2016/07/20/78-revision-v1/',0,'revision','',0),(563,1,'2016-07-20 12:26:29','2016-07-20 12:26:29','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" alt=\"savings\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" alt=\"us-custom\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\nFor worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\nFull Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\nService for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">Insurance</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span> </a>\r\n<h4 class=\"icon-box__title\">Trucking</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span> </a>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span> </a>\r\n<h4 class=\"icon-box__title\">Beer &amp; Spirits</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span> </a>\r\n<h4 class=\"icon-box__title\">Wine Machinery &amp; Products</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span> </a>\r\n<h4 class=\"icon-box__title\">Export Service</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:26:29','2016-07-20 12:26:29','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(564,1,'2016-07-20 12:28:44','2016-07-20 12:28:44','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" alt=\"savings\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" alt=\"us-custom\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\nFor worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\nFull Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\nService for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">Insurance</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span> </a>\r\n<h4 class=\"icon-box__title\">Trucking</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span> </a>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span> </a>\r\n<h4 class=\"icon-box__title\">Beer and Spirits</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span> </a>\r\n<h4 class=\"icon-box__title\">Wine Machinery &amp; Products</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span> </a>\r\n<h4 class=\"icon-box__title\">Export Service</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:28:44','2016-07-20 12:28:44','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(565,1,'2016-07-20 12:29:13','2016-07-20 12:29:13','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" alt=\"savings\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" alt=\"us-custom\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\nFor worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\nFull Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\nService for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">Insurance</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span> </a>\r\n<h4 class=\"icon-box__title\">Trucking</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span> </a>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span> </a>\r\n<h4 class=\"icon-box__title\">Beer and Spirits</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span> </a>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span> </a>\r\n<h4 class=\"icon-box__title\">Export Service</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:29:13','2016-07-20 12:29:13','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(566,1,'2016-07-20 12:42:05','2016-07-20 12:42:05','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" alt=\"savings\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\nSupply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" sizes=\"(max-width: 360px) 100vw, 360px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" alt=\"us-custom\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\nFor worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" alt=\"30\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\nFull Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\">Read more</a>\r\n\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" alt=\"4\" width=\"360\" height=\"240\" /></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\nService for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …\r\n\r\n<a class=\"read-more read-more--page-box\" href=\"http://jspdevelopmentdemo.com/Test/air/\">Read more</a>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<h4 class=\"icon-box__title\">Insurance</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span> </a>\r\n<h4 class=\"icon-box__title\">Trucking</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span> </a>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span> </a>\r\n<h4 class=\"icon-box__title\">Beer and Spirits</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span> </a>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span> </a>\r\n<h4 class=\"icon-box__title\">Export Service</h4>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\"><span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span> </a> Not sure which solution fits you business needs? <a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" alt=\"31\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\">By admin </a> <a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\"> May 6 <img class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" sizes=\"(max-width: 848px) 100vw, 848px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" alt=\"8\" width=\"848\" height=\"480\" /></a>\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\n<a class=\"latest-news latest-news--block\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\">By admin </a>\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\">By admin </a>\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\n<a class=\"latest-news latest-news--inline\" href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\">By admin </a> <a class=\"latest-news latest-news--more-news\" href=\"http://jspdevelopmentdemo.com/Test/news/\"> More news </a> <img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\r\n<h2>About Us</h2>\r\n ','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:42:05','2016-07-20 12:42:05','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(567,1,'2016-07-20 12:44:48','2016-07-20 12:44:48','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Insurance </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nNot sure which solution fits you business needs? \r\n<a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> \r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/why-choose-our-warehousing-service-2/\" class=\"latest-news latest-news--block\">\r\nMay\r\n6\r\n<img width=\"848\" height=\"480\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"31\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/31.jpg 848w\" sizes=\"(max-width: 848px) 100vw, 848px\">\r\n<h4 class=\"latest-news__title\">Why choose our warehousing service?</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/top-benefits-of-hiring-our-trucking-service-2/\" class=\"latest-news latest-news--block\">\r\nMay\r\n6\r\n<img width=\"848\" height=\"480\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"8\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-300x170.jpg 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8-768x435.jpg 768w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/8.jpg 848w\" sizes=\"(max-width: 848px) 100vw, 848px\">\r\n<h4 class=\"latest-news__title\">Top benefits of hiring our trucking service</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>\r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2>About Us</h2> ','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:44:48','2016-07-20 12:44:48','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(568,1,'2016-07-20 12:49:40','2016-07-20 12:49:40','','TTB-logo','','inherit','open','closed','','ttb-logo','','','2017-09-30 11:16:15','2017-09-30 11:16:15','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png',0,'attachment','image/png',0),(569,1,'2016-07-20 12:50:26','2016-07-20 12:50:26','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Insurance </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nNot sure which solution fits you business needs? \r\n<a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2>About Us</h2><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\">\r\n<h2>Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:50:26','2016-07-20 12:50:26','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(570,1,'2016-07-20 12:53:37','2016-07-20 12:53:37','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Insurance </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nNot sure which solution fits you business needs? \r\n<a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2 style=\"color:#000;\">About Us</h2><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\"></p>\r\n<h2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-07-20 12:53:37','2016-07-20 12:53:37','',7,'http://jspdevelopmentdemo.com/Test/2016/07/20/7-revision-v1/',0,'revision','',0),(572,1,'2016-08-17 05:29:40','2016-08-17 05:29:40',' \r\n\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OLD FASHIONED CONTACT</span></h3><p><strong>CargoPress, Itd.</strong><br>227 Marion Street<br>Columbia, SC 29201</p><p>1-888-123-4567<br>1-888-123-4568<br><a href=\"/cdn-cgi/l/email-protection#3d54535b527d5e5c4f5a524d4f584e4e135e5250\">info@cargopress.com</a></p>\r\n\r\n \r\n\r\n <h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n\r\n \r\n <dl class=\"week-day today\">\r\n <dt>Monday</dt>\r\n <dd>8:00 - 16:00</dd>\r\n </dl>\r\n <dl class=\"week-day light-bg\">\r\n <dt>Tuesday</dt>\r\n <dd>8:00 - 16:00</dd>\r\n </dl>\r\n <dl class=\"week-day \">\r\n <dt>Wednesday</dt>\r\n <dd>8:00 - 16:00</dd>\r\n </dl>\r\n <dl class=\"week-day light-bg\">\r\n <dt>Thursday</dt>\r\n <dd>8:00 - 16:00</dd>\r\n </dl>\r\n <dl class=\"week-day \">\r\n <dt>Friday</dt>\r\n <dd>8:00 - 16:00</dd>\r\n </dl>\r\n <dl class=\"week-day light-bg\">\r\n <dt>Saturday</dt>\r\n <dd>8:00 - 16:00</dd>\r\n </dl>\r\n <dl class=\"week-day closed\">\r\n <dt>Sunday</dt>\r\n <dd>CLOSED</dd>\r\n </dl>\r\n \r\n\r\n\r\n \r\n\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3><p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p></p>\r\n\r\n<form name=\"\" action=\"/cargopress/wp-admin/admin-ajax.php?action=so_panels_import_layout&_panelsnonce=4c8bb65ca0#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.2.1\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"999fbec92f\">\r\n\r\n\r\n \r\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span> \r\n \r\n \r\n <span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span> \r\n \r\n\r\n\r\n \r\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n \r\n \r\n <span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n \r\n\r\n\r\n \r\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n \r\n \r\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span>\r\n <input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n \r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:29:40','2016-08-17 05:29:40','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(573,1,'2016-08-17 05:31:21','2016-08-17 05:31:21','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OLD FASHIONED CONTACT</span></h3><p><strong>CargoPress, Itd.</strong><br>227 Marion Street<br>Columbia, SC 29201</p><p>1-888-123-4567<br>1-888-123-4568<br><a href=\"mailto:info@cargopress.com\">info@cargopress.com</a></p>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day today\">\r\n<dt>Wednesday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Thursday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Saturday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3><p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:31:21','2016-08-17 05:31:21','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(574,1,'2016-08-17 05:36:33','2016-08-17 05:36:33','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><strong>Access Supply Chain Services- Headquarters </strong>\r\n105 Hobart Ave \r\nSan Mateo, CA 94402.\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day today\">\r\n<dt>Wednesday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Thursday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Saturday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3><p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:36:33','2016-08-17 05:36:33','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(575,1,'2016-08-17 05:39:13','2016-08-17 05:39:13','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><p><strong>Access Supply Chain Services- Headquarters </strong><br> 105 Hobart Ave<br> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office</strong><br> 5777 West Century Blvd<br> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage)</strong><br> 139 Mitchell Ave.<br> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office</strong><br> 18900 8TH AVE., S<br> Seatac, WA 98148</p>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day today\">\r\n<dt>Wednesday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Thursday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Saturday</dt>\r\n<dd>8:00 - 16:00</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3><p>But i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing. </p><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:39:13','2016-08-17 05:39:13','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(576,1,'2016-08-17 05:40:24','2016-08-17 05:40:24','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\r\n<strong>Access Supply Chain Services- Headquarters:</strong>\r\n105 Hobart Ave\r\nSan Mateo, CA 94402.\r\n\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3>Additional Locations:</h3>\r\n<strong>Los Angeles Branch Office:</strong>\r\n5777 West Century Blvd\r\nLos Angeles, CA 90045\r\n\r\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\r\n139 Mitchell Ave.\r\nSouth San Francisco, CA 94080\r\n\r\n<strong>Seattle / Tacoma Branch Office:</strong>\r\n18900 8TH AVE., S\r\nSeatac, WA 98148\r\n<h3>OPENING TIME</h3>\r\n<dl class=\"week-day \"><dt>Monday</dt><dd>8:00 - 16:00</dd></dl><dl class=\"week-day light-bg\"><dt>Tuesday</dt><dd>8:00 - 16:00</dd></dl><dl class=\"week-day today\"><dt>Wednesday</dt><dd>8:00 - 16:00</dd></dl><dl class=\"week-day light-bg\"><dt>Thursday</dt><dd>8:00 - 16:00</dd></dl><dl class=\"week-day \"><dt>Friday</dt><dd>8:00 - 16:00</dd></dl><dl class=\"week-day light-bg\"><dt>Saturday</dt><dd>8:00 - 16:00</dd></dl><dl class=\"week-day closed\"><dt>Sunday</dt><dd>CLOSED</dd></dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3>\r\nBut i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing.\r\n\r\n \r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4.2\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"4bebb00cf4\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" /></span> <span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" /></span> <span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span> <span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" /></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span>\r\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></form> ','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:40:24','2016-08-17 05:40:24','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(577,1,'2016-08-17 05:41:30','2016-08-17 05:41:30','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\r\n<strong>Access Supply Chain Services- Headquarters:</strong>\r\n105 Hobart Ave\r\nSan Mateo, CA 94402.\r\n\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3>Additional Locations:</h3>\r\n<strong>Los Angeles Branch Office:</strong>\r\n5777 West Century Blvd\r\nLos Angeles, CA 90045\r\n\r\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\r\n139 Mitchell Ave.\r\nSouth San Francisco, CA 94080\r\n\r\n<strong>Seattle / Tacoma Branch Office:</strong>\r\n18900 8TH AVE., S\r\nSeatac, WA 98148\r\n<h3>OPENING TIME</h3>\r\n<dl class=\"week-day \"><dt>Monday</dt><dd>9.00 - 17.00</dd></dl><dl class=\"week-day light-bg\"><dt>Tuesday</dt><dd>7:00 - 17:00</dd></dl><dl class=\"week-day today\"><dt>Wednesday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg\"><dt>Thursday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day \"><dt>Friday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg closed\"><dt>Saturday</dt><dd>CLOSED</dd></dl><dl class=\"week-day closed\"><dt>Sunday</dt><dd>CLOSED</dd></dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3>\r\nBut i must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and i will give you a complete count of the system, and expound the actual things of the great explorer idea announcing.\r\n\r\n \r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4.2\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"4bebb00cf4\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" /></span> <span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" /></span> <span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span> <span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" /></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span>\r\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></form> ','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:41:30','2016-08-17 05:41:30','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(578,1,'2016-08-17 05:42:05','2016-08-17 05:42:05','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\r\n<strong>Access Supply Chain Services- Headquarters:</strong>\r\n105 Hobart Ave\r\nSan Mateo, CA 94402.\r\n\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3>Additional Locations:</h3>\r\n<strong>Los Angeles Branch Office:</strong>\r\n5777 West Century Blvd\r\nLos Angeles, CA 90045\r\n\r\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\r\n139 Mitchell Ave.\r\nSouth San Francisco, CA 94080\r\n\r\n<strong>Seattle / Tacoma Branch Office:</strong>\r\n18900 8TH AVE., S\r\nSeatac, WA 98148\r\n<h3>OPENING TIME</h3>\r\n<dl class=\"week-day \"><dt>Monday</dt><dd>9.00 - 17.00</dd></dl><dl class=\"week-day light-bg\"><dt>Tuesday</dt><dd>7:00 - 17:00</dd></dl><dl class=\"week-day today\"><dt>Wednesday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg\"><dt>Thursday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day \"><dt>Friday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg closed\"><dt>Saturday</dt><dd>CLOSED</dd></dl><dl class=\"week-day closed\"><dt>Sunday</dt><dd>CLOSED</dd></dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">SEND US AN EMAIL, OR THREE</span></h3>\r\n \r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4.2\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"4bebb00cf4\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" /></span> <span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" /></span> <span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span> <span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" /></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span>\r\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></form> ','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:42:05','2016-08-17 05:42:05','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(579,1,'2017-09-30 11:16:24','2017-09-30 11:16:24','<div id=\"pl-120\" class=\"panel-layout\">\n<div id=\"pg-120-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px","background_display":"tile","bottom_margin":"0px","row_stretch":"full-stretched"}\">\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-120-0\" data-stretch-type=\"full-stretched\">\n<div id=\"pgc-120-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-120-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\">\n<div class=\"textwidget\"><img class=\"size-full wp-image-581 aligncenter\" style=\"margin-top: 0px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"map\" width=\"1920\" height=\"600\" /></div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-120-1\" class=\"panel-grid panel-no-style\">\n<div id=\"pgc-120-1-0\" class=\"panel-grid-cell\" data-weight=\"0.250208159867\">\n<div id=\"panel-120-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\">\n<div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-0\">\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\n<div class=\"textwidget\">\n\n<strong>Access Supply Chain Services- Headquarters:</strong>\n105 Hobart Ave\nSan Mateo, CA 94402.\n\nTel: 650-477-2691\nFax: 650 931-4328\n\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\n<h3>Additional Locations:</h3>\n<strong>Los Angeles Branch Office:</strong>\n5777 West Century Blvd\nLos Angeles, CA 90045\n\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\n139 Mitchell Ave.\nSouth San Francisco, CA 94080\n\n<strong>Seattle / Tacoma Branch Office:</strong>\n18900 8TH AVE., S\nSeatac, WA 98148\n\n</div>\n</div>\n</div>\n<div id=\"panel-120-1-0-1\" class=\"so-panel widget widget_pw_opening_time opening-time panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\">\n<div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-1\">\n<div class=\"time-table\">\n<h3>OPENING TIME</h3>\n<div class=\"inner-bg\">\n<dl class=\"week-day \">\n <dt>Monday</dt>\n <dd>9.00 - 17.00</dd>\n</dl>\n<dl class=\"week-day light-bg\">\n <dt>Tuesday</dt>\n <dd>9:00 - 17:00</dd>\n</dl>\n<dl class=\"week-day \">\n <dt>Wednesday</dt>\n <dd>9:00 - 17:00</dd>\n</dl>\n<dl class=\"week-day light-bg\">\n <dt>Thursday</dt>\n <dd>9:00 - 17:00</dd>\n</dl>\n<dl class=\"week-day \">\n <dt>Friday</dt>\n <dd>9:00 - 17:00</dd>\n</dl>\n<dl class=\"week-day light-bg closed today\">\n <dt>Saturday</dt>\n <dd>CLOSED</dd>\n</dl>\n<dl class=\"week-day closed\">\n <dt>Sunday</dt>\n <dd>CLOSED</dd>\n</dl>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pgc-120-1-1\" class=\"panel-grid-cell\" data-weight=\"0.749791840133\">\n<div id=\"panel-120-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\">\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3>\n<div class=\"textwidget\">\n<div id=\"wpcf7-f122-o2\" class=\"wpcf7\" dir=\"ltr\" lang=\"en-US\" role=\"form\">\n<div class=\"screen-reader-response\"></div>\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/post.php#wpcf7-f122-o2\" method=\"post\" novalidate=\"novalidate\">\n<div style=\"display: none;\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" />\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.9\" />\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o2\" />\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" /></div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\"><span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" aria-required=\"true\" aria-invalid=\"false\" /></span></div>\n<div class=\"col-xs-12 col-md-4\"><span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" aria-required=\"true\" aria-invalid=\"false\" /></span></div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\"><span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" aria-required=\"true\" aria-invalid=\"false\" /></span></div>\n<div class=\"col-xs-12 col-md-4\"><span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" aria-required=\"true\" aria-invalid=\"false\" /></span></div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-8\"><span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" aria-invalid=\"false\" /></span></div>\n<div class=\"col-xs-12\"><span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\" aria-invalid=\"false\"></textarea></span>\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></div>\n</div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div>\n</form></div>\n</div>\n</div>\n</div>\n</div>\n</div>','Contact Us','','inherit','closed','closed','','120-autosave-v1','','','2017-09-30 11:16:24','2017-09-30 11:16:24','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-autosave-v1/',0,'revision','',0),(580,1,'2016-08-17 05:54:42','2016-08-17 05:54:42','<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\r\n<strong>Access Supply Chain Services- Headquarters:</strong>\r\n105 Hobart Ave\r\nSan Mateo, CA 94402.\r\n\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3>Additional Locations:</h3>\r\n<strong>Los Angeles Branch Office:</strong>\r\n5777 West Century Blvd\r\nLos Angeles, CA 90045\r\n\r\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\r\n139 Mitchell Ave.\r\nSouth San Francisco, CA 94080\r\n\r\n<strong>Seattle / Tacoma Branch Office:</strong>\r\n18900 8TH AVE., S\r\nSeatac, WA 98148\r\n<h3>OPENING TIME</h3>\r\n<dl class=\"week-day \"><dt>Monday</dt><dd>9.00 - 17.00</dd></dl><dl class=\"week-day light-bg\"><dt>Tuesday</dt><dd>7:00 - 17:00</dd></dl><dl class=\"week-day today\"><dt>Wednesday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg\"><dt>Thursday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day \"><dt>Friday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg closed\"><dt>Saturday</dt><dd>CLOSED</dd></dl><dl class=\"week-day closed\"><dt>Sunday</dt><dd>CLOSED</dd></dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3>\r\n \r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4.2\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"4bebb00cf4\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" /></span> <span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" /></span> <span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span> <span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" /></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span>\r\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></form> ','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 05:54:42','2016-08-17 05:54:42','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(582,1,'2016-08-17 06:20:07','2016-08-17 06:20:07','<img class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\r\n<strong>Access Supply Chain Services- Headquarters:</strong>\r\n105 Hobart Ave\r\nSan Mateo, CA 94402.\r\n\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3>Additional Locations:</h3>\r\n<strong>Los Angeles Branch Office:</strong>\r\n5777 West Century Blvd\r\nLos Angeles, CA 90045\r\n\r\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\r\n139 Mitchell Ave.\r\nSouth San Francisco, CA 94080\r\n\r\n<strong>Seattle / Tacoma Branch Office:</strong>\r\n18900 8TH AVE., S\r\nSeatac, WA 98148\r\n<h3>OPENING TIME</h3>\r\n<dl class=\"week-day \"><dt>Monday</dt><dd>9.00 - 17.00</dd></dl><dl class=\"week-day light-bg\"><dt>Tuesday</dt><dd>7:00 - 17:00</dd></dl><dl class=\"week-day today\"><dt>Wednesday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg\"><dt>Thursday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day \"><dt>Friday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg closed\"><dt>Saturday</dt><dd>CLOSED</dd></dl><dl class=\"week-day closed\"><dt>Sunday</dt><dd>CLOSED</dd></dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3>\r\n \r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4.2\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"4bebb00cf4\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" /></span> <span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" /></span> <span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span> <span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" /></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span>\r\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></form> ','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 06:20:07','2016-08-17 06:20:07','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(583,1,'2016-08-17 06:26:34','2016-08-17 06:26:34','<img class=\"size-full wp-image-581 aligncenter\" style=\"margin-toop: 0px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/map.png\" alt=\"map\" width=\"1920\" height=\"600\" />\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3>\r\n<strong>Access Supply Chain Services- Headquarters:</strong>\r\n105 Hobart Ave\r\nSan Mateo, CA 94402.\r\n\r\nTel: 650-477-2691\r\nFax: 650 931-4328\r\n\r\n<a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a>\r\n<h3>Additional Locations:</h3>\r\n<strong>Los Angeles Branch Office:</strong>\r\n5777 West Century Blvd\r\nLos Angeles, CA 90045\r\n\r\n<strong>South San Francisco - Airport Office (Brokerage):</strong>\r\n139 Mitchell Ave.\r\nSouth San Francisco, CA 94080\r\n\r\n<strong>Seattle / Tacoma Branch Office:</strong>\r\n18900 8TH AVE., S\r\nSeatac, WA 98148\r\n<h3>OPENING TIME</h3>\r\n<dl class=\"week-day \"><dt>Monday</dt><dd>9.00 - 17.00</dd></dl><dl class=\"week-day light-bg\"><dt>Tuesday</dt><dd>7:00 - 17:00</dd></dl><dl class=\"week-day today\"><dt>Wednesday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg\"><dt>Thursday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day \"><dt>Friday</dt><dd>9:00 - 17:00</dd></dl><dl class=\"week-day light-bg closed\"><dt>Saturday</dt><dd>CLOSED</dd></dl><dl class=\"week-day closed\"><dt>Sunday</dt><dd>CLOSED</dd></dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3>\r\n \r\n\r\n<form class=\"wpcf7-form\" action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" novalidate=\"novalidate\"><input name=\"_wpcf7\" type=\"hidden\" value=\"122\" /> <input name=\"_wpcf7_version\" type=\"hidden\" value=\"4.4.2\" /> <input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" /> <input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f122-o1\" /> <input name=\"_wpnonce\" type=\"hidden\" value=\"4bebb00cf4\" /> <span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"First Name\" /></span> <span class=\"wpcf7-form-control-wrap last-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"last-name\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Last Name\" /></span> <span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"email\" value=\"\" placeholder=\"E-mail address\" /></span> <span class=\"wpcf7-form-control-wrap your-phone\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" name=\"your-phone\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone Number\" /></span> <span class=\"wpcf7-form-control-wrap your-subject\"><input class=\"wpcf7-form-control wpcf7-text\" name=\"your-subject\" size=\"40\" type=\"text\" value=\"\" placeholder=\"Subject\" /></span> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\" placeholder=\"Message\"></textarea></span>\r\n<input class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" type=\"submit\" value=\"SEND MESSAGE\" /></form> ','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 06:26:34','2016-08-17 06:26:34','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(584,1,'2016-08-17 06:27:15','2016-08-17 06:27:15','<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/map.png\" alt=\"map\" width=\"1920\" height=\"600\"><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><p><strong>Access Supply Chain Services- Headquarters:</strong><br> 105 Hobart Ave<br> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br> 5777 West Century Blvd<br> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br> 139 Mitchell Ave.<br> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br> 18900 8TH AVE., S<br> Seatac, WA 98148</p>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>9.00 - 17.00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>7:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day today\">\r\n<dt>Wednesday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Thursday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg closed\">\r\n<dt>Saturday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 06:27:15','2016-08-17 06:27:15','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(586,1,'2016-08-17 07:25:18','2016-08-17 07:25:18','<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/08/map.png\" alt=\"map\" width=\"1920\" height=\"600\"><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><p><strong>Access Supply Chain Services- Headquarters:</strong><br> 105 Hobart Ave<br> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br> 5777 West Century Blvd<br> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br> 139 Mitchell Ave.<br> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br> 18900 8TH AVE., S<br> Seatac, WA 98148</p>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>9.00 - 17.00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>7:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day today\">\r\n<dt>Wednesday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Thursday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg closed\">\r\n<dt>Saturday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=9780367ed3#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-08-17 07:25:18','2016-08-17 07:25:18','',120,'http://jspdevelopmentdemo.com/Test/2016/08/17/120-revision-v1/',0,'revision','',0),(587,1,'2016-08-17 07:31:56','2016-08-17 07:31:56','','map','','inherit','open','closed','','map','','','2017-09-30 11:16:03','2017-09-30 11:16:03','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/08/map.png',0,'attachment','image/png',0),(589,1,'2016-09-21 11:43:01','2016-09-21 11:43:01','Definitions - (a) \"Company\" shall mean ACCESS SUPPLY CHAIN SERVICES LLC. its subsidiaries, related companies, agents and/or representatives; (b) \"Customer\" shall mean the person for which the Company is rendering service, as well as its agents and/or representatives, including, but not limited to, shippers, importers, exporters, carriers, secured parties, warehousemen, buyers and/or sellers, shipper’s agents, insurers and underwriters, break-bulk agents, consignees, etc. It is the responsibility of the Customer to provide notice and copy(s) of these terms and conditions of service to all such agents or representatives; (c) \"Documentation\" shall mean all information received directly or indirectly from Customer, whether in paper or electronic form; (d) \"Ocean Transportation Intermediaries\" (\"OTI\") shall include an \"ocean freight forwarder\" and a \"non-vessel operating carrier\"; (e) \"Third parties\" shall include, but not be limited to, the following: \"carriers, truckmen, cartmen, lightermen, forwarders, OTIs, customs brokers, agents, warehousemen and others to which the goods are entrusted for transportation, cartage, handling and/or delivery and/or storage or otherwise\".\r\n\r\nCompany as Agent- The Company acts as the \"agent\" of the Customer for the purpose of performing duties in connection with the entry and release of goods, post entry services, the securing of export licenses, the filing of export documentation on behalf of the Customer and other dealings with Government Agencies: as to all other services, Company acts as an independent contractor.\r\n\r\nLimitation of Actions- (a) Unless subject to a specific statute or international convention, all claims against the Company for a potential or actual loss, must be made in writing and received by the Company, within ninety (90) days of the event giving rise to claim; the failure to give the Company timely notice shall be a complete defense to any suit or action commenced by Customer. (b) All suits against Company must be filed and properly served on Company as follows: (i) For claims arising out of ocean transportation, within one (1) year from the date of the loss; (ii) For claims arising out of air transportation, within two (2) years from the date of the loss; (iii) For claims arising out of the preparation and/or submission of an import entry(s), within seventy- five (75) days from the date of liquidation of the entry(s); (iv) For any and all other claims of any other type, within two (1) year from the date of the loss or damage.\r\n\r\nNo Liability for the Selection orServices of Third Parties and/orRoutes- Unless services are performed by persons or firms engaged pursuant to express written instructions from the Customer, Company shall use reasonable care in its selection of third parties, or in selecting the means, route and procedure to be followed in the handling, transportation, clearance and delivery of the shipment; advice by the Company that a particular person or firm has been selected to render services with respect to the goods, shall not be construed to mean that the Company warrants or represents that such person or firm will render such services nor does Company assume responsibility or liability for any actions(s) and/or inaction(s) of such third parties and/or its agents, and shall not be liable for any delay or loss of any kind, which occurs while a shipment is in the custody or control of a third party or the agent of a third party; all claims in connection with the Act of a third party shall be brought solely against such party and/or its agents; in connection with any such claim, the Company shall reasonably cooperate with the Customer, which shall be liable for any charges or costs incurred by the Company.\r\n\r\nQuotations not Binding- Quotations as to fees, rates of duty, freight charges, insurance premiums or other charges given by the Company to the Customer are for informational purposes only and are subject to change without notice; no quotation shall be binding upon the Company unless the Company in writing agrees to undertake the handling or transportation of the shipment at a specific rate or amount set forth in the quotation and payment arrangements are agreed to between the Company and the Customer.\r\n\r\nReliance on Information Furnished- (a) Customer acknowledges that it is required to review all documents and declarations prepared and/or filed with the Customs Service, other Government Agency and/or third parties, and will immediately advise the Company of any errors, discrepancies, incorrect statements, or omissions on any declaration filed on Customers behalf; (b) In preparing and submitting customs entries, export declarations, applications, documentation and/or export data to the United States and/or a third party, the Company relies on the correctness of all documentation, whether in written or electronic format, and all information furnished by Customer; Customer shall use reasonable care to insure the correctness of all such information and shall indemnify and hold the Company harmless from any and all claims asserted and/or liability or losses suffered by reason of the Customer\'s failure to disclose information or any incorrect or false statement by the Customer upon which the Company reasonably relied. The Customer agrees that the Customer has an affirmative non-delegable duty to disclose any and all information required to import, export or enter the goods.\r\n\r\nDeclaring Higher Value To Third Parties Third parties to whom the goods are entrusted may limit liability for loss or damage; the Company will request excess valuation coverage only upon specific written instructions from the Customer, which must agree to pay any charges therefore; in the absence of written instructions or the refusal of the third party to agree to a higher declared value, at Company’s discretion, the goods may be tendered to the third party, subject to the terms of the third party’s limitations of liability and/or terms and conditions of service.\r\n\r\nInsurance- Unless requested to do so in writing and confirmed to Customer in writing, Company is under no obligation to procure insurance on Customer’s behalf; in all cases, Customer shall pay all premiums and costs in connection with procuring requested insurance.\r\n\r\nDisclaimers; Limitation of Liability- (a) Except as specifically set forth herein, Company makes no express or implied warranties in connection with its services; (b) Subject to (c) below, Customer agrees that in connection with any and all services performed by the Company, the Company shall only be liable for its negligent acts, which are the direct and proximate cause of any injury to Customer, including loss or damage to Customer’s goods, and the Company shall in no event be liable for the acts of third parties; (c) In connection with all services performed by the Company, Customer may obtain additional liability coverage, up to the actual or declared value of the shipment or transaction, by requesting such coverage and agreeing to make payment therefore, which request must be confirmed in writing by the Company prior to rendering services for the covered transaction(s). (d) In the absence of additional coverage under (b) above, the Company’s liability shall be limited to the following: (i) where the claim arises from activities other than those relating to customs brokerage, $50.00 per shipment or transaction, or (ii) where the claim arises from activities relating to \"Customs business,\" $50.00 per entry or the amount of brokerage fees paid to Company for the entry, whichever is less; (e) In no event shall Company be liable or responsible for consequential, indirect, incidental, statutory or punitive damages even if it has been put on notice of the possibility of such damages.\r\n\r\nAdvancing Money- All charges must be paid by Customer in advance unless the Company agrees in writing to extend credit to customer; the granting of credit to a Customer in connection with a particular transaction shall not be considered a waiver of this provision by the Company.\r\n\r\nIndemnification/Hold Harmless- The Customer agrees to indemnify, defend, and hold the Company harmless from any claims and/or liability arising from the importation or exportation of customers merchandise and/or any conduct of the Customer, which violates any Federal, State and/or other laws, and further agrees to indemnify and hold the Company harmless against any and all liability, loss, damages, costs, claims and/or expenses, including but not limited to reasonable attorney’s fees, which the Company may hereafter incur, suffer or be required to pay by reason of such claims; in the event that any claim, suit or proceeding is brought against the Company, it shall give notice in writing to the Customer by mail at its address on file with the Company.\r\n\r\nC.O.D. or Cash Collect Shipments- Company shall use reasonable care regarding written instructions relating to \"Cash/Collect\" on \"Deliver (C.O.D.)\" shipments, bank drafts, cashier’s and/or certified checks, letter(s) of credit and other similar payment documents and/or instructions regarding collection of monies but shall have not liability if the bank or consignee refuses to pay for the shipment.\r\n\r\nCosts of Collection- In any dispute involving monies owed to Company, the Company shall be entitled to all costs of collection, including reasonable attorney’s fees and interest at 15% per annum or the highest rate allowed by law, whichever is less, unless a lower amount is agreed to by Company.\r\n\r\nGeneral Lien and Right To Sell Customer’s Property- (a) Company shall have a general and continuing lien on any and all property of Customer coming into Company’s actual or constructive possession or control for monies owed to Company with regard to the shipment on which the lien is claimed, a prior shipment(s) and/or both; (b) Company shall provide written notice to Customer of its intent to exercise such lien, the exact amount of monies due and owing, as well as any on-going storage or other charges; Customer shall notify all parties having an interest in its shipment(s) of Company’s rights and/or the exercise of such lien. (c) Unless, within thirty days of receiving notice of lien, Customer posts cash or letter of credit at sight, or, if the amount due is in dispute, an acceptable bond equal to 110% of the value of the total amount due, in favor of Company, guaranteeing payment of the monies owed, plus all storage charges accrued or to be accrued, Company shall have the right to sell such shipment(s) at public or private sale or auction and any net proceeds remaining thereafter shall be refunded to Customer. .\r\n\r\nNo Duty To Maintain Records for Customer- Customer acknowledges that pursuant to Sections 508 and 509 of the Tariff Act, as amended, (19 USC §1508 and 1509) it has the duty and is solely liable for maintaining all records required under the Customs and/or other Laws and Regulations of the United States; unless otherwise agreed to in writing, the Company shall only keep such records that it is required to maintain by Statute(s) and/or Regulation(s), but not act as a \"record keeper\" or \"record keeping agent\" for Customer.\r\n\r\nObtaining Binding Rulings - Filing Protests, etc. -Unless requested by Customer in writing and agreed to by Company in writing, Company shall be under no obligation to undertake any pre- or post Customs release action, including, but not limited to, obtaining binding rulings, advising of liquidations, filing of petition(s) and/or protests, etc.\r\n\r\nPreparation and Issuance of Bills of Lading- Where Company prepares and/or issues a bill of lading, Company shall be under no obligation to specify thereon the number of pieces, packages and/or cartons, etc.; unless specifically requested to do so in writing by Customer or its agent and Customer agrees to pay for same, Company shall rely upon and use the cargo weight supplied by Customer.\r\n\r\nNo Modification or Amendment Unless Written- These terms and conditions of service may only be modified, altered or amended in writing signed by both Customer and Company; any attempt to unilaterally modify, alter or amend same shall be null and void.\r\n\r\nCompensation of Company- The compensation of the Company for its services shall be included with and is in addition to the rates and charges of all carriers and other agencies selected by the Company to transport and deal with the goods and such compensation shall be exclusive of any brokerage, commissions, dividends, or other revenue received by the Company from carriers, insurers and others in connection with the shipment. On ocean exports, upon request, the Company shall provide a detailed breakout of the components of all charges assessed and a true copy of each pertinent document relating to these charges. In any referral for collection or action against the Customer for monies due the Company, upon recovery by the Company, the Customer shall pay the expenses of collection and/or litigation, including a reasonable attorney fee.\r\n\r\nSeverability- In the event any Paragraph(s) and/or portion(s) hereof is found to be invalid and/or unenforceable, then in such event the remainder hereof shall remain in full force and effect.\r\n\r\nGoverning Law; Consent to Jurisdiction and Venue- These terms and conditions of service and the relationship of the parties shall be construed according to the laws of the County of San Mateo, State of California without giving consideration to principals of conflict of law. Customer and Company (a) irrevocably consent to the jurisdiction of the United States District Court and the State courts of San Mateo county California; (b) agree that any action relating to the services performed by Company, shall only be brought in said courts; (c) consent to the exercise of in personam jurisdiction by said courts over it, and (d) further agree that any action to enforce a judgment may be instituted in any jurisdiction. Approved by the National Customs Brokers and Forwarders Association of America (Revised 01/00) 09-01-01 LEC .\r\n\r\nE-MAIL: <a href=\"mailto:SFO@ACCESSSUPPLYSOLUTIONS.COM\">SFO@ACCESSSUPPLYSOLUTIONS.COM</a>','Terms And Conditions','','publish','closed','closed','','terms-and-conditions','','','2016-09-21 12:02:43','2016-09-21 12:02:43','',0,'http://jspdevelopmentdemo.com/Test/?page_id=589',0,'page','',0),(590,1,'2016-09-21 11:43:01','2016-09-21 11:43:01','','Terms And Conditions','','inherit','closed','closed','','589-revision-v1','','','2016-09-21 11:43:01','2016-09-21 11:43:01','',589,'http://jspdevelopmentdemo.com/Test/2016/09/21/589-revision-v1/',0,'revision','',0),(591,1,'2016-09-21 11:45:41','2016-09-21 11:45:41','Definitions - (a) \"Company\" shall mean ACCESS SUPPLY CHAIN SERVICES LLC. its subsidiaries, related companies, agents and/or representatives; (b) \"Customer\" shall mean the person for which the Company is rendering service, as well as its agents and/or representatives, including, but not limited to, shippers, importers, exporters, carriers, secured parties, warehousemen, buyers and/or sellers, shipper’s agents, insurers and underwriters, break-bulk agents, consignees, etc. It is the responsibility of the Customer to provide notice and copy(s) of these terms and conditions of service to all such agents or representatives; (c) \"Documentation\" shall mean all information received directly or indirectly from Customer, whether in paper or electronic form; (d) \"Ocean Transportation Intermediaries\" (\"OTI\") shall include an \"ocean freight forwarder\" and a \"non-vessel operating carrier\"; (e) \"Third parties\" shall include, but not be limited to, the following: \"carriers, truckmen, cartmen, lightermen, forwarders, OTIs, customs brokers, agents, warehousemen and others to which the goods are entrusted for transportation, cartage, handling and/or delivery and/or storage or otherwise\".\n\nCompany as Agent- The Company acts as the \"agent\" of the Customer for the purpose of performing duties in connection with the entry and release of goods, post entry services, the securing of export licenses, the filing of export documentation on behalf of the Customer and other dealings with Government Agencies: as to all other services, Company acts as an independent contractor.\n\nLimitation of Actions- (a) Unless subject to a specific statute or international convention, all claims against the Company for a potential or actual loss, must be made in writing and received by the Company, within ninety (90) days of the event giving rise to claim; the failure to give the Company timely notice shall be a complete defense to any suit or action commenced by Customer. (b) All suits against Company must be filed and properly served on Company as follows: (i) For claims arising out of ocean transportation, within one (1) year from the date of the loss; (ii) For claims arising out of air transportation, within two (2) years from the date of the loss; (iii) For claims arising out of the preparation and/or submission of an import entry(s), within seventy- five (75) days from the date of liquidation of the entry(s); (iv) For any and all other claims of any other type, within two (1) year from the date of the loss or damage.\n\nNo Liability for the Selection orServices of Third Parties and/orRoutes- Unless services are performed by persons or firms engaged pursuant to express written instructions from the Customer, Company shall use reasonable care in its selection of third parties, or in selecting the means, route and procedure to be followed in the handling, transportation, clearance and delivery of the shipment; advice by the Company that a particular person or firm has been selected to render services with respect to the goods, shall not be construed to mean that the Company warrants or represents that such person or firm will render such services nor does Company assume responsibility or liability for any actions(s) and/or inaction(s) of such third parties and/or its agents, and shall not be liable for any delay or loss of any kind, which occurs while a shipment is in the custody or control of a third party or the agent of a third party; all claims in connection with the Act of a third party shall be brought solely against such party and/or its agents; in connection with any such claim, the Company shall reasonably cooperate with the Customer, which shall be liable for any charges or costs incurred by the Company.\n\nQuotations not Binding- Quotations as to fees, rates of duty, freight charges, insurance premiums or other charges given by the Company to the Customer are for informational purposes only and are subject to change without notice; no quotation shall be binding upon the Company unless the Company in writing agrees to undertake the handling or transportation of the shipment at a specific rate or amount set forth in the quotation and payment arrangements are agreed to between the Company and the Customer.\n\nReliance on Information Furnished- (a) Customer acknowledges that it is required to review all documents and declarations prepared and/or filed with the Customs Service, other Government Agency and/or third parties, and will immediately advise the Company of any errors, discrepancies, incorrect statements, or omissions on any declaration filed on Customers behalf; (b) In preparing and submitting customs entries, export declarations, applications, documentation and/or export data to the United States and/or a third party, the Company relies on the correctness of all documentation, whether in written or electronic format, and all information furnished by Customer; Customer shall use reasonable care to insure the correctness of all such information and shall indemnify and hold the Company harmless from any and all claims asserted and/or liability or losses suffered by reason of the Customer\'s failure to disclose information or any incorrect or false statement by the Customer upon which the Company reasonably relied. The Customer agrees that the Customer has an affirmative non-delegable duty to disclose any and all information required to import, export or enter the goods.\n\nDeclaring Higher Value To Third Parties Third parties to whom the goods are entrusted may limit liability for loss or damage; the Company will request excess valuation coverage only upon specific written instructions from the Customer, which must agree to pay any charges therefore; in the absence of written instructions or the refusal of the third party to agree to a higher declared value, at Company’s discretion, the goods may be tendered to the third party, subject to the terms of the third party’s limitations of liability and/or terms and conditions of service.\n\nInsurance- Unless requested to do so in writing and confirmed to Customer in writing, Company is under no obligation to procure insurance on Customer’s behalf; in all cases, Customer shall pay all premiums and costs in connection with procuring requested insurance.\n\nDisclaimers; Limitation of Liability- (a) Except as specifically set forth herein, Company makes no express or implied warranties in connection with its services; (b) Subject to (c) below, Customer agrees that in connection with any and all services performed by the Company, the Company shall only be liable for its negligent acts, which are the direct and proximate cause of any injury to Customer, including loss or damage to Customer’s goods, and the Company shall in no event be liable for the acts of third parties; (c) In connection with all services performed by the Company, Customer may obtain additional liability coverage, up to the actual or declared value of the shipment or transaction, by requesting such coverage and agreeing to make payment therefore, which request must be confirmed in writing by the Company prior to rendering services for the covered transaction(s). (d) In the absence of additional coverage under (b) above, the Company’s liability shall be limited to the following: (i) where the claim arises from activities other than those relating to customs brokerage, $50.00 per shipment or transaction, or (ii) where the claim arises from activities relating to \"Customs business,\" $50.00 per entry or the amount of brokerage fees paid to Company for the entry, whichever is less; (e) In no event shall Company be liable or responsible for consequential, indirect, incidental, statutory or punitive damages even if it has been put on notice of the possibility of such damages.\n\nAdvancing Money- All charges must be paid by Customer in advance unless the Company agrees in writing to extend credit to customer; the granting of credit to a Customer in connection with a particular transaction shall not be considered a waiver of this provision by the Company.\n\nIndemnification/Hold Harmless- The Customer agrees to indemnify, defend, and hold the Company harmless from any claims and/or liability arising from the importation or exportation of customers merchandise and/or any conduct of the Customer, which violates any Federal, State and/or other laws, and further agrees to indemnify and hold the Company harmless against any and all liability, loss, damages, costs, claims and/or expenses, including but not limited to reasonable attorney’s fees, which the Company may hereafter incur, suffer or be required to pay by reason of such claims; in the event that any claim, suit or proceeding is brought against the Company, it shall give notice in writing to the Customer by mail at its address on file with the Company.\n\nC.O.D. or Cash Collect Shipments- Company shall use reasonable care regarding written instructions relating to \"Cash/Collect\" on \"Deliver (C.O.D.)\" shipments, bank drafts, cashier’s and/or certified checks, letter(s) of credit and other similar payment documents and/or instructions regarding collection of monies but shall have not liability if the bank or consignee refuses to pay for the shipment.\n\nCosts of Collection- In any dispute involving monies owed to Company, the Company shall be entitled to all costs of collection, including reasonable attorney’s fees and interest at 15% per annum or the highest rate allowed by law, whichever is less, unless a lower amount is agreed to by Company.\n\nGeneral Lien and Right To Sell Customer’s Property- (a) Company shall have a general and continuing lien on any and all property of Customer coming into Company’s actual or constructive possession or control for monies owed to Company with regard to the shipment on which the lien is claimed, a prior shipment(s) and/or both; (b) Company shall provide written notice to Customer of its intent to exercise such lien, the exact amount of monies due and owing, as well as any on-going storage or other charges; Customer shall notify all parties having an interest in its shipment(s) of Company’s rights and/or the exercise of such lien. (c) Unless, within thirty days of receiving notice of lien, Customer posts cash or letter of credit at sight, or, if the amount due is in dispute, an acceptable bond equal to 110% of the value of the total amount due, in favor of Company, guaranteeing payment of the monies owed, plus all storage charges accrued or to be accrued, Company shall have the right to sell such shipment(s) at public or private sale or auction and any net proceeds remaining thereafter shall be refunded to Customer. .\n\nNo Duty To Maintain Records for Customer- Customer acknowledges that pursuant to Sections 508 and 509 of the Tariff Act, as amended, (19 USC §1508 and 1509) it has the duty and is solely liable for maintaining all records required under the Customs and/or other Laws and Regulations of the United States; unless otherwise agreed to in writing, the Company shall only keep such records that it is required to maintain by Statute(s) and/or Regulation(s), but not act as a \"record keeper\" or \"record keeping agent\" for Customer.\n\nObtaining Binding Rulings - Filing Protests, etc. -Unless requested by Customer in writing and agreed to by Company in writing, Company shall be under no obligation to undertake any pre- or post Customs release action, including, but not limited to, obtaining binding rulings, advising of liquidations, filing of petition(s) and/or protests, etc.\n\nPreparation and Issuance of Bills of Lading- Where Company prepares and/or issues a bill of lading, Company shall be under no obligation to specify thereon the number of pieces, packages and/or cartons, etc.; unless specifically requested to do so in writing by Customer or its agent and Customer agrees to pay for same, Company shall rely upon and use the cargo weight supplied by Customer.\n\nNo Modification or Amendment Unless Written- These terms and conditions of service may only be modified, altered or amended in writing signed by both Customer and Company; any attempt to unilaterally modify, alter or amend same shall be null and void.\n\nCompensation of Company- The compensation of the Company for its services shall be included with and is in addition to the rates and charges of all carriers and other agencies selected by the Company to transport and deal with the goods and such compensation shall be exclusive of any brokerage, commissions, dividends, or other revenue received by the Company from carriers, insurers and others in connection with the shipment. On ocean exports, upon request, the Company shall provide a detailed breakout of the components of all charges assessed and a true copy of each pertinent document relating to these charges. In any referral for collection or action against the Customer for monies due the Company, upon recovery by the Company, the Customer shall pay the expenses of collection and/or litigation, including a reasonable attorney fee.\n\nSeverability- In the event any Paragraph(s) and/or portion(s) hereof is found to be invalid and/or unenforceable, then in such event the remainder hereof shall remain in full force and effect.\n\nGoverning Law; Consent to Jurisdiction and Venue- These terms and conditions of service and the relationship of the parties shall be construed according to the laws of the County of San Mateo, State of California without giving consideration to principals of conflict of law. Customer and Company (a) irrevocably consent to the jurisdiction of the United States District Court and the State courts of San Mateo county California; (b) agree that any action relating to the services performed by Company, shall only be brought in said courts; (c) consent to the exercise of in personam jurisdiction by said courts over it, and (d) further agree that any action to enforce a judgment may be instituted in any jurisdiction. Approved by the National Customs Brokers and Forwarders Association of America (Revised 01/00) 09-01-01 LEC .\n\nE-MAIL: SFO@ACCESSSUPPLYSOLUTIONS.COM','Terms And Conditions','','inherit','closed','closed','','589-autosave-v1','','','2016-09-21 11:45:41','2016-09-21 11:45:41','',589,'http://jspdevelopmentdemo.com/Test/2016/09/21/589-autosave-v1/',0,'revision','',0),(592,1,'2016-09-21 11:44:39','2016-09-21 11:44:39','Definitions - (a) \"Company\" shall mean ACCESS SUPPLY CHAIN SERVICES LLC. its subsidiaries, related companies, agents and/or representatives; (b) \"Customer\" shall mean the person for which the Company is rendering service, as well as its agents and/or representatives, including, but not limited to, shippers, importers, exporters, carriers, secured parties, warehousemen, buyers and/or sellers, shipper’s agents, insurers and underwriters, break-bulk agents, consignees, etc. It is the responsibility of the Customer to provide notice and copy(s) of these terms and conditions of service to all such agents or representatives; (c) \"Documentation\" shall mean all information received directly or indirectly from Customer, whether in paper or electronic form; (d) \"Ocean Transportation Intermediaries\" (\"OTI\") shall include an \"ocean freight forwarder\" and a \"non-vessel operating carrier\"; (e) \"Third parties\" shall include, but not be limited to, the following: \"carriers, truckmen, cartmen, lightermen, forwarders, OTIs, customs brokers, agents, warehousemen and others to which the goods are entrusted for transportation, cartage, handling and/or delivery and/or storage or otherwise\". .\r\n\r\n \r\n\r\nCompany as Agent- The Company acts as the \"agent\" of the Customer for the purpose of performing duties in connection with the entry and release of goods, post entry services, the securing of export licenses, the filing of export documentation on behalf of the Customer and other dealings with Government Agencies: as to all other services, Company acts as an independent contractor.\r\n\r\n \r\n\r\nLimitation of Actions- (a) Unless subject to a specific statute or international convention, all claims against the Company for a potential or actual loss, must be made in writing and received by the Company, within ninety (90) days of the event giving rise to claim; the failure to give the Company timely notice shall be a complete defense to any suit or action commenced by Customer. (b) All suits against Company must be filed and properly served on Company as follows: (i) For claims arising out of ocean transportation, within one (1) year from the date of the loss; (ii) For claims arising out of air transportation, within two (2) years from the date of the loss; (iii) For claims arising out of the preparation and/or submission of an import entry(s), within seventy- five (75) days from the date of liquidation of the entry(s); (iv) For any and all other claims of any other type, within two (1) year from the date of the loss or damage.\r\n\r\nNo Liability for the Selection orServices of Third Parties and/orRoutes- Unless services are performed by persons or firms engaged pursuant to express written instructions from the Customer, Company shall use reasonable care in its selection of third parties, or in selecting the means, route and procedure to be followed in the handling, transportation, clearance and delivery of the shipment; advice by the Company that a particular person or firm has been selected to render services with respect to the goods, shall not be construed to mean that the Company warrants or represents that such person or firm will render such services nor does Company assume responsibility or liability for any actions(s) and/or inaction(s) of such third parties and/or its agents, and shall not be liable for any delay or loss of any kind, which occurs while a shipment is in the custody or control of a third party or the agent of a third party; all claims in connection with the Act of a third party shall be brought solely against such party and/or its agents; in connection with any such claim, the Company shall reasonably cooperate with the Customer, which shall be liable for any charges or costs incurred by the Company.\r\n\r\n \r\n\r\nQuotations not Binding- Quotations as to fees, rates of duty, freight charges, insurance premiums or other charges given by the Company to the Customer are for informational purposes only and are subject to change without notice; no quotation shall be binding upon the Company unless the Company in writing agrees to undertake the handling or transportation of the shipment at a specific rate or amount set forth in the quotation and payment arrangements are agreed to between the Company and the Customer.\r\n\r\n \r\n\r\nReliance on Information Furnished- (a) Customer acknowledges that it is required to review all documents and declarations prepared and/or filed with the Customs Service, other Government Agency and/or third parties, and will immediately advise the Company of any errors, discrepancies, incorrect statements, or omissions on any declaration filed on Customers behalf; (b) In preparing and submitting customs entries, export declarations, applications, documentation and/or export data to the United States and/or a third party, the Company relies on the correctness of all documentation, whether in written or electronic format, and all information furnished by Customer; Customer shall use reasonable care to insure the correctness of all such information and shall indemnify and hold the Company harmless from any and all claims asserted and/or liability or losses suffered by reason of the Customer\'s failure to disclose information or any incorrect or false statement by the Customer upon which the Company reasonably relied. The Customer agrees that the Customer has an affirmative non-delegable duty to disclose any and all information required to import, export or enter the goods.\r\n\r\n \r\n\r\nDeclaring Higher Value To Third Parties Third parties to whom the goods are entrusted may limit liability for loss or damage; the Company will request excess valuation coverage only upon specific written instructions from the Customer, which must agree to pay any charges therefore; in the absence of written instructions or the refusal of the third party to agree to a higher declared value, at Company’s discretion, the goods may be tendered to the third party, subject to the terms of the third party’s limitations of liability and/or terms and conditions of service.\r\n\r\n \r\n\r\nInsurance- Unless requested to do so in writing and confirmed to Customer in writing, Company is under no obligation to procure insurance on Customer’s behalf; in all cases, Customer shall pay all premiums and costs in connection with procuring requested insurance.\r\n\r\n \r\n\r\nDisclaimers; Limitation of Liability- (a) Except as specifically set forth herein, Company makes no express or implied warranties in connection with its services; (b) Subject to (c) below, Customer agrees that in connection with any and all services performed by the Company, the Company shall only be liable for its negligent acts, which are the direct and proximate cause of any injury to Customer, including loss or damage to Customer’s goods, and the Company shall in no event be liable for the acts of third parties; (c) In connection with all services performed by the Company, Customer may obtain additional liability coverage, up to the actual or declared value of the shipment or transaction, by requesting such coverage and agreeing to make payment therefore, which request must be confirmed in writing by the Company prior to rendering services for the covered transaction(s). (d) In the absence of additional coverage under (b) above, the Company’s liability shall be limited to the following: (i) where the claim arises from activities other than those relating to customs brokerage, $50.00 per shipment or transaction, or (ii) where the claim arises from activities relating to \"Customs business,\" $50.00 per entry or the amount of brokerage fees paid to Company for the entry, whichever is less; (e) In no event shall Company be liable or responsible for consequential, indirect, incidental, statutory or punitive damages even if it has been put on notice of the possibility of such damages.\r\n\r\n \r\n\r\nAdvancing Money- All charges must be paid by Customer in advance unless the Company agrees in writing to extend credit to customer; the granting of credit to a Customer in connection with a particular transaction shall not be considered a waiver of this provision by the Company.\r\n\r\n \r\n\r\nIndemnification/Hold Harmless- The Customer agrees to indemnify, defend, and hold the Company harmless from any claims and/or liability arising from the importation or exportation of customers merchandise and/or any conduct of the Customer, which violates any Federal, State and/or other laws, and further agrees to indemnify and hold the Company harmless against any and all liability, loss, damages, costs, claims and/or expenses, including but not limited to reasonable attorney’s fees, which the Company may hereafter incur, suffer or be required to pay by reason of such claims; in the event that any claim, suit or proceeding is brought against the Company, it shall give notice in writing to the Customer by mail at its address on file with the Company.\r\n\r\nC.O.D. or Cash Collect Shipments- Company shall use reasonable care regarding written instructions relating to \"Cash/Collect\" on \"Deliver (C.O.D.)\" shipments, bank drafts, cashier’s and/or certified checks, letter(s) of credit and other similar payment documents and/or instructions regarding collection of monies but shall have not liability if the bank or consignee refuses to pay for the shipment.\r\n\r\n \r\n\r\nCosts of Collection- In any dispute involving monies owed to Company, the Company shall be entitled to all costs of collection, including reasonable attorney’s fees and interest at 15% per annum or the highest rate allowed by law, whichever is less, unless a lower amount is agreed to by Company.\r\n\r\n \r\n\r\nGeneral Lien and Right To Sell Customer’s Property- (a) Company shall have a general and continuing lien on any and all property of Customer coming into Company’s actual or constructive possession or control for monies owed to Company with regard to the shipment on which the lien is claimed, a prior shipment(s) and/or both; (b) Company shall provide written notice to Customer of its intent to exercise such lien, the exact amount of monies due and owing, as well as any on-going storage or other charges; Customer shall notify all parties having an interest in its shipment(s) of Company’s rights and/or the exercise of such lien. (c) Unless, within thirty days of receiving notice of lien, Customer posts cash or letter of credit at sight, or, if the amount due is in dispute, an acceptable bond equal to 110% of the value of the total amount due, in favor of Company, guaranteeing payment of the monies owed, plus all storage charges accrued or to be accrued, Company shall have the right to sell such shipment(s) at public or private sale or auction and any net proceeds remaining thereafter shall be refunded to Customer. .\r\n\r\n \r\n\r\nNo Duty To Maintain Records for Customer- Customer acknowledges that pursuant to Sections 508 and 509 of the Tariff Act, as amended, (19 USC §1508 and 1509) it has the duty and is solely liable for maintaining all records required under the Customs and/or other Laws and Regulations of the United States; unless otherwise agreed to in writing, the Company shall only keep such records that it is required to maintain by Statute(s) and/or Regulation(s), but not act as a \"record keeper\" or \"record keeping agent\" for Customer.\r\n\r\n \r\n\r\nObtaining Binding Rulings - Filing Protests, etc. -Unless requested by Customer in writing and agreed to by Company in writing, Company shall be under no obligation to undertake any pre- or post Customs release action, including, but not limited to, obtaining binding rulings, advising of liquidations, filing of petition(s) and/or protests, etc.\r\n\r\nPreparation and Issuance of Bills of Lading- Where Company prepares and/or issues a bill of lading, Company shall be under no obligation to specify thereon the number of pieces, packages and/or cartons, etc.; unless specifically requested to do so in writing by Customer or its agent and Customer agrees to pay for same, Company shall rely upon and use the cargo weight supplied by Customer.\r\n\r\n \r\n\r\nNo Modification or Amendment Unless Written- These terms and conditions of service may only be modified, altered or amended in writing signed by both Customer and Company; any attempt to unilaterally modify, alter or amend same shall be null and void.\r\n\r\n \r\n\r\nCompensation of Company- The compensation of the Company for its services shall be included with and is in addition to the rates and charges of all carriers and other agencies selected by the Company to transport and deal with the goods and such compensation shall be exclusive of any brokerage, commissions, dividends, or other revenue received by the Company from carriers, insurers and others in connection with the shipment. On ocean exports, upon request, the Company shall provide a detailed breakout of the components of all charges assessed and a true copy of each pertinent document relating to these charges. In any referral for collection or action against the Customer for monies due the Company, upon recovery by the Company, the Customer shall pay the expenses of collection and/or litigation, including a reasonable attorney fee.\r\n\r\n \r\n\r\nSeverability- In the event any Paragraph(s) and/or portion(s) hereof is found to be invalid and/or unenforceable, then in such event the remainder hereof shall remain in full force and effect.\r\n\r\n \r\n\r\nGoverning Law; Consent to Jurisdiction and Venue- These terms and conditions of service and the relationship of the parties shall be construed according to the laws of the County of San Mateo, State of California without giving consideration to principals of conflict of law. Customer and Company (a) irrevocably consent to the jurisdiction of the United States District Court and the State courts of San Mateo county California; (b) agree that any action relating to the services performed by Company, shall only be brought in said courts; (c) consent to the exercise of in personam jurisdiction by said courts over it, and (d) further agree that any action to enforce a judgment may be instituted in any jurisdiction. Approved by the National Customs Brokers and Forwarders Association of America (Revised 01/00) 09-01-01 LEC .\r\n\r\n \r\n\r\nE-MAIL: SFO@ACCESSSUPPLYSOLUTIONS.COM','Terms And Conditions','','inherit','closed','closed','','589-revision-v1','','','2016-09-21 11:44:39','2016-09-21 11:44:39','',589,'http://jspdevelopmentdemo.com/Test/2016/09/21/589-revision-v1/',0,'revision','',0),(593,1,'2016-09-21 11:45:55','2016-09-21 11:45:55','Definitions - (a) \"Company\" shall mean ACCESS SUPPLY CHAIN SERVICES LLC. its subsidiaries, related companies, agents and/or representatives; (b) \"Customer\" shall mean the person for which the Company is rendering service, as well as its agents and/or representatives, including, but not limited to, shippers, importers, exporters, carriers, secured parties, warehousemen, buyers and/or sellers, shipper’s agents, insurers and underwriters, break-bulk agents, consignees, etc. It is the responsibility of the Customer to provide notice and copy(s) of these terms and conditions of service to all such agents or representatives; (c) \"Documentation\" shall mean all information received directly or indirectly from Customer, whether in paper or electronic form; (d) \"Ocean Transportation Intermediaries\" (\"OTI\") shall include an \"ocean freight forwarder\" and a \"non-vessel operating carrier\"; (e) \"Third parties\" shall include, but not be limited to, the following: \"carriers, truckmen, cartmen, lightermen, forwarders, OTIs, customs brokers, agents, warehousemen and others to which the goods are entrusted for transportation, cartage, handling and/or delivery and/or storage or otherwise\".\r\n\r\nCompany as Agent- The Company acts as the \"agent\" of the Customer for the purpose of performing duties in connection with the entry and release of goods, post entry services, the securing of export licenses, the filing of export documentation on behalf of the Customer and other dealings with Government Agencies: as to all other services, Company acts as an independent contractor.\r\n\r\nLimitation of Actions- (a) Unless subject to a specific statute or international convention, all claims against the Company for a potential or actual loss, must be made in writing and received by the Company, within ninety (90) days of the event giving rise to claim; the failure to give the Company timely notice shall be a complete defense to any suit or action commenced by Customer. (b) All suits against Company must be filed and properly served on Company as follows: (i) For claims arising out of ocean transportation, within one (1) year from the date of the loss; (ii) For claims arising out of air transportation, within two (2) years from the date of the loss; (iii) For claims arising out of the preparation and/or submission of an import entry(s), within seventy- five (75) days from the date of liquidation of the entry(s); (iv) For any and all other claims of any other type, within two (1) year from the date of the loss or damage.\r\n\r\nNo Liability for the Selection orServices of Third Parties and/orRoutes- Unless services are performed by persons or firms engaged pursuant to express written instructions from the Customer, Company shall use reasonable care in its selection of third parties, or in selecting the means, route and procedure to be followed in the handling, transportation, clearance and delivery of the shipment; advice by the Company that a particular person or firm has been selected to render services with respect to the goods, shall not be construed to mean that the Company warrants or represents that such person or firm will render such services nor does Company assume responsibility or liability for any actions(s) and/or inaction(s) of such third parties and/or its agents, and shall not be liable for any delay or loss of any kind, which occurs while a shipment is in the custody or control of a third party or the agent of a third party; all claims in connection with the Act of a third party shall be brought solely against such party and/or its agents; in connection with any such claim, the Company shall reasonably cooperate with the Customer, which shall be liable for any charges or costs incurred by the Company.\r\n\r\nQuotations not Binding- Quotations as to fees, rates of duty, freight charges, insurance premiums or other charges given by the Company to the Customer are for informational purposes only and are subject to change without notice; no quotation shall be binding upon the Company unless the Company in writing agrees to undertake the handling or transportation of the shipment at a specific rate or amount set forth in the quotation and payment arrangements are agreed to between the Company and the Customer.\r\n\r\nReliance on Information Furnished- (a) Customer acknowledges that it is required to review all documents and declarations prepared and/or filed with the Customs Service, other Government Agency and/or third parties, and will immediately advise the Company of any errors, discrepancies, incorrect statements, or omissions on any declaration filed on Customers behalf; (b) In preparing and submitting customs entries, export declarations, applications, documentation and/or export data to the United States and/or a third party, the Company relies on the correctness of all documentation, whether in written or electronic format, and all information furnished by Customer; Customer shall use reasonable care to insure the correctness of all such information and shall indemnify and hold the Company harmless from any and all claims asserted and/or liability or losses suffered by reason of the Customer\'s failure to disclose information or any incorrect or false statement by the Customer upon which the Company reasonably relied. The Customer agrees that the Customer has an affirmative non-delegable duty to disclose any and all information required to import, export or enter the goods.\r\n\r\nDeclaring Higher Value To Third Parties Third parties to whom the goods are entrusted may limit liability for loss or damage; the Company will request excess valuation coverage only upon specific written instructions from the Customer, which must agree to pay any charges therefore; in the absence of written instructions or the refusal of the third party to agree to a higher declared value, at Company’s discretion, the goods may be tendered to the third party, subject to the terms of the third party’s limitations of liability and/or terms and conditions of service.\r\n\r\nInsurance- Unless requested to do so in writing and confirmed to Customer in writing, Company is under no obligation to procure insurance on Customer’s behalf; in all cases, Customer shall pay all premiums and costs in connection with procuring requested insurance.\r\n\r\nDisclaimers; Limitation of Liability- (a) Except as specifically set forth herein, Company makes no express or implied warranties in connection with its services; (b) Subject to (c) below, Customer agrees that in connection with any and all services performed by the Company, the Company shall only be liable for its negligent acts, which are the direct and proximate cause of any injury to Customer, including loss or damage to Customer’s goods, and the Company shall in no event be liable for the acts of third parties; (c) In connection with all services performed by the Company, Customer may obtain additional liability coverage, up to the actual or declared value of the shipment or transaction, by requesting such coverage and agreeing to make payment therefore, which request must be confirmed in writing by the Company prior to rendering services for the covered transaction(s). (d) In the absence of additional coverage under (b) above, the Company’s liability shall be limited to the following: (i) where the claim arises from activities other than those relating to customs brokerage, $50.00 per shipment or transaction, or (ii) where the claim arises from activities relating to \"Customs business,\" $50.00 per entry or the amount of brokerage fees paid to Company for the entry, whichever is less; (e) In no event shall Company be liable or responsible for consequential, indirect, incidental, statutory or punitive damages even if it has been put on notice of the possibility of such damages.\r\n\r\nAdvancing Money- All charges must be paid by Customer in advance unless the Company agrees in writing to extend credit to customer; the granting of credit to a Customer in connection with a particular transaction shall not be considered a waiver of this provision by the Company.\r\n\r\nIndemnification/Hold Harmless- The Customer agrees to indemnify, defend, and hold the Company harmless from any claims and/or liability arising from the importation or exportation of customers merchandise and/or any conduct of the Customer, which violates any Federal, State and/or other laws, and further agrees to indemnify and hold the Company harmless against any and all liability, loss, damages, costs, claims and/or expenses, including but not limited to reasonable attorney’s fees, which the Company may hereafter incur, suffer or be required to pay by reason of such claims; in the event that any claim, suit or proceeding is brought against the Company, it shall give notice in writing to the Customer by mail at its address on file with the Company.\r\n\r\nC.O.D. or Cash Collect Shipments- Company shall use reasonable care regarding written instructions relating to \"Cash/Collect\" on \"Deliver (C.O.D.)\" shipments, bank drafts, cashier’s and/or certified checks, letter(s) of credit and other similar payment documents and/or instructions regarding collection of monies but shall have not liability if the bank or consignee refuses to pay for the shipment.\r\n\r\nCosts of Collection- In any dispute involving monies owed to Company, the Company shall be entitled to all costs of collection, including reasonable attorney’s fees and interest at 15% per annum or the highest rate allowed by law, whichever is less, unless a lower amount is agreed to by Company.\r\n\r\nGeneral Lien and Right To Sell Customer’s Property- (a) Company shall have a general and continuing lien on any and all property of Customer coming into Company’s actual or constructive possession or control for monies owed to Company with regard to the shipment on which the lien is claimed, a prior shipment(s) and/or both; (b) Company shall provide written notice to Customer of its intent to exercise such lien, the exact amount of monies due and owing, as well as any on-going storage or other charges; Customer shall notify all parties having an interest in its shipment(s) of Company’s rights and/or the exercise of such lien. (c) Unless, within thirty days of receiving notice of lien, Customer posts cash or letter of credit at sight, or, if the amount due is in dispute, an acceptable bond equal to 110% of the value of the total amount due, in favor of Company, guaranteeing payment of the monies owed, plus all storage charges accrued or to be accrued, Company shall have the right to sell such shipment(s) at public or private sale or auction and any net proceeds remaining thereafter shall be refunded to Customer. .\r\n\r\nNo Duty To Maintain Records for Customer- Customer acknowledges that pursuant to Sections 508 and 509 of the Tariff Act, as amended, (19 USC §1508 and 1509) it has the duty and is solely liable for maintaining all records required under the Customs and/or other Laws and Regulations of the United States; unless otherwise agreed to in writing, the Company shall only keep such records that it is required to maintain by Statute(s) and/or Regulation(s), but not act as a \"record keeper\" or \"record keeping agent\" for Customer.\r\n\r\nObtaining Binding Rulings - Filing Protests, etc. -Unless requested by Customer in writing and agreed to by Company in writing, Company shall be under no obligation to undertake any pre- or post Customs release action, including, but not limited to, obtaining binding rulings, advising of liquidations, filing of petition(s) and/or protests, etc.\r\n\r\nPreparation and Issuance of Bills of Lading- Where Company prepares and/or issues a bill of lading, Company shall be under no obligation to specify thereon the number of pieces, packages and/or cartons, etc.; unless specifically requested to do so in writing by Customer or its agent and Customer agrees to pay for same, Company shall rely upon and use the cargo weight supplied by Customer.\r\n\r\nNo Modification or Amendment Unless Written- These terms and conditions of service may only be modified, altered or amended in writing signed by both Customer and Company; any attempt to unilaterally modify, alter or amend same shall be null and void.\r\n\r\nCompensation of Company- The compensation of the Company for its services shall be included with and is in addition to the rates and charges of all carriers and other agencies selected by the Company to transport and deal with the goods and such compensation shall be exclusive of any brokerage, commissions, dividends, or other revenue received by the Company from carriers, insurers and others in connection with the shipment. On ocean exports, upon request, the Company shall provide a detailed breakout of the components of all charges assessed and a true copy of each pertinent document relating to these charges. In any referral for collection or action against the Customer for monies due the Company, upon recovery by the Company, the Customer shall pay the expenses of collection and/or litigation, including a reasonable attorney fee.\r\n\r\nSeverability- In the event any Paragraph(s) and/or portion(s) hereof is found to be invalid and/or unenforceable, then in such event the remainder hereof shall remain in full force and effect.\r\n\r\nGoverning Law; Consent to Jurisdiction and Venue- These terms and conditions of service and the relationship of the parties shall be construed according to the laws of the County of San Mateo, State of California without giving consideration to principals of conflict of law. Customer and Company (a) irrevocably consent to the jurisdiction of the United States District Court and the State courts of San Mateo county California; (b) agree that any action relating to the services performed by Company, shall only be brought in said courts; (c) consent to the exercise of in personam jurisdiction by said courts over it, and (d) further agree that any action to enforce a judgment may be instituted in any jurisdiction. Approved by the National Customs Brokers and Forwarders Association of America (Revised 01/00) 09-01-01 LEC .\r\n\r\nE-MAIL: <a href=\"mailto:SFO@ACCESSSUPPLYSOLUTIONS.COM\">SFO@ACCESSSUPPLYSOLUTIONS.COM</a>','Terms And Conditions','','inherit','closed','closed','','589-revision-v1','','','2016-09-21 11:45:55','2016-09-21 11:45:55','',589,'http://jspdevelopmentdemo.com/Test/2016/09/21/589-revision-v1/',0,'revision','',0),(594,1,'2016-09-21 12:02:43','2016-09-21 12:02:43','Definitions - (a) \"Company\" shall mean ACCESS SUPPLY CHAIN SERVICES LLC. its subsidiaries, related companies, agents and/or representatives; (b) \"Customer\" shall mean the person for which the Company is rendering service, as well as its agents and/or representatives, including, but not limited to, shippers, importers, exporters, carriers, secured parties, warehousemen, buyers and/or sellers, shipper’s agents, insurers and underwriters, break-bulk agents, consignees, etc. It is the responsibility of the Customer to provide notice and copy(s) of these terms and conditions of service to all such agents or representatives; (c) \"Documentation\" shall mean all information received directly or indirectly from Customer, whether in paper or electronic form; (d) \"Ocean Transportation Intermediaries\" (\"OTI\") shall include an \"ocean freight forwarder\" and a \"non-vessel operating carrier\"; (e) \"Third parties\" shall include, but not be limited to, the following: \"carriers, truckmen, cartmen, lightermen, forwarders, OTIs, customs brokers, agents, warehousemen and others to which the goods are entrusted for transportation, cartage, handling and/or delivery and/or storage or otherwise\".\r\n\r\nCompany as Agent- The Company acts as the \"agent\" of the Customer for the purpose of performing duties in connection with the entry and release of goods, post entry services, the securing of export licenses, the filing of export documentation on behalf of the Customer and other dealings with Government Agencies: as to all other services, Company acts as an independent contractor.\r\n\r\nLimitation of Actions- (a) Unless subject to a specific statute or international convention, all claims against the Company for a potential or actual loss, must be made in writing and received by the Company, within ninety (90) days of the event giving rise to claim; the failure to give the Company timely notice shall be a complete defense to any suit or action commenced by Customer. (b) All suits against Company must be filed and properly served on Company as follows: (i) For claims arising out of ocean transportation, within one (1) year from the date of the loss; (ii) For claims arising out of air transportation, within two (2) years from the date of the loss; (iii) For claims arising out of the preparation and/or submission of an import entry(s), within seventy- five (75) days from the date of liquidation of the entry(s); (iv) For any and all other claims of any other type, within two (1) year from the date of the loss or damage.\r\n\r\nNo Liability for the Selection orServices of Third Parties and/orRoutes- Unless services are performed by persons or firms engaged pursuant to express written instructions from the Customer, Company shall use reasonable care in its selection of third parties, or in selecting the means, route and procedure to be followed in the handling, transportation, clearance and delivery of the shipment; advice by the Company that a particular person or firm has been selected to render services with respect to the goods, shall not be construed to mean that the Company warrants or represents that such person or firm will render such services nor does Company assume responsibility or liability for any actions(s) and/or inaction(s) of such third parties and/or its agents, and shall not be liable for any delay or loss of any kind, which occurs while a shipment is in the custody or control of a third party or the agent of a third party; all claims in connection with the Act of a third party shall be brought solely against such party and/or its agents; in connection with any such claim, the Company shall reasonably cooperate with the Customer, which shall be liable for any charges or costs incurred by the Company.\r\n\r\nQuotations not Binding- Quotations as to fees, rates of duty, freight charges, insurance premiums or other charges given by the Company to the Customer are for informational purposes only and are subject to change without notice; no quotation shall be binding upon the Company unless the Company in writing agrees to undertake the handling or transportation of the shipment at a specific rate or amount set forth in the quotation and payment arrangements are agreed to between the Company and the Customer.\r\n\r\nReliance on Information Furnished- (a) Customer acknowledges that it is required to review all documents and declarations prepared and/or filed with the Customs Service, other Government Agency and/or third parties, and will immediately advise the Company of any errors, discrepancies, incorrect statements, or omissions on any declaration filed on Customers behalf; (b) In preparing and submitting customs entries, export declarations, applications, documentation and/or export data to the United States and/or a third party, the Company relies on the correctness of all documentation, whether in written or electronic format, and all information furnished by Customer; Customer shall use reasonable care to insure the correctness of all such information and shall indemnify and hold the Company harmless from any and all claims asserted and/or liability or losses suffered by reason of the Customer\'s failure to disclose information or any incorrect or false statement by the Customer upon which the Company reasonably relied. The Customer agrees that the Customer has an affirmative non-delegable duty to disclose any and all information required to import, export or enter the goods.\r\n\r\nDeclaring Higher Value To Third Parties Third parties to whom the goods are entrusted may limit liability for loss or damage; the Company will request excess valuation coverage only upon specific written instructions from the Customer, which must agree to pay any charges therefore; in the absence of written instructions or the refusal of the third party to agree to a higher declared value, at Company’s discretion, the goods may be tendered to the third party, subject to the terms of the third party’s limitations of liability and/or terms and conditions of service.\r\n\r\nInsurance- Unless requested to do so in writing and confirmed to Customer in writing, Company is under no obligation to procure insurance on Customer’s behalf; in all cases, Customer shall pay all premiums and costs in connection with procuring requested insurance.\r\n\r\nDisclaimers; Limitation of Liability- (a) Except as specifically set forth herein, Company makes no express or implied warranties in connection with its services; (b) Subject to (c) below, Customer agrees that in connection with any and all services performed by the Company, the Company shall only be liable for its negligent acts, which are the direct and proximate cause of any injury to Customer, including loss or damage to Customer’s goods, and the Company shall in no event be liable for the acts of third parties; (c) In connection with all services performed by the Company, Customer may obtain additional liability coverage, up to the actual or declared value of the shipment or transaction, by requesting such coverage and agreeing to make payment therefore, which request must be confirmed in writing by the Company prior to rendering services for the covered transaction(s). (d) In the absence of additional coverage under (b) above, the Company’s liability shall be limited to the following: (i) where the claim arises from activities other than those relating to customs brokerage, $50.00 per shipment or transaction, or (ii) where the claim arises from activities relating to \"Customs business,\" $50.00 per entry or the amount of brokerage fees paid to Company for the entry, whichever is less; (e) In no event shall Company be liable or responsible for consequential, indirect, incidental, statutory or punitive damages even if it has been put on notice of the possibility of such damages.\r\n\r\nAdvancing Money- All charges must be paid by Customer in advance unless the Company agrees in writing to extend credit to customer; the granting of credit to a Customer in connection with a particular transaction shall not be considered a waiver of this provision by the Company.\r\n\r\nIndemnification/Hold Harmless- The Customer agrees to indemnify, defend, and hold the Company harmless from any claims and/or liability arising from the importation or exportation of customers merchandise and/or any conduct of the Customer, which violates any Federal, State and/or other laws, and further agrees to indemnify and hold the Company harmless against any and all liability, loss, damages, costs, claims and/or expenses, including but not limited to reasonable attorney’s fees, which the Company may hereafter incur, suffer or be required to pay by reason of such claims; in the event that any claim, suit or proceeding is brought against the Company, it shall give notice in writing to the Customer by mail at its address on file with the Company.\r\n\r\nC.O.D. or Cash Collect Shipments- Company shall use reasonable care regarding written instructions relating to \"Cash/Collect\" on \"Deliver (C.O.D.)\" shipments, bank drafts, cashier’s and/or certified checks, letter(s) of credit and other similar payment documents and/or instructions regarding collection of monies but shall have not liability if the bank or consignee refuses to pay for the shipment.\r\n\r\nCosts of Collection- In any dispute involving monies owed to Company, the Company shall be entitled to all costs of collection, including reasonable attorney’s fees and interest at 15% per annum or the highest rate allowed by law, whichever is less, unless a lower amount is agreed to by Company.\r\n\r\nGeneral Lien and Right To Sell Customer’s Property- (a) Company shall have a general and continuing lien on any and all property of Customer coming into Company’s actual or constructive possession or control for monies owed to Company with regard to the shipment on which the lien is claimed, a prior shipment(s) and/or both; (b) Company shall provide written notice to Customer of its intent to exercise such lien, the exact amount of monies due and owing, as well as any on-going storage or other charges; Customer shall notify all parties having an interest in its shipment(s) of Company’s rights and/or the exercise of such lien. (c) Unless, within thirty days of receiving notice of lien, Customer posts cash or letter of credit at sight, or, if the amount due is in dispute, an acceptable bond equal to 110% of the value of the total amount due, in favor of Company, guaranteeing payment of the monies owed, plus all storage charges accrued or to be accrued, Company shall have the right to sell such shipment(s) at public or private sale or auction and any net proceeds remaining thereafter shall be refunded to Customer. .\r\n\r\nNo Duty To Maintain Records for Customer- Customer acknowledges that pursuant to Sections 508 and 509 of the Tariff Act, as amended, (19 USC §1508 and 1509) it has the duty and is solely liable for maintaining all records required under the Customs and/or other Laws and Regulations of the United States; unless otherwise agreed to in writing, the Company shall only keep such records that it is required to maintain by Statute(s) and/or Regulation(s), but not act as a \"record keeper\" or \"record keeping agent\" for Customer.\r\n\r\nObtaining Binding Rulings - Filing Protests, etc. -Unless requested by Customer in writing and agreed to by Company in writing, Company shall be under no obligation to undertake any pre- or post Customs release action, including, but not limited to, obtaining binding rulings, advising of liquidations, filing of petition(s) and/or protests, etc.\r\n\r\nPreparation and Issuance of Bills of Lading- Where Company prepares and/or issues a bill of lading, Company shall be under no obligation to specify thereon the number of pieces, packages and/or cartons, etc.; unless specifically requested to do so in writing by Customer or its agent and Customer agrees to pay for same, Company shall rely upon and use the cargo weight supplied by Customer.\r\n\r\nNo Modification or Amendment Unless Written- These terms and conditions of service may only be modified, altered or amended in writing signed by both Customer and Company; any attempt to unilaterally modify, alter or amend same shall be null and void.\r\n\r\nCompensation of Company- The compensation of the Company for its services shall be included with and is in addition to the rates and charges of all carriers and other agencies selected by the Company to transport and deal with the goods and such compensation shall be exclusive of any brokerage, commissions, dividends, or other revenue received by the Company from carriers, insurers and others in connection with the shipment. On ocean exports, upon request, the Company shall provide a detailed breakout of the components of all charges assessed and a true copy of each pertinent document relating to these charges. In any referral for collection or action against the Customer for monies due the Company, upon recovery by the Company, the Customer shall pay the expenses of collection and/or litigation, including a reasonable attorney fee.\r\n\r\nSeverability- In the event any Paragraph(s) and/or portion(s) hereof is found to be invalid and/or unenforceable, then in such event the remainder hereof shall remain in full force and effect.\r\n\r\nGoverning Law; Consent to Jurisdiction and Venue- These terms and conditions of service and the relationship of the parties shall be construed according to the laws of the County of San Mateo, State of California without giving consideration to principals of conflict of law. Customer and Company (a) irrevocably consent to the jurisdiction of the United States District Court and the State courts of San Mateo county California; (b) agree that any action relating to the services performed by Company, shall only be brought in said courts; (c) consent to the exercise of in personam jurisdiction by said courts over it, and (d) further agree that any action to enforce a judgment may be instituted in any jurisdiction. Approved by the National Customs Brokers and Forwarders Association of America (Revised 01/00) 09-01-01 LEC .\r\n\r\nE-MAIL: <a href=\"mailto:SFO@ACCESSSUPPLYSOLUTIONS.COM\">SFO@ACCESSSUPPLYSOLUTIONS.COM</a>','Terms And Conditions','','inherit','closed','closed','','589-revision-v1','','','2016-09-21 12:02:43','2016-09-21 12:02:43','',589,'http://jspdevelopmentdemo.com/Test/2016/09/21/589-revision-v1/',0,'revision','',0),(601,1,'2016-10-20 06:38:39','2016-10-20 06:38:39','<div id=\"pl-601\" class=\"panel-layout\" ><div id=\"pg-601-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-601-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-601-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Bladder Service from Winery to Bottler via Bladder & ISO Tank</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Bulk-Wine-Pic.jpg\"></p>\n</div>\n </div></div></div></div>','Bulk Wine','','publish','closed','closed','','bulk-wine','','','2017-07-20 07:08:11','2017-07-20 07:08:11','',0,'http://jspdevelopmentdemo.com/Test/?page_id=601',0,'page','',0),(602,1,'2016-10-20 06:38:39','2016-10-20 06:38:39','','Bulk Wine','','inherit','closed','closed','','601-revision-v1','','','2016-10-20 06:38:39','2016-10-20 06:38:39','',601,'http://jspdevelopmentdemo.com/Test/2016/10/20/601-revision-v1/',0,'revision','',0),(604,1,'2016-10-20 06:39:29','2016-10-20 06:39:29','<div id=\"pl-604\" class=\"panel-layout\" ><div id=\"pg-604-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-604-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-604-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Partnered with Warehouses both Domestically and Internationally</span></h3> <div class=\"textwidget\"><p><img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" /></p>\n</div>\n </div></div></div></div>','Warehouseing','','publish','closed','closed','','warehouseing','','','2017-08-06 10:00:01','2017-08-06 10:00:01','',0,'http://jspdevelopmentdemo.com/Test/?page_id=604',0,'page','',0),(605,1,'2016-10-20 06:39:29','2016-10-20 06:39:29','','Warehouseing','','inherit','closed','closed','','604-revision-v1','','','2016-10-20 06:39:29','2016-10-20 06:39:29','',604,'http://jspdevelopmentdemo.com/Test/2016/10/20/604-revision-v1/',0,'revision','',0),(606,1,'2016-10-20 06:40:37','2016-10-20 06:40:37','','Winery Machinery & Products','','inherit','closed','closed','','478-revision-v1','','','2016-10-20 06:40:37','2016-10-20 06:40:37','',478,'http://jspdevelopmentdemo.com/Test/2016/10/20/478-revision-v1/',0,'revision','',0),(608,1,'2016-10-20 06:41:09','2016-10-20 06:41:09','<div id=\"pl-608\" class=\"panel-layout\" ><div id=\"pg-608-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-608-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-608-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Air_Truck_Ocean.png\" /></p>\n</div>\n </div></div></div></div>','Trucking','','publish','closed','closed','','trucking','','','2017-07-20 07:12:42','2017-07-20 07:12:42','',0,'http://jspdevelopmentdemo.com/Test/?page_id=608',0,'page','',0),(609,1,'2016-10-20 06:41:09','2016-10-20 06:41:09','','Trucking','','inherit','closed','closed','','608-revision-v1','','','2016-10-20 06:41:09','2016-10-20 06:41:09','',608,'http://jspdevelopmentdemo.com/Test/2016/10/20/608-revision-v1/',0,'revision','',0),(610,1,'2016-10-20 06:41:23','2016-10-20 06:41:23','<div id=\"pl-610\" class=\"panel-layout\" ><div id=\"pg-610-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-610-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-610-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Full Service for all Alcohol Beverages</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\"></p>\n</div>\n </div></div></div></div>','Beer & Spirits','','publish','closed','closed','','beer-spirits','','','2017-07-20 07:15:02','2017-07-20 07:15:02','',0,'http://jspdevelopmentdemo.com/Test/?page_id=610',0,'page','',0),(611,1,'2016-10-20 06:41:23','2016-10-20 06:41:23','','Beer & Spirits','','inherit','closed','closed','','610-revision-v1','','','2016-10-20 06:41:23','2016-10-20 06:41:23','',610,'http://jspdevelopmentdemo.com/Test/2016/10/20/610-revision-v1/',0,'revision','',0),(612,1,'2016-10-20 06:41:38','2016-10-20 06:41:38','','Export Service','','publish','closed','closed','','export-service','','','2016-10-20 06:41:38','2016-10-20 06:41:38','',0,'http://jspdevelopmentdemo.com/Test/?page_id=612',0,'page','',0),(613,1,'2016-10-20 06:41:38','2016-10-20 06:41:38','','Export Service','','inherit','closed','closed','','612-revision-v1','','','2016-10-20 06:41:38','2016-10-20 06:41:38','',612,'http://jspdevelopmentdemo.com/Test/2016/10/20/612-revision-v1/',0,'revision','',0),(617,1,'2016-10-20 06:49:01','2016-10-20 06:49:01','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Bulk Wine </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nNot sure which solution fits you business needs? \r\n<a class=\"btn btn-primary\" href=\"http://themeforest.net/item/cargopress-logistic-warehouse-transport-wp/11601531?ref=proteusthemes\" target=\"_blank\">CONTACT OUR SALES TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2 style=\"color:#000;\">About Us</h2><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\"></p>\r\n<h2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-10-20 06:49:01','2016-10-20 06:49:01','',7,'http://jspdevelopmentdemo.com/Test/2016/10/20/7-revision-v1/',0,'revision','',0),(618,1,'2016-10-20 06:54:01','2016-10-20 06:54:01','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Bulk Wine </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nHave a question on how many cases will fit in the container or what is the best classification for your wine import ? \r\n<a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2 style=\"color:#000;\">About Us</h2><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\"></p>\r\n<h2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-10-20 06:54:01','2016-10-20 06:54:01','',7,'http://jspdevelopmentdemo.com/Test/2016/10/20/7-revision-v1/',0,'revision','',0),(619,1,'2016-10-20 07:05:03','2016-10-20 07:05:03','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Bulk Wine </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nHave a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \r\n<a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2 style=\"color:#000;\">About Us</h2><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\"></p>\r\n<h2 style=\"color:#000;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-10-20 07:05:03','2016-10-20 07:05:03','',7,'http://jspdevelopmentdemo.com/Test/2016/10/20/7-revision-v1/',0,'revision','',0),(620,1,'2016-10-20 07:22:37','2016-10-20 07:22:37','','green_provider-2016','','inherit','open','closed','','green_provider-2016','','','2017-09-30 11:15:55','2017-09-30 11:15:55','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/Green_Provider-2016.png',0,'attachment','image/png',0),(621,1,'2016-10-20 07:39:11','2016-10-20 07:39:11','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Bulk Wine </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nHave a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \r\n<a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2 style=\"color:#fff;\">About Us</h2><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\"></p>\r\n<h2 style=\"color:#fff;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-10-20 07:39:11','2016-10-20 07:39:11','',7,'http://jspdevelopmentdemo.com/Test/2016/10/20/7-revision-v1/',0,'revision','',0),(622,1,'2016-10-20 07:40:39','2016-10-20 07:40:39','<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"savings\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\r\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"us-custom\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w\" sizes=\"(max-width: 360px) 100vw, 360px\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\r\n<p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"30\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\r\n<p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"4\"></a>\r\n<h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\r\n<p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class=\"alignnone …</p>\r\n<p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Bulk Wine </h4>\r\n<span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Trucking </h4>\r\n<span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Warehousing</h4>\r\n<span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Beer and Spirits </h4>\r\n<span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\r\n<span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\r\n</a>\r\n<a class=\"icon-box\" href=\"#\" target=\"_self\">\r\n<i class=\"fa fa-check-circle-o\"></i>\r\n<h4 class=\"icon-box__title\">Export Service </h4>\r\n<span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\r\n</a>\r\nHave a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? \r\n<a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> \r\n<img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\">\r\n<h2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\"></p>\r\n<h2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\r\n<h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\r\nBy admin\r\n</a>\r\n<a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\r\nMore news\r\n</a>','Home','','inherit','closed','closed','','7-revision-v1','','','2016-10-20 07:40:39','2016-10-20 07:40:39','',7,'http://jspdevelopmentdemo.com/Test/2016/10/20/7-revision-v1/',0,'revision','',0),(624,1,'2016-10-20 07:51:39','2016-10-20 07:51:39','','access-supply-chain','','inherit','open','closed','','access-supply-chain','','','2017-09-30 11:15:38','2017-09-30 11:15:38','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/access-supply-chain.png',0,'attachment','image/png',0),(625,1,'2016-10-20 09:44:11','2016-10-20 09:44:11','<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/08/map.png\" alt=\"map\" width=\"1920\" height=\"600\"><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><p><strong>Access Supply Chain Services- Headquarters:</strong><br> 105 Hobart Ave<br> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br> 5777 West Century Blvd<br> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br> 139 Mitchell Ave.<br> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br> 18900 8TH AVE., S<br> Seatac, WA 98148</p>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>9.00 - 17.00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Wednesday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg today\">\r\n<dt>Thursday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg closed\">\r\n<dt>Saturday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=443f86e3df#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-10-20 09:44:11','2016-10-20 09:44:11','',120,'http://jspdevelopmentdemo.com/Test/2016/10/20/120-revision-v1/',0,'revision','',0),(627,1,'2016-10-20 09:51:22','2016-10-20 09:51:22','<img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"map\" width=\"1920\" height=\"600\"><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><p><strong>Access Supply Chain Services- Headquarters:</strong><br> 105 Hobart Ave<br> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br> 5777 West Century Blvd<br> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br> 139 Mitchell Ave.<br> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br> 18900 8TH AVE., S<br> Seatac, WA 98148</p>\r\n<h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\r\n<dl class=\"week-day \">\r\n<dt>Monday</dt>\r\n<dd>9.00 - 17.00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg\">\r\n<dt>Tuesday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Wednesday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg today\">\r\n<dt>Thursday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day \">\r\n<dt>Friday</dt>\r\n<dd>9:00 - 17:00</dd>\r\n</dl>\r\n<dl class=\"week-day light-bg closed\">\r\n<dt>Saturday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<dl class=\"week-day closed\">\r\n<dt>Sunday</dt>\r\n<dd>CLOSED</dd>\r\n</dl>\r\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><p></p>\r\n<form action=\"/Test/wp-admin/admin-ajax.php?_panelsnonce=443f86e3df#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\">\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.4.2\">\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\">\r\n<input type=\"hidden\" name=\"_wpnonce\" value=\"4bebb00cf4\">\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\"></span>\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br>\r\n<input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\">\r\n</form><p></p>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2016-10-20 09:51:22','2016-10-20 09:51:22','',120,'http://jspdevelopmentdemo.com/Test/2016/10/20/120-revision-v1/',0,'revision','',0),(628,1,'2016-10-20 09:53:45','2016-10-20 09:53:45','','map','','inherit','open','closed','','map-2','','','2017-09-30 11:15:17','2017-09-30 11:15:17','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png',0,'attachment','image/png',0),(631,1,'2017-07-10 06:59:22','2017-07-10 06:59:22','','logo','','inherit','open','closed','','logo-2','','','2017-09-30 11:15:05','2017-09-30 11:15:05','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/logo.png',0,'attachment','image/png',0),(632,1,'2017-07-10 07:04:31','2017-07-10 07:04:31','<div id=\"pl-632\" class=\"panel-layout\" ><div id=\"pg-632-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-632-0\" ><div id=\"pgc-632-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-632-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-632-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-632-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\n <p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-632-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-632-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-632-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-632-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-632-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-632-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-632-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-632-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-632-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-632-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-632-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\n\n </a>\n\n</div><div id=\"panel-632-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\n\n </a>\n\n</div></div><div id=\"pgc-632-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-632-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\n\n </a>\n\n</div><div id=\"panel-632-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\n\n </a>\n\n</div></div><div id=\"pgc-632-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-632-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\n\n </a>\n\n</div><div id=\"panel-632-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Export Service </h4>\n <span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\n\n </a>\n\n</div></div></div><div id=\"pg-632-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-632-3\" data-stretch-type=\"full\" ><div id=\"pgc-632-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-632-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-632-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-632-4\" data-stretch-type=\"full\" ><div id=\"pgc-632-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-632-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-632-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-632-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-632-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-632-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-07-10 07:04:31','2017-07-10 07:04:31','',7,'http://jspdevelopmentdemo.com/Test/2017/07/10/7-revision-v1/',0,'revision','',0),(633,1,'2017-07-10 07:04:32','2017-07-10 07:04:32','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\n <p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\n\n </a>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\n\n </a>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\n\n </a>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\n\n </a>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\n\n </a>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <a class=\"icon-box\" href=\"#\" target=\"_self\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Export Service </h4>\n <span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\n\n </a>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-07-10 07:04:32','2017-07-10 07:04:32','',7,'http://jspdevelopmentdemo.com/Test/2017/07/10/7-revision-v1/',0,'revision','',0),(635,1,'2017-07-20 07:07:40','2017-07-20 07:07:40','','Liner','','inherit','open','closed','','liner','','','2017-09-30 11:14:56','2017-09-30 11:14:56','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg',0,'attachment','image/jpeg',0),(636,1,'2017-07-20 07:07:42','2017-07-20 07:07:42','','Bulk Wine Pic','','inherit','open','closed','','bulk-wine-pic','','','2017-09-30 11:14:45','2017-09-30 11:14:45','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Bulk-Wine-Pic.jpg',0,'attachment','image/jpeg',0),(637,1,'2017-07-20 07:07:45','2017-07-20 07:07:45','','Wine Warehosue','','inherit','open','closed','','wine-warehosue','','','2017-09-30 11:14:36','2017-09-30 11:14:36','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg',0,'attachment','image/jpeg',0),(638,1,'2017-07-20 07:07:47','2017-07-20 07:07:47','','various type of alcoholic drinks isolated on white','various type of alcoholic drinks isolated on white','inherit','open','closed','','various-type-of-alcoholic-drinks-isolated-on-white','','','2017-09-30 11:14:28','2017-09-30 11:14:28','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg',0,'attachment','image/jpeg',0),(639,1,'2017-07-20 07:07:52','2017-07-20 07:07:52','','Oak-wine-barrel-at-toneleria-nacional-chile','','inherit','open','closed','','oak-wine-barrel-at-toneleria-nacional-chile','','','2017-09-30 11:14:16','2017-09-30 11:14:16','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg',0,'attachment','image/jpeg',0),(640,1,'2017-07-20 07:08:04','2017-07-20 07:08:04','<div id=\"pl-601\" class=\"panel-layout\" ><div id=\"pg-601-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-601-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-601-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" > <div class=\"textwidget\"></div>\n </div></div></div></div>','Bulk Wine','','inherit','closed','closed','','601-autosave-v1','','','2017-07-20 07:08:04','2017-07-20 07:08:04','',601,'http://jspdevelopmentdemo.com/Test/2017/07/20/601-autosave-v1/',0,'revision','',0),(641,1,'2017-07-20 07:08:11','2017-07-20 07:08:11','<div id=\"pl-601\" class=\"panel-layout\" ><div id=\"pg-601-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-601-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-601-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Bladder Service from Winery to Bottler via Bladder & ISO Tank</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Bulk-Wine-Pic.jpg\"></p>\n</div>\n </div></div></div></div>','Bulk Wine','','inherit','closed','closed','','601-revision-v1','','','2017-07-20 07:08:11','2017-07-20 07:08:11','',601,'http://jspdevelopmentdemo.com/Test/2017/07/20/601-revision-v1/',0,'revision','',0),(642,1,'2017-07-20 07:09:48','2017-07-20 07:09:48','<div id=\"pl-608\" class=\"panel-layout\" ><div id=\"pg-608-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-608-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-608-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\"></p>\n</div>\n </div></div></div></div>','Trucking','','inherit','closed','closed','','608-revision-v1','','','2017-07-20 07:09:48','2017-07-20 07:09:48','',608,'http://jspdevelopmentdemo.com/Test/2017/07/20/608-revision-v1/',0,'revision','',0),(643,1,'2017-07-20 07:12:42','2017-07-20 07:12:42','<div id=\"pl-608\" class=\"panel-layout\" ><div id=\"pg-608-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-608-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-608-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Air_Truck_Ocean.png\" /></p>\n</div>\n </div></div></div></div>','Trucking','','inherit','closed','closed','','608-revision-v1','','','2017-07-20 07:12:42','2017-07-20 07:12:42','',608,'http://jspdevelopmentdemo.com/Test/2017/07/20/608-revision-v1/',0,'revision','',0),(644,1,'2017-07-20 07:15:02','2017-07-20 07:15:02','<div id=\"pl-644\" class=\"panel-layout\" ><div id=\"pg-644-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-644-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-644-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Full Service for all Alcohol Beverages</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\"></p>\n</div>\n </div></div></div></div>','Beer & Spirits','','inherit','closed','closed','','610-revision-v1','','','2017-07-20 07:15:02','2017-07-20 07:15:02','',610,'http://jspdevelopmentdemo.com/Test/2017/07/20/610-revision-v1/',0,'revision','',0),(645,1,'2017-07-20 07:15:02','2017-07-20 07:15:02','<div id=\"pl-610\" class=\"panel-layout\" ><div id=\"pg-610-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-610-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-610-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Full Service for all Alcohol Beverages</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Beer-and-Spirits.jpg\"></p>\n</div>\n </div></div></div></div>','Beer & Spirits','','inherit','closed','closed','','610-revision-v1','','','2017-07-20 07:15:02','2017-07-20 07:15:02','',610,'http://jspdevelopmentdemo.com/Test/2017/07/20/610-revision-v1/',0,'revision','',0),(646,1,'2017-07-20 07:15:58','2017-07-20 07:15:58','<div id=\"pl-646\" class=\"panel-layout\" ><div id=\"pg-646-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-646-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-646-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\"></p>\n</div>\n </div></div></div></div>','Winery Machinery & Products','','inherit','closed','closed','','478-revision-v1','','','2017-07-20 07:15:58','2017-07-20 07:15:58','',478,'http://jspdevelopmentdemo.com/Test/2017/07/20/478-revision-v1/',0,'revision','',0),(647,1,'2017-07-20 07:15:58','2017-07-20 07:15:58','<div id=\"pl-478\" class=\"panel-layout\" ><div id=\"pg-478-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-478-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-478-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\"></p>\n</div>\n </div></div></div></div>','Winery Machinery & Products','','inherit','closed','closed','','478-revision-v1','','','2017-07-20 07:15:58','2017-07-20 07:15:58','',478,'http://jspdevelopmentdemo.com/Test/2017/07/20/478-revision-v1/',0,'revision','',0),(648,1,'2017-07-20 07:16:30','2017-07-20 07:16:30','<div id=\"pl-648\" class=\"panel-layout\" ><div id=\"pg-648-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-648-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-648-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\"></p>\n</div>\n </div></div></div></div>','Winery Machinery & Products','','inherit','closed','closed','','478-revision-v1','','','2017-07-20 07:16:30','2017-07-20 07:16:30','',478,'http://jspdevelopmentdemo.com/Test/2017/07/20/478-revision-v1/',0,'revision','',0),(649,1,'2017-07-20 07:16:30','2017-07-20 07:16:30','<div id=\"pl-478\" class=\"panel-layout\" ><div id=\"pg-478-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-478-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-478-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Oak-wine-barrel-at-toneleria-nacional-chile.jpg\"></p>\n</div>\n </div></div></div></div>','Winery Machinery & Products','','inherit','closed','closed','','478-revision-v1','','','2017-07-20 07:16:30','2017-07-20 07:16:30','',478,'http://jspdevelopmentdemo.com/Test/2017/07/20/478-revision-v1/',0,'revision','',0),(651,1,'2017-08-06 09:47:24','2017-08-06 09:47:24','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\">US Customs & FDA</a></h5>\n <p>For worry-free movement of your products into the United States Access Wine Services provides complete US Customs Brokerage, ISF , FDA prior notice and US Customs Continuous Bonds <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/us-customs-2/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Coverage for Ocean, Air and Truck</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service f or a few cases to a full truck load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both domestically and internationally </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for Alcohol Beverages </span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, corks, pumps , bottles and everything associated with the industry </span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Export Service </h4>\n <span class=\"icon-box__subtitle\">USA to All Corners of the World including overseas Customs Brokerage </span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-08-06 09:47:24','2017-08-06 09:47:24','',7,'http://jspdevelopmentdemo.com/Test/2017/08/06/7-revision-v1/',0,'revision','',0),(652,1,'2017-08-06 09:58:33','2017-08-06 09:58:33','<div id=\"pl-604\" class=\"panel-layout\" ><div id=\"pg-604-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-604-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-604-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div></div></div>','Warehouseing','','inherit','closed','closed','','604-autosave-v1','','','2017-08-06 09:58:33','2017-08-06 09:58:33','',604,'http://jspdevelopmentdemo.com/Test/2017/08/06/604-autosave-v1/',0,'revision','',0),(653,1,'2017-08-06 09:58:59','2017-08-06 09:58:59','<div id=\"pl-604\" class=\"panel-layout\" ><div id=\"pg-604-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-604-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-604-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Partnered with Warehouses both Domestically and Internationally</span></h3> <div class=\"textwidget\"><p><img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" /></p>\n</div>\n </div></div></div></div>','Warehouseing','','inherit','closed','closed','','604-revision-v1','','','2017-08-06 09:58:59','2017-08-06 09:58:59','',604,'http://jspdevelopmentdemo.com/Test/2017/08/06/604-revision-v1/',0,'revision','',0),(656,1,'2017-08-06 10:00:01','2017-08-06 10:00:01','<div id=\"pl-656\" class=\"panel-layout\" ><div id=\"pg-656-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-656-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-656-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Partnered with Warehouses both Domestically and Internationally</span></h3> <div class=\"textwidget\"><p><img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" /></p>\n</div>\n </div></div></div></div>','Warehouseing','','inherit','closed','closed','','604-revision-v1','','','2017-08-06 10:00:01','2017-08-06 10:00:01','',604,'http://jspdevelopmentdemo.com/Test/2017/08/06/604-revision-v1/',0,'revision','',0),(657,1,'2017-08-06 10:00:01','2017-08-06 10:00:01','<div id=\"pl-604\" class=\"panel-layout\" ><div id=\"pg-604-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-604-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-604-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Partnered with Warehouses both Domestically and Internationally</span></h3> <div class=\"textwidget\"><p><img class=\"aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Wine-Warehosue.jpg\" /></p>\n</div>\n </div></div></div></div>','Warehouseing','','inherit','closed','closed','','604-revision-v1','','','2017-08-06 10:00:01','2017-08-06 10:00:01','',604,'http://jspdevelopmentdemo.com/Test/2017/08/06/604-revision-v1/',0,'revision','',0),(661,1,'2017-08-06 10:04:55','2017-08-06 10:04:55','<div id=\"pl-661\" class=\"panel-layout\" ><div id=\"pg-661-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-661-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-661-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg\"></p>\n</div>\n </div></div></div></div>','Container Liners','','publish','closed','closed','','container-liners','','','2017-08-06 10:04:55','2017-08-06 10:04:55','',0,'http://jspdevelopmentdemo.com/Test/?page_id=661',0,'page','',0),(662,1,'2017-08-06 10:04:55','2017-08-06 10:04:55','<div id=\"pl-662\" class=\"panel-layout\" ><div id=\"pg-662-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-662-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-662-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg\"></p>\n</div>\n </div></div></div></div>','Container Liners','','inherit','closed','closed','','661-revision-v1','','','2017-08-06 10:04:55','2017-08-06 10:04:55','',661,'http://jspdevelopmentdemo.com/Test/2017/08/06/661-revision-v1/',0,'revision','',0),(663,1,'2017-08-06 10:04:55','2017-08-06 10:04:55','<div id=\"pl-661\" class=\"panel-layout\" ><div id=\"pg-661-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-661-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-661-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span></h3> <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/07/Liner.jpg\"></p>\n</div>\n </div></div></div></div>','Container Liners','','inherit','closed','closed','','661-revision-v1','','','2017-08-06 10:04:55','2017-08-06 10:04:55','',661,'http://jspdevelopmentdemo.com/Test/2017/08/06/661-revision-v1/',0,'revision','',0),(665,1,'2017-08-08 08:10:31','2017-08-08 08:10:31','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/beer-and-spirits__trashed/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/us-custom-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/beer-and-spirits__trashed/\">Beer and Spirits</a></h5>\n <p><div id="panel-99-0-0-0" class="so-panel widget widget_text panel-first-child panel-last-child" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/beer-and-spirits__trashed/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-08-08 08:10:31','2017-08-08 08:10:31','',7,'http://jspdevelopmentdemo.com/Test/2017/08/08/7-revision-v1/',0,'revision','',0),(667,1,'2017-09-22 07:13:59','2017-09-22 07:13:59','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"\"></a></h5>\n <p></p>\n <p><a href=\"\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-09-22 07:13:59','2017-09-22 07:13:59','',7,'http://jspdevelopmentdemo.com/Test/2017/09/22/7-revision-v1/',0,'revision','',0),(668,1,'2017-09-22 07:14:58','2017-09-22 07:14:58','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-09-22 07:14:58','2017-09-22 07:14:58','',7,'http://jspdevelopmentdemo.com/Test/2017/09/22/7-revision-v1/',0,'revision','',0),(669,1,'2017-09-22 07:15:28','2017-09-22 07:15:28','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p>We take pride in being regarded as one of the most reliable and affordable logistic and warehousing service providers in the country. As a third party logistic service provider, we excel at a range of logistic services, which includes trucking …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/30-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/4-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-09-22 07:15:28','2017-09-22 07:15:28','',7,'http://jspdevelopmentdemo.com/Test/2017/09/22/7-revision-v1/',0,'revision','',0),(670,1,'2017-09-22 07:15:49','2017-09-22 07:15:49','Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets\n\n \n\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\"><img class=\"alignnone size-full wp-image-34\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/4.jpg\" alt=\"4\" width=\"848\" height=\"480\" /></a>\n\n<a href=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\"><img class=\"alignnone size-full wp-image-31\" src=\"http://xml-io.proteusthemes.com/cargopress/wp-content/uploads/sites/24/2015/04/1.jpg\" alt=\"1\" width=\"848\" height=\"480\" /></a>','AIR','','inherit','closed','closed','','78-autosave-v1','','','2017-09-22 07:15:49','2017-09-22 07:15:49','',78,'http://jspdevelopmentdemo.com/Test/2017/09/22/78-autosave-v1/',0,'revision','',0),(671,1,'2017-09-30 11:37:44','2017-09-30 11:37:44','<div id=\"pl-232\" class=\"panel-layout\">\n<div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\">\n<div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\">\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3>\n<div class=\"textwidget\">\n\nAccess Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.\n\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\">\n<div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\">\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3>\n<div class=\"textwidget\">\n\nChris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.\n\n</div>\n</div>\n</div>\n<div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\"><img class=\"image wp-image-672 attachment-medium size-medium\" style=\"max-width: 100%; height: auto;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" sizes=\"(max-width: 284px) 100vw, 284px\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" alt=\"Access Wines\" width=\"284\" height=\"300\" /></div>\n</div>\n</div>\n<div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\">\n<div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\">\n<h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3>\n<div class=\"textwidget\">\n\nPART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry\n\nINSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus\n\nPlease send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review\n• No Phone Calls\n• No Visa\n\n</div>\n</div>\n</div>\n</div>\n</div>','About Us','','inherit','closed','closed','','232-autosave-v1','','','2017-09-30 11:37:44','2017-09-30 11:37:44','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-autosave-v1/',0,'revision','',0),(672,1,'2017-09-22 07:28:12','2017-09-22 07:28:12','','small kb','','inherit','open','closed','','small-kb','','','2017-09-30 11:14:02','2017-09-30 11:14:02','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg',0,'attachment','image/jpeg',0),(673,1,'2017-09-22 07:28:45','2017-09-22 07:28:45','<div id=\"pl-673\" class=\"panel-layout\" ><div id=\"pg-673-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-673-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-673-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-673-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-673-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-673-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-673-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-673-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"455\" height=\"480\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg\" class=\"image wp-image-672 attachment-full size-full\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w\" sizes=\"(max-width: 455px) 100vw, 455px\" /></div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:28:45','2017-09-22 07:28:45','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(674,1,'2017-09-22 07:28:45','2017-09-22 07:28:45','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"455\" height=\"480\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg\" class=\"image wp-image-672 attachment-full size-full\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w\" sizes=\"(max-width: 455px) 100vw, 455px\" /></div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:28:45','2017-09-22 07:28:45','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(675,1,'2017-09-22 07:30:09','2017-09-22 07:30:09','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"455\" height=\"480\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg\" class=\"image wp-image-672 attachment-full size-full\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w\" sizes=\"(max-width: 455px) 100vw, 455px\" /></div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:30:09','2017-09-22 07:30:09','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(676,1,'2017-09-22 07:30:55','2017-09-22 07:30:55','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:30:55','2017-09-22 07:30:55','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(677,1,'2017-09-22 07:33:16','2017-09-22 07:33:16','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:33:16','2017-09-22 07:33:16','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(678,1,'2017-09-22 07:33:56','2017-09-22 07:33:56','<div id=\"pl-678\" class=\"panel-layout\" ><div id=\"pg-678-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-678-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-678-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-678-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-678-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-678-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-678-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-678-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-678-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-678-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-678-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:33:56','2017-09-22 07:33:56','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(679,1,'2017-09-22 07:33:56','2017-09-22 07:33:56','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:33:56','2017-09-22 07:33:56','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(680,1,'2017-09-22 07:35:01','2017-09-22 07:35:01','','About us photo','','inherit','open','closed','','about-us-photo','','','2017-09-30 11:13:41','2017-09-30 11:13:41','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo.jpg',0,'attachment','image/jpeg',0),(681,1,'2017-09-22 07:35:03','2017-09-22 07:35:03','','FDA-Logo','','inherit','open','closed','','fda-logo','','','2017-09-30 11:13:07','2017-09-30 11:13:07','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/FDA-Logo.jpg',0,'attachment','image/jpeg',0),(682,1,'2017-09-22 07:35:04','2017-09-22 07:35:04','','homeland','','inherit','open','closed','','homeland','','','2017-09-30 11:12:58','2017-09-30 11:12:58','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/homeland.png',0,'attachment','image/png',0),(683,1,'2017-09-22 07:35:06','2017-09-22 07:35:06','','Logistics Award','','inherit','open','closed','','logistics-award','','','2017-09-30 11:12:48','2017-09-30 11:12:48','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/Logistics-Award.jpg',0,'attachment','image/jpeg',0),(684,1,'2017-09-22 07:35:08','2017-09-22 07:35:08','','SCBrain-100-Great-Supply-Chain-Partner-Award','','inherit','open','closed','','scbrain-100-great-supply-chain-partner-award','','','2017-09-30 11:12:35','2017-09-30 11:12:35','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/SCBrain-100-Great-Supply-Chain-Partner-Award.jpg',0,'attachment','image/jpeg',0),(685,1,'2017-09-22 07:35:09','2017-09-22 07:35:09','','Seal_of_the_California_Department_of_Alcoholic_Beverage_Control','','inherit','open','closed','','seal_of_the_california_department_of_alcoholic_beverage_control','','','2017-09-30 11:12:21','2017-09-30 11:12:21','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/Seal_of_the_California_Department_of_Alcoholic_Beverage_Control.gif',0,'attachment','image/gif',0),(686,1,'2017-09-22 07:35:11','2017-09-22 07:35:11','','TTB','','inherit','open','closed','','ttb','','','2017-09-30 11:12:18','2017-09-30 11:12:18','',232,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif',0,'attachment','image/gif',0),(687,1,'2017-09-22 07:35:25','2017-09-22 07:35:25','<div id=\"pl-687\" class=\"panel-layout\" ><div id=\"pg-687-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-687-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-687-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-687-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-687-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-687-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-687-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-687-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-687-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-687-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-687-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:35:25','2017-09-22 07:35:25','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(688,1,'2017-09-22 07:35:25','2017-09-22 07:35:25','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-22 07:35:25','2017-09-22 07:35:25','',232,'http://jspdevelopmentdemo.com/Test/2017/09/22/232-revision-v1/',0,'revision','',0),(690,1,'2017-09-30 11:06:03','2017-09-30 11:06:03','<div id=\"pl-690\" class=\"panel-layout\" ><div id=\"pg-690-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-690-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-690-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-690-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-690-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-690-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-690-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-690-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-690-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-690-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-690-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-30 11:06:03','2017-09-30 11:06:03','',232,'http://jspdevelopmentdemo.com/Test/2017/09/30/232-revision-v1/',0,'revision','',0),(691,1,'2017-09-30 11:06:05','2017-09-30 11:06:05','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-30 11:06:05','2017-09-30 11:06:05','',232,'http://jspdevelopmentdemo.com/Test/2017/09/30/232-revision-v1/',0,'revision','',0),(692,1,'2017-09-30 11:10:56','2017-09-30 11:10:56','<div id=\"pl-692\" class=\"panel-layout\" ><div id=\"pg-692-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px","background_display":"tile","bottom_margin":"0px","row_stretch":"full-stretched"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-692-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-692-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-692-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"map\" width=\"1920\" height=\"600\" /></div></div></div></div></div><div id=\"pg-692-1\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-692-1-0\" class=\"panel-grid-cell\" data-weight=\"0.250208159867\" ><div id=\"panel-692-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-692-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><div class=\"textwidget\"><p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p></div></div></div><div id=\"panel-692-1-0-1\" class=\"so-panel widget widget_pw_opening_time opening-time panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-692-1-0-1\" >\n\n <div class=\"time-table\">\n\n <h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\n\n <div class=\"inner-bg\">\n <dl class=\"week-day \">\n <dt>Monday</dt>\n <dd>9.00 - 17.00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Tuesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Wednesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Thursday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Friday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg closed today\">\n <dt>Saturday</dt>\n <dd>CLOSED</dd>\n </dl>\n <dl class=\"week-day closed\">\n <dt>Sunday</dt>\n <dd>CLOSED</dd>\n </dl>\n </div>\n\n\n </div>\n\n</div></div></div><div id=\"pgc-692-1-1\" class=\"panel-grid-cell\" data-weight=\"0.749791840133\" ><div id=\"panel-692-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f122-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/Test/wp-admin/post.php#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-8\">\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\" /></span>\n </div>\n<div class=\"col-xs-12\">\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br />\n <input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" />\n </div>\n</div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p></div></div></div></div></div>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2017-09-30 11:10:56','2017-09-30 11:10:56','',120,'http://jspdevelopmentdemo.com/Test/2017/09/30/120-revision-v1/',0,'revision','',0),(693,1,'2017-09-30 11:11:01','2017-09-30 11:11:01','<div id=\"pl-120\" class=\"panel-layout\" ><div id=\"pg-120-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px","background_display":"tile","bottom_margin":"0px","row_stretch":"full-stretched"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-120-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-120-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-120-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"map\" width=\"1920\" height=\"600\" /></div></div></div></div></div><div id=\"pg-120-1\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-120-1-0\" class=\"panel-grid-cell\" data-weight=\"0.250208159867\" ><div id=\"panel-120-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><div class=\"textwidget\"><p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p></div></div></div><div id=\"panel-120-1-0-1\" class=\"so-panel widget widget_pw_opening_time opening-time panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-1\" >\n\n <div class=\"time-table\">\n\n <h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\n\n <div class=\"inner-bg\">\n <dl class=\"week-day \">\n <dt>Monday</dt>\n <dd>9.00 - 17.00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Tuesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Wednesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Thursday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Friday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg closed today\">\n <dt>Saturday</dt>\n <dd>CLOSED</dd>\n </dl>\n <dl class=\"week-day closed\">\n <dt>Sunday</dt>\n <dd>CLOSED</dd>\n </dl>\n </div>\n\n\n </div>\n\n</div></div></div><div id=\"pgc-120-1-1\" class=\"panel-grid-cell\" data-weight=\"0.749791840133\" ><div id=\"panel-120-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f122-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/Test/wp-admin/post.php#wpcf7-f122-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-8\">\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\" /></span>\n </div>\n<div class=\"col-xs-12\">\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br />\n <input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" />\n </div>\n</div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p></div></div></div></div></div>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2017-09-30 11:11:01','2017-09-30 11:11:01','',120,'http://jspdevelopmentdemo.com/Test/2017/09/30/120-revision-v1/',0,'revision','',0),(694,1,'2017-09-30 11:24:20','2017-09-30 11:24:20','<div id=\"pl-694\" class=\"panel-layout\" ><div id=\"pg-694-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px","background_display":"tile","bottom_margin":"0px","row_stretch":"full-stretched"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-694-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-694-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-694-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"beverage logistics\" width=\"1920\" height=\"600\" /></div></div></div></div></div><div id=\"pg-694-1\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-694-1-0\" class=\"panel-grid-cell\" data-weight=\"0.250208159867\" ><div id=\"panel-694-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-694-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><div class=\"textwidget\"><p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p></div></div></div><div id=\"panel-694-1-0-1\" class=\"so-panel widget widget_pw_opening_time opening-time panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-694-1-0-1\" >\n\n <div class=\"time-table\">\n\n <h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\n\n <div class=\"inner-bg\">\n <dl class=\"week-day \">\n <dt>Monday</dt>\n <dd>9.00 - 17.00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Tuesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Wednesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Thursday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Friday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg closed today\">\n <dt>Saturday</dt>\n <dd>CLOSED</dd>\n </dl>\n <dl class=\"week-day closed\">\n <dt>Sunday</dt>\n <dd>CLOSED</dd>\n </dl>\n </div>\n\n\n </div>\n\n</div></div></div><div id=\"pgc-694-1-1\" class=\"panel-grid-cell\" data-weight=\"0.749791840133\" ><div id=\"panel-694-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f122-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/Test/wp-admin/post.php#wpcf7-f122-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-8\">\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\" /></span>\n </div>\n<div class=\"col-xs-12\">\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br />\n <input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" />\n </div>\n</div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p></div></div></div></div></div>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2017-09-30 11:24:20','2017-09-30 11:24:20','',120,'http://jspdevelopmentdemo.com/Test/2017/09/30/120-revision-v1/',0,'revision','',0),(695,1,'2017-09-30 11:24:21','2017-09-30 11:24:21','<div id=\"pl-120\" class=\"panel-layout\" ><div id=\"pg-120-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px","background_display":"tile","bottom_margin":"0px","row_stretch":"full-stretched"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-120-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-120-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-120-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img style=\"margin-top:0px;\" class=\"size-full wp-image-581 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/10/map.png\" alt=\"beverage logistics\" width=\"1920\" height=\"600\" /></div></div></div></div></div><div id=\"pg-120-1\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-120-1-0\" class=\"panel-grid-cell\" data-weight=\"0.250208159867\" ><div id=\"panel-120-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Headqauters and Branch Offices </span></h3><div class=\"textwidget\"><p><strong>Access Supply Chain Services- Headquarters:</strong><br /> 105 Hobart Ave<br /> San Mateo, CA 94402.</p><p>Tel: 650-477-2691<br /> Fax: 650 931-4328</p><p><a href=\"mailto:info@accesswineservice.com \">info@accesswineservice.com </a></p><h3>Additional Locations:</h3><p><strong>Los Angeles Branch Office:</strong><br /> 5777 West Century Blvd<br /> Los Angeles, CA 90045</p><p><strong>South San Francisco - Airport Office (Brokerage):</strong><br /> 139 Mitchell Ave.<br /> South San Francisco, CA 94080</p><p><strong>Seattle / Tacoma Branch Office:</strong><br /> 18900 8TH AVE., S<br /> Seatac, WA 98148</p></div></div></div><div id=\"panel-120-1-0-1\" class=\"so-panel widget widget_pw_opening_time opening-time panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":true,"bigger_title":""}\" ><div class=\"featured-widget panel-widget-style panel-widget-style-for-120-1-0-1\" >\n\n <div class=\"time-table\">\n\n <h3><span class=\"icon icons-ornament-left\"></span>OPENING TIME<span class=\"icon icons-ornament-right\"></span></h3>\n\n <div class=\"inner-bg\">\n <dl class=\"week-day \">\n <dt>Monday</dt>\n <dd>9.00 - 17.00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Tuesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Wednesday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg\">\n <dt>Thursday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day \">\n <dt>Friday</dt>\n <dd>9:00 - 17:00</dd>\n </dl>\n <dl class=\"week-day light-bg closed today\">\n <dt>Saturday</dt>\n <dd>CLOSED</dd>\n </dl>\n <dl class=\"week-day closed\">\n <dt>Sunday</dt>\n <dd>CLOSED</dd>\n </dl>\n </div>\n\n\n </div>\n\n</div></div></div><div id=\"pgc-120-1-1\" class=\"panel-grid-cell\" data-weight=\"0.749791840133\" ><div id=\"panel-120-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">Rate & Service Requests</span></h3><div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f122-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/Test/wp-admin/post.php#wpcf7-f122-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"122\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap last-name\"><input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\" /></span>\n </div>\n<div class=\"col-xs-12 col-md-4\">\n <span class=\"wpcf7-form-control-wrap your-phone\"><input type=\"tel\" name=\"your-phone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\" /></span>\n </div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-8\">\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Subject\" /></span>\n </div>\n<div class=\"col-xs-12\">\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></span><br />\n <input type=\"submit\" value=\"SEND MESSAGE\" class=\"wpcf7-form-control wpcf7-submit btn btn-primary\" />\n </div>\n</div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p></div></div></div></div></div>','Contact Us','','inherit','closed','closed','','120-revision-v1','','','2017-09-30 11:24:21','2017-09-30 11:24:21','',120,'http://jspdevelopmentdemo.com/Test/2017/09/30/120-revision-v1/',0,'revision','',0),(696,1,'2017-09-30 11:28:57','2017-09-30 11:28:57','<div id=\"pl-696\" class=\"panel-layout\" ><div id=\"pg-696-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-696-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-696-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-696-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-696-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-696-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-696-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-696-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-696-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-696-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-696-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-30 11:28:57','2017-09-30 11:28:57','',232,'http://jspdevelopmentdemo.com/Test/2017/09/30/232-revision-v1/',0,'revision','',0),(697,1,'2017-09-30 11:28:59','2017-09-30 11:28:59','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. And we’re not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global player to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed and efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehouse & fulfillment, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-09-30 11:28:59','2017-09-30 11:28:59','',232,'http://jspdevelopmentdemo.com/Test/2017/09/30/232-revision-v1/',0,'revision','',0),(698,1,'2017-09-30 11:30:28','2017-09-30 11:30:28','','about-us_4','','inherit','open','closed','','about-us_4','','','2017-09-30 11:30:28','2017-09-30 11:30:28','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/09/about-us_4.jpg',0,'attachment','image/jpeg',0),(699,1,'2017-10-04 06:42:59','2017-10-04 06:42:59','<div id=\"pl-699\" class=\"panel-layout\" ><div id=\"pg-699-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-699-0\" ><div id=\"pgc-699-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-699-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"Global Beverage logistics\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-699-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-699-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-699-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-699-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-699-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-699-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-699-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-699-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-699-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-699-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-699-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-699-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-699-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-699-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-699-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-699-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-699-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-699-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-699-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-699-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-699-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-699-3\" data-stretch-type=\"full\" ><div id=\"pgc-699-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-699-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-699-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-699-4\" data-stretch-type=\"full\" ><div id=\"pgc-699-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-699-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-699-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-699-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-699-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-699-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 06:42:59','2017-10-04 06:42:59','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(700,1,'2017-10-04 06:43:01','2017-10-04 06:43:01','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"Global Beverage logistics\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 06:43:01','2017-10-04 06:43:01','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(701,1,'2017-10-04 06:50:53','2017-10-04 06:50:53','<div id=\"pl-701\" class=\"panel-layout\" ><div id=\"pg-701-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-701-0\" ><div id=\"pgc-701-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-701-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"Global Beverage logistics\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-701-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-701-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-701-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-701-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-701-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-701-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-701-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-701-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-701-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-701-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-701-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-701-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-701-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-701-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-701-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-701-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-701-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-701-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-701-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-701-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-701-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-701-3\" data-stretch-type=\"full\" ><div id=\"pgc-701-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-701-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-701-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-701-4\" data-stretch-type=\"full\" ><div id=\"pgc-701-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-701-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-701-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-701-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-701-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-701-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 06:50:53','2017-10-04 06:50:53','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(702,1,'2017-10-04 06:50:55','2017-10-04 06:50:55','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"Global Beverage logistics\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 06:50:55','2017-10-04 06:50:55','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(703,1,'2017-10-04 06:51:54','2017-10-04 06:51:54','<div id=\"pl-703\" class=\"panel-layout\" ><div id=\"pg-703-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-703-0\" ><div id=\"pgc-703-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-703-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"Global Beverage logistics\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-703-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-703-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-703-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-703-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-703-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-703-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-703-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-703-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-703-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-703-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-703-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-703-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-703-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-703-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-703-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-703-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-703-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-703-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-703-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-703-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-703-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-703-3\" data-stretch-type=\"full\" ><div id=\"pgc-703-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-703-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-703-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-703-4\" data-stretch-type=\"full\" ><div id=\"pgc-703-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-703-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-703-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-703-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-703-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-703-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 06:51:55','2017-10-04 06:51:55','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(704,1,'2017-10-04 06:51:56','2017-10-04 06:51:56','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"Global Beverage logistics\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings-300x200.png 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\">SAVINGS AND SERVICES</a></h5>\n <p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/savings-and-services/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 06:51:56','2017-10-04 06:51:56','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(705,1,'2017-10-04 07:18:37','2017-10-04 07:18:37','<div id=\"pl-705\" class=\"panel-layout\" ><div id=\"pg-705-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_image_attachment":false,"background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-705-0\" ><div id=\"pgc-705-0-0\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-705-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/widgets/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/widgets/\">Widgets</a></h5>\n <p>Archives May 2015 April 2015 May …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/widgets/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-705-0-1\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-705-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-705-0-2\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-705-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-705-0-3\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-705-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-705-0-4\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-705-0-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\"></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n</div>\n </div></div></div></div><div id=\"pg-705-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-705-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-705-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-705-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-705-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-705-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-705-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-705-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-705-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-705-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-705-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-705-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-705-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-705-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-705-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-705-3\" data-stretch-type=\"full\" ><div id=\"pgc-705-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-705-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-705-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-705-4\" data-stretch-type=\"full\" ><div id=\"pgc-705-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-705-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-705-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-705-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-705-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-705-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-705-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:18:38','2017-10-04 07:18:38','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(706,1,'2017-10-04 07:18:39','2017-10-04 07:18:39','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_image_attachment":false,"background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/widgets/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/widgets/\">Widgets</a></h5>\n <p>Archives May 2015 April 2015 May …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/widgets/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/about-us/\"><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg\" class=\"attachment-pw-page-box size-pw-page-box wp-post-image\" alt=\"beer transport\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-360x240.jpg 360w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/About-us-photo-272x182.jpg 272w\" sizes=\"(max-width: 360px) 100vw, 360px\" /></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\">About Us</a></h5>\n <p><div id="pgc-232-0-0" class="panel-grid-cell" …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/about-us/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/ocean/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\">OCEAN</a></h5>\n <p>Full Service Ocean Service from FCL, LCL , Consolidations Services & Bulk. Access Wine Service has ocean contracts between all major wine trade Lanes <img …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/ocean/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_pw_featured_page widget-featured-page panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"page-box page-box--block\">\n <a class=\"page-box__picture\" href=\"http://jspdevelopmentdemo.com/Test/air/\"></a>\n <div class=\"page-box__content\">\n <h5 class=\"page-box__title text-uppercase\"><a href=\"http://jspdevelopmentdemo.com/Test/air/\">AIR</a></h5>\n <p>Service for Auction Wines, Samples, Pallets, Machinery And Critical shipment needs reaching to all global markets <img class="alignnone …</p>\n <p><a href=\"http://jspdevelopmentdemo.com/Test/air/\" class=\"read-more read-more--page-box\">Read more</a></p>\n </div>\n </div>\n\n</div></div><div id=\"pgc-7-0-4\" class=\"panel-grid-cell\" data-weight=\"0.2\" ><div id=\"panel-7-0-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\"></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:18:39','2017-10-04 07:18:39','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(707,1,'2017-10-04 07:20:48','2017-10-04 07:20:48','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_image_attachment":false,"background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\"></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\"></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\"></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img width=\"360\" height=\"240\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2016/05/savings.png\"></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with …</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:20:48','2017-10-04 07:20:48','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(708,1,'2017-10-04 07:31:13','2017-10-04 07:31:13','','wine-to-china','','inherit','open','closed','','wine-to-china','','','2017-10-04 07:31:13','2017-10-04 07:31:13','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png',0,'attachment','image/png',0),(709,1,'2017-10-04 07:31:14','2017-10-04 07:31:14','','costs','','inherit','open','closed','','costs','','','2017-10-04 07:31:14','2017-10-04 07:31:14','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png',0,'attachment','image/png',0),(710,1,'2017-10-04 07:31:15','2017-10-04 07:31:15','','services','','inherit','open','closed','','services-2','','','2017-10-04 07:31:15','2017-10-04 07:31:15','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png',0,'attachment','image/png',0),(711,1,'2017-10-04 07:31:16','2017-10-04 07:31:16','','world-wine-map','','inherit','open','closed','','world-wine-map','','','2017-10-04 07:31:16','2017-10-04 07:31:16','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png',0,'attachment','image/png',0),(712,1,'2017-10-04 07:37:32','2017-10-04 07:37:32','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:37:32','2017-10-04 07:37:32','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(713,1,'2017-10-04 07:38:34','2017-10-04 07:38:34','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa \"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder &amp; ISO Tank </span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Partnered with Warehouses both Domestically and Internationally</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">TheLiner is a protective foil liner application, fitted to standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:38:34','2017-10-04 07:38:34','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(714,1,'2017-10-04 07:43:40','2017-10-04 07:43:40','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#f5f5f5","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:43:40','2017-10-04 07:43:40','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(715,1,'2017-10-04 07:47:31','2017-10-04 07:47:31','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"background":"#81d742","background_image_attachment":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:47:31','2017-10-04 07:47:31','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(716,1,'2017-10-04 07:48:25','2017-10-04 07:48:25','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_image_attachment":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"#\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:48:25','2017-10-04 07:48:25','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(717,1,'2017-10-04 07:51:23','2017-10-04 07:51:23','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:51:23','2017-10-04 07:51:23','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(718,1,'2017-10-04 07:52:01','2017-10-04 07:52:01','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-241\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/about-us_4.jpg\" alt=\"about-us_4\" width=\"848\" height=\"480\" />\n\n<H2 style=\"color:#fff;letter-spacing:1px;\">About Us</h2></div></div><div id=\"panel-7-4-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"></div>\n </div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Solutions for Wines, Spirits, and Malt Beverages</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 07:52:01','2017-10-04 07:52:01','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(719,1,'2017-10-04 08:26:30','2017-10-04 08:26:30',' ','','','publish','closed','closed','','719','','','2017-10-04 08:26:30','2017-10-04 08:26:30','',0,'http://jspdevelopmentdemo.com/Test/?p=719',3,'nav_menu_item','',0),(720,1,'2017-10-04 08:26:30','2017-10-04 08:26:30',' ','','','publish','closed','closed','','720','','','2017-10-04 08:26:30','2017-10-04 08:26:30','',0,'http://jspdevelopmentdemo.com/Test/?p=720',1,'nav_menu_item','',0),(721,1,'2017-10-04 08:26:30','2017-10-04 08:26:30',' ','','','publish','closed','closed','','721','','','2017-10-04 08:26:30','2017-10-04 08:26:30','',0,'http://jspdevelopmentdemo.com/Test/?p=721',2,'nav_menu_item','',0),(722,1,'2017-10-04 09:25:47','2017-10-04 09:25:47','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 09:25:47','2017-10-04 09:25:47','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(723,1,'2017-10-04 09:27:05','2017-10-04 09:27:05','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic and International Service, Consolidation and Delivery from a Single Pallet to a Full Truck Load</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\">\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-04 09:27:05','2017-10-04 09:27:05','',7,'http://jspdevelopmentdemo.com/Test/2017/10/04/7-revision-v1/',0,'revision','',0),(725,1,'2017-10-10 09:00:26','2017-10-10 09:00:26','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\">\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:00:26','2017-10-10 09:00:26','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(726,1,'2017-10-10 09:00:50','2017-10-10 09:00:50','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\">\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:00:50','2017-10-10 09:00:50','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(727,1,'2017-10-10 09:01:19','2017-10-10 09:01:19','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\">\n<H2 style=\"color:#fff;letter-spacing:1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:01:19','2017-10-10 09:01:19','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(728,1,'2017-10-10 09:02:56','2017-10-10 09:02:56','','Golden gate ship','','inherit','open','closed','','golden-gate-ship','','','2017-10-10 09:02:56','2017-10-10 09:02:56','',7,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (729,1,'2017-10-10 09:21:38','2017-10-10 09:21:38','<div id=\"pl-729\" class=\"panel-layout\" ><div id=\"pg-729-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-729-0\" ><div id=\"pgc-729-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-729-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-729-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-729-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-729-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-729-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-729-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-729-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-729-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-729-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-729-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-729-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-729-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-729-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-729-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-729-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-729-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-729-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-729-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-729-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-729-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-729-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-729-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-729-3\" data-stretch-type=\"full\" ><div id=\"pgc-729-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-729-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-729-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-729-4\" data-stretch-type=\"full\" ><div id=\"pgc-729-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-729-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-729-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-729-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-729-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-729-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:21:38','2017-10-10 09:21:38','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(730,1,'2017-10-10 09:21:40','2017-10-10 09:21:40','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_pw_latest_news widget-latest-news panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/logistic-service-providers-would-understand-your-business/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Logistic service providers would understand your business</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/our-trucking-service-ensures-you-best-quality-services-at-all-times/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">Our trucking service ensures you best quality services at all times</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n <a href=\"http://jspdevelopmentdemo.com/Test/2015/05/06/we-are-experienced-and-expert-in-the-business-of-logistics/\" class=\"latest-news latest-news--inline\">\n <div class=\"latest-news__content\">\n <h4 class=\"latest-news__title\">We are experienced and expert in the business of logistics</h4>\n <div class=\"latest-news__author\">\n By admin\n </div>\n </div>\n </a>\n\n <a href=\"http://jspdevelopmentdemo.com/Test/news/\" class=\"latest-news latest-news--more-news\">\n More news\n </a>\n\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:21:40','2017-10-10 09:21:40','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(731,1,'2017-10-10 09:41:54','2017-10-10 09:41:54','<div id=\"pl-731\" class=\"panel-layout\" ><div id=\"pg-731-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-731-0\" ><div id=\"pgc-731-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-731-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-731-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-731-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-731-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-731-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-731-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-731-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-731-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-731-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-731-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-731-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-731-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-731-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-731-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-731-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-731-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-731-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-731-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-731-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-731-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-731-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-731-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-731-3\" data-stretch-type=\"full\" ><div id=\"pgc-731-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-731-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-731-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-731-4\" data-stretch-type=\"full\" ><div id=\"pgc-731-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-731-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-731-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-731-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-731-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-731-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:41:55','2017-10-10 09:41:55','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(732,1,'2017-10-10 09:41:56','2017-10-10 09:41:56','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:41:56','2017-10-10 09:41:56','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(733,1,'2017-10-10 09:44:10','2017-10-10 09:44:10','<div id=\"pl-733\" class=\"panel-layout\" ><div id=\"pg-733-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-733-0\" ><div id=\"pgc-733-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-733-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-733-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-733-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-733-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-733-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-733-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-733-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-733-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-733-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-733-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-733-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-733-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-733-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-733-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-733-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-733-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-733-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-733-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-733-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-733-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-733-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-733-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-733-3\" data-stretch-type=\"full\" ><div id=\"pgc-733-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-733-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-733-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-733-4\" data-stretch-type=\"full\" ><div id=\"pgc-733-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-733-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-733-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-733-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-733-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-733-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:44:10','2017-10-10 09:44:10','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(734,1,'2017-10-10 09:44:12','2017-10-10 09:44:12','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\"/></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:44:12','2017-10-10 09:44:12','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(735,1,'2017-10-10 09:45:12','2017-10-10 09:45:12','<div id=\"pl-735\" class=\"panel-layout\" ><div id=\"pg-735-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-735-0\" ><div id=\"pgc-735-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-735-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-735-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-735-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-735-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-735-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-735-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-735-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-735-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-735-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-735-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-735-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-735-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-735-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-735-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-735-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-735-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-735-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-735-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-735-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-735-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-735-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-735-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-735-3\" data-stretch-type=\"full\" ><div id=\"pgc-735-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-735-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-735-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-735-4\" data-stretch-type=\"full\" ><div id=\"pgc-735-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-735-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-735-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-735-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-735-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-735-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><div id=\"logo-slider-wraper\"> <ul id=\"logo-slider\" class=\"cycle-slideshow\"\r\n data-cycle-fx=\"scrollHorz\"\r\n data-cycle-timeout=\"0\"\r\n data-cycle-next=\"#prev\"\r\n data-cycle-prev=\"#next\"\r\n data-cycle-speed=\"600\"\r\n data-cycle-slides=\"> li\"\r\n >\r\n <li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/ABC-California.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.png\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\" class=\"logo-img\" alt=\"\" /></li> </ul>\r\n<div class=\"slider-controls\"><a href=\"#\" id=\"prev\"><</a> <a href=\"#\" id=\"next\">></a></div></div></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:45:12','2017-10-10 09:45:12','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(736,1,'2017-10-10 09:45:14','2017-10-10 09:45:14','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><div id=\"logo-slider-wraper\"> <ul id=\"logo-slider\" class=\"cycle-slideshow\"\r\n data-cycle-fx=\"scrollHorz\"\r\n data-cycle-timeout=\"0\"\r\n data-cycle-next=\"#prev\"\r\n data-cycle-prev=\"#next\"\r\n data-cycle-speed=\"600\"\r\n data-cycle-slides=\"> li\"\r\n >\r\n <li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/ABC-California.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.png\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\" class=\"logo-img\" alt=\"\" /></li> </ul>\r\n<div class=\"slider-controls\"><a href=\"#\" id=\"prev\"><</a> <a href=\"#\" id=\"next\">></a></div></div></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:45:14','2017-10-10 09:45:14','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(737,1,'2017-10-10 09:45:41','2017-10-10 09:45:41','<div id=\"pl-737\" class=\"panel-layout\" ><div id=\"pg-737-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-737-0\" ><div id=\"pgc-737-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-737-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-737-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-737-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-737-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-737-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-737-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-737-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-737-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-737-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-737-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-737-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-737-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-737-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-737-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-737-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-737-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-737-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-737-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-737-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-737-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-737-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-737-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-737-3\" data-stretch-type=\"full\" ><div id=\"pgc-737-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-737-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-737-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-737-4\" data-stretch-type=\"full\" ><div id=\"pgc-737-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-737-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-737-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-737-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-737-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-737-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><div id=\"logo-slider-wraper\"> <ul id=\"logo-slider\" class=\"cycle-slideshow\"\r\n data-cycle-fx=\"scrollHorz\"\r\n data-cycle-timeout=\"0\"\r\n data-cycle-next=\"#prev\"\r\n data-cycle-prev=\"#next\"\r\n data-cycle-speed=\"600\"\r\n data-cycle-slides=\"> li\"\r\n >\r\n <li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/ABC-California.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.png\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\" class=\"logo-img\" alt=\"\" /></li> </ul>\r\n<div class=\"slider-controls\"><a href=\"#\" id=\"prev\"><</a> <a href=\"#\" id=\"next\">></a></div></div></p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:45:42','2017-10-10 09:45:42','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(738,1,'2017-10-10 09:45:43','2017-10-10 09:45:43','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img /></p><h2 style=\"color: #fff; letter-spacing: 1px;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><img style=\"max-width:200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" class=\"alignnone size-full wp-image-568\" /></p>\n<H2 style=\"color:#fff;letter-spacing:1px;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><div id=\"logo-slider-wraper\"> <ul id=\"logo-slider\" class=\"cycle-slideshow\"\r\n data-cycle-fx=\"scrollHorz\"\r\n data-cycle-timeout=\"0\"\r\n data-cycle-next=\"#prev\"\r\n data-cycle-prev=\"#next\"\r\n data-cycle-speed=\"600\"\r\n data-cycle-slides=\"> li\"\r\n >\r\n <li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/ABC-California.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.png\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\" class=\"logo-img\" alt=\"\" /><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\" class=\"logo-img\" alt=\"\" /></li> </ul>\r\n<div class=\"slider-controls\"><a href=\"#\" id=\"prev\"><</a> <a href=\"#\" id=\"next\">></a></div></div></p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:45:43','2017-10-10 09:45:43','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(739,1,'2017-10-10 09:54:25','2017-10-10 09:54:25','<div id=\"pl-739\" class=\"panel-layout\" ><div id=\"pg-739-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-739-0\" ><div id=\"pgc-739-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-739-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-739-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-739-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-739-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-739-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-739-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-739-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-739-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-739-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-739-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-739-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-739-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-739-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-739-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-739-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-739-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-739-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-739-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-739-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-739-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-739-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-739-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-739-3\" data-stretch-type=\"full\" ><div id=\"pgc-739-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-739-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-739-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-739-4\" data-stretch-type=\"full\" ><div id=\"pgc-739-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-739-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-739-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-739-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-739-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-739-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><div id=\"logo-slider-wraper\"> <ul id=\"logo-slider\" class=\"cycle-slideshow\"\r\n data-cycle-fx=\"scrollHorz\"\r\n data-cycle-timeout=\"0\"\r\n data-cycle-next=\"#prev\"\r\n data-cycle-prev=\"#next\"\r\n data-cycle-speed=\"600\"\r\n data-cycle-slides=\"> li\"\r\n >\r\n <li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/ABC-California.jpg\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.png\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\" class=\"logo-img\" alt=\"\" /></li> </ul>\r\n<div class=\"slider-controls\"><a href=\"#\" id=\"prev\"><</a> <a href=\"#\" id=\"next\">></a></div></div></p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:54:26','2017-10-10 09:54:26','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(740,1,'2017-10-10 09:54:27','2017-10-10 09:54:27','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"><div id=\"logo-slider-wraper\"> <ul id=\"logo-slider\" class=\"cycle-slideshow\"\r\n data-cycle-fx=\"scrollHorz\"\r\n data-cycle-timeout=\"0\"\r\n data-cycle-next=\"#prev\"\r\n data-cycle-prev=\"#next\"\r\n data-cycle-speed=\"600\"\r\n data-cycle-slides=\"> li\"\r\n >\r\n <li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/ABC-California.jpg\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo.png\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/TTB-logo.jpg\" class=\"logo-img\" alt=\"\" /></li><li class=\"slide\"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs.gif\" class=\"logo-img\" alt=\"\" /></li> </ul>\r\n<div class=\"slider-controls\"><a href=\"#\" id=\"prev\"><</a> <a href=\"#\" id=\"next\">></a></div></div></p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 09:54:27','2017-10-10 09:54:27','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(741,1,'2017-10-10 10:36:39','2017-10-10 10:36:39','','','','publish','closed','closed','','741','','','2017-10-10 10:41:56','2017-10-10 10:41:56','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logoshowcase&p=741',0,'logoshowcase','',0),(742,1,'2017-10-10 10:37:51','2017-10-10 10:37:51','','','','publish','closed','closed','','742','','','2017-10-10 10:41:53','2017-10-10 10:41:53','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logoshowcase&p=742',0,'logoshowcase','',0),(743,1,'2017-10-10 10:37:31','2017-10-10 10:37:31','','bevrage-control','','inherit','open','closed','','bevrage-control','','','2017-10-10 10:37:31','2017-10-10 10:37:31','',742,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg',0,'attachment','image/jpeg',0),(744,1,'2017-10-10 10:37:32','2017-10-10 10:37:32','','FDA-Logo','','inherit','open','closed','','fda-logo-2','','','2017-10-10 10:37:32','2017-10-10 10:37:32','',742,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg',0,'attachment','image/jpeg',0),(746,1,'2017-10-10 10:38:05','2017-10-10 10:38:05','','','','publish','closed','closed','','746','','','2017-10-10 10:41:51','2017-10-10 10:41:51','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logoshowcase&p=746',0,'logoshowcase','',0),(747,1,'2017-10-10 10:41:26','2017-10-10 10:41:26','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"> \n <div class=\"wpls-logo-showcase-slider-wrp wpls-logo-clearfix\">\n <div class=\"wpls-logo-showcase logo_showcase wpls-logo-slider wpls-design-1 center \" id=\"wpls-logo-showcase-slider-2\" >\n \n<div class=\"wpls-logo-cnt\" title=\"\"> \n <div class=\"wpls-fix-box\"> \n \n <img class=\"wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"Logo Image\" /> \n \n </div>\n </div>\n<div class=\"wpls-logo-cnt\" title=\"\"> \n <div class=\"wpls-fix-box\"> \n \n <img class=\"wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" alt=\"Logo Image\" /> \n \n </div>\n </div>\n<div class=\"wpls-logo-cnt\" title=\"\"> \n <div class=\"wpls-fix-box\"> \n \n <img class=\"wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" alt=\"Logo Image\" /> \n \n </div>\n </div> </div><!-- end .wpls-logo-slider -->\n <div class=\"wpls-logo-showacse-slider-conf\">{"slides_column":"1","slides_scroll":"1","dots":"true","arrows":"true","autoplay":"true","autoplay_interval":"2000","loop":"true","rtl":"false","speed":"1000","center_mode":"true"}</div>\n </div><!-- end .wpls-logo-showcase-slider-wrp -->\n \n </p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 10:41:26','2017-10-10 10:41:26','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(748,1,'2017-10-10 10:46:39','2017-10-10 10:46:39','','','','publish','closed','closed','','748','','','2017-10-10 10:47:37','2017-10-10 10:47:37','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logoshowcase&p=748',0,'logoshowcase','',0),(749,1,'2017-10-10 10:45:30','2017-10-10 10:45:30','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align:center;\"> <h2>logos </h2> \n \n <div class=\"wpls-logo-showcase-slider-wrp wpls-logo-clearfix\">\n <div class=\"wpls-logo-showcase logo_showcase wpls-logo-slider wpls-design-1 center \" id=\"wpls-logo-showcase-slider-2\" >\n \n<div class=\"wpls-logo-cnt\" title=\"\"> \n <div class=\"wpls-fix-box\"> \n \n <img class=\"wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"Logo Image\" /> \n \n </div>\n </div>\n<div class=\"wpls-logo-cnt\" title=\"\"> \n <div class=\"wpls-fix-box\"> \n \n <img class=\"wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" alt=\"Logo Image\" /> \n \n </div>\n </div>\n<div class=\"wpls-logo-cnt\" title=\"\"> \n <div class=\"wpls-fix-box\"> \n \n <img class=\"wp-post-image\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" alt=\"Logo Image\" /> \n \n </div>\n </div> </div><!-- end .wpls-logo-slider -->\n <div class=\"wpls-logo-showacse-slider-conf\">{"slides_column":"1","slides_scroll":"1","dots":"true","arrows":"true","autoplay":"true","autoplay_interval":"2000","loop":"true","rtl":"false","speed":"1000","center_mode":"true"}</div>\n </div><!-- end .wpls-logo-showcase-slider-wrp -->\n \n </p>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 10:45:30','2017-10-10 10:45:30','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(750,1,'2017-10-10 10:46:25','2017-10-10 10:46:25','','US Customs','','inherit','open','closed','','us-customs','','','2017-10-10 10:46:25','2017-10-10 10:46:25','',748,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif',0,'attachment','image/gif',0),(752,1,'2017-10-10 10:52:29','2017-10-10 10:52:29','','','','trash','closed','closed','','752__trashed','','','2017-10-24 05:35:34','2017-10-24 05:35:34','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=752',0,'logooo','',0),(753,1,'2017-10-10 10:52:38','2017-10-10 10:52:38','','','','trash','closed','closed','','753__trashed','','','2017-10-24 05:35:34','2017-10-24 05:35:34','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=753',0,'logooo','',0),(754,1,'2017-10-10 10:52:44','2017-10-10 10:52:44','','','','trash','closed','closed','','754__trashed','','','2017-10-24 05:35:34','2017-10-24 05:35:34','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=754',0,'logooo','',0),(755,1,'2017-10-10 10:52:50','2017-10-10 10:52:50','','','','trash','closed','closed','','755__trashed','','','2017-10-24 05:35:34','2017-10-24 05:35:34','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=755',0,'logooo','',0),(756,1,'2017-10-10 10:53:40','2017-10-10 10:53:40','','','','inherit','closed','closed','','755-autosave-v1','','','2017-10-10 10:53:40','2017-10-10 10:53:40','',755,'http://jspdevelopmentdemo.com/Test/2017/10/10/755-autosave-v1/',0,'revision','',0),(757,1,'2017-10-10 10:56:05','2017-10-10 10:56:05','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-10 10:56:05','2017-10-10 10:56:05','',7,'http://jspdevelopmentdemo.com/Test/2017/10/10/7-revision-v1/',0,'revision','',0),(759,1,'2017-10-24 04:34:16','2017-10-24 04:34:16','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process. </p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 04:34:16','2017-10-24 04:34:16','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(760,1,'2017-10-24 04:35:13','2017-10-24 04:35:13','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\"> Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 04:35:13','2017-10-24 04:35:13','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(761,1,'2017-10-24 04:37:20','2017-10-24 04:37:20','{\n \"blogname\": {\n \"value\": \"Import & Export Global Logistics \",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','6372a35a-feed-49ce-b09f-21d5f81a9b14','','','2017-10-24 04:37:20','2017-10-24 04:37:20','',0,'http://jspdevelopmentdemo.com/Test/2017/10/24/6372a35a-feed-49ce-b09f-21d5f81a9b14/',0,'customize_changeset','',0),(762,1,'2017-10-24 04:50:25','2017-10-24 04:50:25','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/TTB-logo.png\" alt=\"TTB-logo\" width=\"457\" height=\"457\" /></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 04:50:25','2017-10-24 04:50:25','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(764,1,'2017-10-24 05:12:45','2017-10-24 05:12:45','','Federal-and-State-Regulatory-Services','','inherit','open','closed','','federal-and-state-regulatory-services-2','','','2017-10-24 05:12:45','2017-10-24 05:12:45','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png',0,'attachment','image/png',0),(765,1,'2017-10-24 05:13:26','2017-10-24 05:13:26','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background_image_attachment":"343","background_display":"tile","bottom_margin":"0px","row_stretch":"full"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 05:13:26','2017-10-24 05:13:26','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(766,1,'2017-10-24 05:15:59','2017-10-24 05:15:59','','Wine Importer','','publish','closed','closed','','logo1','','','2017-10-24 05:58:09','2017-10-24 05:58:09','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=766',0,'logooo','',0),(767,1,'2017-10-24 05:16:25','2017-10-24 05:16:25','','FDA Biennial Food Facility Registration Renewal - Access Wine Service','','publish','closed','closed','','logo2','','','2017-10-24 05:59:42','2017-10-24 05:59:42','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=767',0,'logooo','',0),(768,1,'2017-10-24 05:16:50','2017-10-24 05:16:50','','How to Export Wine to China - Access Wine Service','','publish','closed','closed','','logo3','','','2017-10-24 05:59:47','2017-10-24 05:59:47','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=768',0,'logooo','',0),(769,1,'2017-10-24 05:24:06','2017-10-24 05:24:06','','Award-Winning-Service','','inherit','open','closed','','award-winning-service','','','2017-10-24 05:24:06','2017-10-24 05:24:06','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Award-Winning-Service.png',0,'attachment','image/png',0),(770,1,'2017-10-24 05:26:45','2017-10-24 05:26:45','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h2></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h2 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h2></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H2 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h2></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 05:26:45','2017-10-24 05:26:45','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(771,1,'2017-10-24 05:27:57','2017-10-24 05:27:57','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 05:27:57','2017-10-24 05:27:57','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(772,1,'2017-10-24 05:33:41','2017-10-24 05:33:41','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div><div id=\"panel-7-4-2-1\" class=\"so-panel widget widget_media_video panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-7-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://www.youtube.com/watch?v=PiPCbRMMLRE&_=1\" /><a href=\"https://www.youtube.com/watch?v=PiPCbRMMLRE\">https://www.youtube.com/watch?v=PiPCbRMMLRE</a></video></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 05:33:41','2017-10-24 05:33:41','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(773,1,'2017-10-24 05:33:54','2017-10-24 05:33:54','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/FDA-Logo-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/bevrage-control-1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/TTB.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"\" style=\"background-color:transparent; border-color:transparent\">\n <a target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/US-Customs-1.gif\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div><div id=\"panel-7-4-2-1\" class=\"so-panel widget widget_media_video panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-7-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://www.youtube.com/watch?v=PiPCbRMMLRE&_=1\" /><a href=\"https://www.youtube.com/watch?v=PiPCbRMMLRE\">https://www.youtube.com/watch?v=PiPCbRMMLRE</a></video></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 05:33:54','2017-10-24 05:33:54','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(774,1,'2017-10-24 05:37:01','2017-10-24 05:37:01','','Video One','','inherit','closed','closed','','766-autosave-v1','','','2017-10-24 05:37:01','2017-10-24 05:37:01','',766,'http://jspdevelopmentdemo.com/Test/2017/10/24/766-autosave-v1/',0,'revision','',0),(775,1,'2017-10-24 05:44:25','2017-10-24 05:44:25','','video1','','inherit','open','closed','','video1','','','2017-10-24 05:44:25','2017-10-24 05:44:25','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg',0,'attachment','image/jpeg',0),(776,1,'2017-10-24 05:44:26','2017-10-24 05:44:26','','video2','','inherit','open','closed','','video2','','','2017-10-24 05:44:26','2017-10-24 05:44:26','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg',0,'attachment','image/jpeg',0),(777,1,'2017-10-24 05:44:28','2017-10-24 05:44:28','','How-to-Export-Wine-to-China---Access-Wine-Service---YouTube','','inherit','open','closed','','how-to-export-wine-to-china-access-wine-service-youtube','','','2017-10-24 05:44:28','2017-10-24 05:44:28','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg',0,'attachment','image/jpeg',0),(778,1,'2017-10-24 05:44:29','2017-10-24 05:44:29','','Wine-Logistics','','inherit','open','closed','','wine-logistics','','','2017-10-24 05:44:29','2017-10-24 05:44:29','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg',0,'attachment','image/jpeg',0),(779,1,'2017-10-24 05:45:15','2017-10-24 05:45:15','','Wine Importer','','inherit','closed','closed','','752-autosave-v1','','','2017-10-24 05:45:15','2017-10-24 05:45:15','',752,'http://jspdevelopmentdemo.com/Test/2017/10/24/752-autosave-v1/',0,'revision','',0),(780,1,'2017-10-24 05:48:32','2017-10-24 05:48:32','','How to Export Wine to China - Access Wine Service','','inherit','closed','closed','','768-autosave-v1','','','2017-10-24 05:48:32','2017-10-24 05:48:32','',768,'http://jspdevelopmentdemo.com/Test/2017/10/24/768-autosave-v1/',0,'revision','',0),(781,1,'2017-10-24 05:49:24','2017-10-24 05:49:24','','Wine Logistics','','publish','closed','closed','','wine-logistics','','','2017-10-24 05:59:50','2017-10-24 05:59:50','',0,'http://jspdevelopmentdemo.com/Test/?post_type=logooo&p=781',0,'logooo','',0),(782,1,'2017-10-24 05:49:49','2017-10-24 05:49:49','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://https://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 90%; -moz-background-size: 90%; background-size: 90%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:90% !important; max-height:90% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://https://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 90%; -moz-background-size: 90%; background-size: 90%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:90% !important; max-height:90% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://https://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 90%; -moz-background-size: 90%; background-size: 90%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:90% !important; max-height:90% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://https://www.youtube.com/watch?v=PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 70%; -moz-background-size: 70%; background-size: 70%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:70% !important; max-height:70% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div><div id=\"panel-7-4-2-1\" class=\"so-panel widget widget_media_video panel-last-child\" data-index=\"15\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-7-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://www.youtube.com/watch?v=PiPCbRMMLRE&_=1\" /><a href=\"https://www.youtube.com/watch?v=PiPCbRMMLRE\">https://www.youtube.com/watch?v=PiPCbRMMLRE</a></video></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 05:49:49','2017-10-24 05:49:49','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(783,1,'2017-10-24 06:00:02','2017-10-24 06:00:02','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 06:00:02','2017-10-24 06:00:02','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(784,1,'2017-10-24 06:03:55','2017-10-24 06:03:55','','Founded-in-California-–-Service','','inherit','open','closed','','founded-in-california-service','','','2017-10-24 06:03:55','2017-10-24 06:03:55','',0,'http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg',0,'attachment','image/jpeg',0),(785,1,'2017-10-24 06:04:31','2017-10-24 06:04:31','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 06:04:31','2017-10-24 06:04:31','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(786,1,'2017-10-24 08:37:56','2017-10-24 08:37:56','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 08:37:56','2017-10-24 08:37:56','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(787,1,'2017-10-24 08:45:36','2017-10-24 08:45:36','<div id=\"pl-787\" class=\"panel-layout\" ><div id=\"pg-787-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-787-0\" ><div id=\"pgc-787-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-787-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-787-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-787-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-787-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-787-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-787-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-787-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-787-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-787-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-787-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-787-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-787-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-787-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-787-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-787-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-787-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-787-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-787-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-787-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-787-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-787-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-787-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-787-3\" data-stretch-type=\"full\" ><div id=\"pgc-787-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-787-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-787-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-787-4\" data-stretch-type=\"full\" ><div id=\"pgc-787-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-787-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-787-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-787-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-787-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-787-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 08:45:36','2017-10-24 08:45:36','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(788,1,'2017-10-24 08:45:38','2017-10-24 08:45:38','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 08:45:38','2017-10-24 08:45:38','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(789,1,'2017-10-24 08:46:18','2017-10-24 08:46:18','<div id=\"pl-789\" class=\"panel-layout\" ><div id=\"pg-789-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-789-0\" ><div id=\"pgc-789-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-789-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-789-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-789-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-789-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-789-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-789-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-789-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-789-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-789-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-789-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-789-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-789-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-789-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-789-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-789-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-789-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-789-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-789-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-789-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-789-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-789-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-789-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-789-3\" data-stretch-type=\"full\" ><div id=\"pgc-789-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-789-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-789-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-789-4\" data-stretch-type=\"full\" ><div id=\"pgc-789-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-789-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-789-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-789-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-789-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-789-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 08:46:18','2017-10-24 08:46:18','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(790,1,'2017-10-24 08:46:20','2017-10-24 08:46:20','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers & Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 08:46:20','2017-10-24 08:46:20','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(791,1,'2017-10-24 08:53:28','2017-10-24 08:53:28','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine </h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners </h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-24 08:53:28','2017-10-24 08:53:28','',7,'http://jspdevelopmentdemo.com/Test/2017/10/24/7-revision-v1/',0,'revision','',0),(792,1,'2017-10-24 09:14:01','2017-10-24 09:14:01','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from Wine Country. The goal of the company is to provide US based importers and exporters with a superior supply chain that is well defined with reduce costs and improved transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-10-24 09:14:01','2017-10-24 09:14:01','',232,'http://jspdevelopmentdemo.com/Test/2017/10/24/232-revision-v1/',0,'revision','',0),(793,1,'2017-10-24 09:15:51','2017-10-24 09:15:51','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in International banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-10-24 09:15:51','2017-10-24 09:15:51','',232,'http://jspdevelopmentdemo.com/Test/2017/10/24/232-revision-v1/',0,'revision','',0),(794,1,'2017-10-24 09:17:32','2017-10-24 09:17:32','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in International banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIREING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-10-24 09:17:32','2017-10-24 09:17:32','',232,'http://jspdevelopmentdemo.com/Test/2017/10/24/232-revision-v1/',0,'revision','',0),(795,1,'2017-10-25 06:49:43','2017-10-25 06:49:43','<div id=\"pl-232\" class=\"panel-layout\" ><div id=\"pg-232-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">ABOUT US</span></h3> <div class=\"textwidget\"><p>Access Wine Service is a licensed freight forwarder that specializes in the handling of import & export shipments of wine, beer & spirits.<br />\nShipping beverages from Le Harve to New York or Oakland to Hong Kong requires complex coordination. Access Wine Service leverages the latest software and web based technology to provide complete service from winery to warehouse, from a few cases to 24,000 liters of bulk wine. Access is not just a technology platform– our experienced logistics and customs experts are here to help at every step of the way, from a large global corporation to a first-time importer or exporter. Access can provide a tailored supply chain to help your firm reduce costs and improve the speed & efficiency of delivery.<br />\nWe offer services in air freight, ocean freight, trucking, warehousing & fulfillment, consolidation, customs brokerage (US and overseas), cargo insurance, container liners & bulk wine bladders. The goal of Access Wine Service is to make the process simple for our customers – send us your purchase order and we’ll do all the rest. Importers & exporters come to us because of our superior pricing and stay because of our exceptional customer service.</p>\n</div>\n </div></div></div><div id=\"pg-232-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">LEADERSHIP</span></h3> <div class=\"textwidget\"><p>Chris Kammer is the CEO of Access Wine Service and founded the company in San Francisco California, 45 minutes from the Wine Country. His goal for the company is to provide US based importers and exporters with a superior supply chain that is well defined, reduces costs and improves transit times.<br />\nChris has worked in logistics for alcohol beverages for over 15 years and in the past worked in international banking In Los Angeles, global trade in Tokyo and business consulting & custom software development in San Francisco.<br />\nHe holds a degree in Economics from the University of San Francisco and a master’s degree in Business & Supply Chain Management from the University of San Diego.</p>\n</div>\n </div></div><div id=\"pgc-232-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-232-1-1-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><img width=\"284\" height=\"300\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg\" class=\"image wp-image-672 attachment-medium size-medium\" alt=\"Access Wines\" style=\"max-width: 100%; height: auto;\" srcset=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb-284x300.jpg 284w, http://jspdevelopmentdemo.com/Test/wp-content/uploads/2015/05/small-kb.jpg 455w\" sizes=\"(max-width: 284px) 100vw, 284px\" /></div></div></div><div id=\"pg-232-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-232-2-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-232-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">NOW HIRING</span></h3> <div class=\"textwidget\"><p>PART TIME LOGISITICS COORDINATOR – Ocean and Air Shipment from opening file to billing, opportunity to work remote – 15-25 hours a week, must have a minimum of two years of experience in the Freight Forwarding Industry</p>\n<p>INSIDE SALES REPRESENTATIVE – must have freight forwarding sales experience, Wine, Beer & Spirts Industry a plus</p>\n<p>Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review Please send resumes to <a href=\"mailto:lindsey.hamilton@accesssupplysolutions.com\">lindsey.hamilton@accesssupplysolutions.com</a> for review <br />\n• No Phone Calls <br />\n• No Visa</p>\n</div>\n </div></div></div></div>','About Us','','inherit','closed','closed','','232-revision-v1','','','2017-10-25 06:49:43','2017-10-25 06:49:43','',232,'http://jspdevelopmentdemo.com/Test/2017/10/25/232-revision-v1/',0,'revision','',0),(796,1,'2017-10-25 07:01:44','2017-10-25 07:01:44','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:01:44','2017-10-25 07:01:44','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(797,1,'2017-10-25 07:03:05','2017-10-25 07:03:05','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:03:05','2017-10-25 07:03:05','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(798,1,'2017-10-25 07:07:09','2017-10-25 07:07:09','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &amp; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:07:09','2017-10-25 07:07:09','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(799,1,'2017-10-25 07:09:45','2017-10-25 07:09:45','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &#038; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:09:45','2017-10-25 07:09:45','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(800,1,'2017-10-25 07:12:38','2017-10-25 07:12:38','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL &#038; LCL </span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ &amp; 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:12:38','2017-10-25 07:12:38','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(801,1,'2017-10-25 07:15:51','2017-10-25 07:15:51','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K &amp; 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options &amp; Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:15:51','2017-10-25 07:15:51','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(802,1,'2017-10-25 07:16:45','2017-10-25 07:16:45','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-10-25 07:16:45','2017-10-25 07:16:45','',7,'http://jspdevelopmentdemo.com/Test/2017/10/25/7-revision-v1/',0,'revision','',0),(804,1,'2017-11-01 09:22:06','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-11-01 09:22:06','0000-00-00 00:00:00','',0,'http://www.accesswineservice.com/?p=804',0,'post','',0),(805,1,'2017-11-01 10:08:43','2017-11-01 10:08:43','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"200\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-autosave-v1','','','2017-11-01 10:08:43','2017-11-01 10:08:43','',7,'http://www.accesswineservice.com/2017/11/01/7-autosave-v1/',0,'revision','',0),(806,1,'2017-11-01 09:46:11','2017-11-01 09:46:11','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World. </p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release. </p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 09:46:11','2017-11-01 09:46:11','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(807,1,'2017-11-01 09:47:49','2017-11-01 09:47:49','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/Test/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/Test/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 09:47:49','2017-11-01 09:47:49','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(808,1,'2017-11-01 09:48:46','2017-11-01 09:48:46','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://jspdevelopmentdemo.com/Test/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div>\n<H3 style=\"color:#fff;letter-spacing:1px;text-align:center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 09:48:46','2017-11-01 09:48:46','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(809,1,'2017-11-01 09:50:57','2017-11-01 09:50:57','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2016/10/access-supply-chain.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','fee06ea6-2b03-4640-abb5-b6111b26cc04','','','2017-11-01 09:50:57','2017-11-01 09:50:57','',0,'http://www.accesswineservice.com/?p=809',0,'customize_changeset','',0),(810,1,'2017-11-01 09:51:34','2017-11-01 09:51:34','{\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"350\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','2b93cf7c-6043-45aa-9c52-a33e96c8863c','','','2017-11-01 09:51:34','2017-11-01 09:51:34','',0,'http://www.accesswineservice.com/2017/11/01/2b93cf7c-6043-45aa-9c52-a33e96c8863c/',0,'customize_changeset','',0),(811,1,'2017-11-01 09:53:14','2017-11-01 09:53:14','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 09:53:14','2017-11-01 09:53:14','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(812,1,'2017-11-01 09:53:49','2017-11-01 09:53:49','<div id=\"pl-812\" class=\"panel-layout\" ><div id=\"pg-812-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-812-0\" ><div id=\"pgc-812-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-812-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-812-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-812-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-812-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-812-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-812-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-812-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-812-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-812-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-812-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-812-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-812-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-812-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-812-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-812-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-812-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-812-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-812-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-812-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-812-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-812-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-812-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-812-3\" data-stretch-type=\"full\" ><div id=\"pgc-812-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-812-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-812-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-812-4\" data-stretch-type=\"full\" ><div id=\"pgc-812-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-812-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-812-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-812-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-812-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-812-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 09:53:50','2017-11-01 09:53:50','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(813,1,'2017-11-01 09:53:51','2017-11-01 09:53:51','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 09:53:51','2017-11-01 09:53:51','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(814,1,'2017-11-01 10:01:42','2017-11-01 10:01:42','<div id=\"pl-814\" class=\"panel-layout\" ><div id=\"pg-814-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-814-0\" ><div id=\"pgc-814-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-814-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-814-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-814-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-814-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-814-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-814-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-814-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-814-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-814-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-814-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-814-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-814-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-814-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-814-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-814-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-814-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-814-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-814-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-814-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-814-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-814-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-814-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-814-3\" data-stretch-type=\"full\" ><div id=\"pgc-814-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-814-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-814-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-814-4\" data-stretch-type=\"full\" ><div id=\"pgc-814-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-814-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-814-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-814-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-814-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-814-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 10:01:44','2017-11-01 10:01:44','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(815,1,'2017-11-01 10:01:44','2017-11-01 10:01:44','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"size-full wp-image-728 aligncenter\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Founded-in-California-–-Service.jpg\" alt=\"\" /><img />\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 10:01:44','2017-11-01 10:01:44','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(816,1,'2017-11-01 10:05:53','2017-11-01 10:05:53','<div id=\"pl-816\" class=\"panel-layout\" ><div id=\"pg-816-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-816-0\" ><div id=\"pgc-816-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-816-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-816-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-816-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-816-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-816-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-816-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-816-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-816-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-816-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-816-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-816-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-816-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-816-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-816-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-816-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-816-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-816-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-816-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-816-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-816-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-816-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-816-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-816-3\" data-stretch-type=\"full\" ><div id=\"pgc-816-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-816-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-816-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-816-4\" data-stretch-type=\"full\" ><div id=\"pgc-816-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-816-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-816-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-816-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-816-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-816-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 10:05:54','2017-11-01 10:05:54','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(817,1,'2017-11-01 10:05:55','2017-11-01 10:05:55','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://jspdevelopmentdemo.com/Test/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"600\" height=\"400\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 10:05:55','2017-11-01 10:05:55','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(818,1,'2017-11-01 10:09:18','2017-11-01 10:09:18','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://www.accesswineservice.com/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"200\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 10:09:18','2017-11-01 10:09:18','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(819,1,'2017-11-01 10:10:38','2017-11-01 10:10:38','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"jumbotron-overlap","background_display":"tile","bottom_margin":"80px","cell_alignment":"flex-start"}\" ><div class=\"jumbotron-overlap panel-row-style panel-row-style-for-7-0\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/costs.png\" width=\"360\" height=\"240\" /></p>\n<h2>SAVINGS AND SERVICES</h2>\n<p>Supply chain management is a crucial process, because an optimized supply chain results in lower costs and a faster production cycle. The ability for companies to determine product costs move the opportunity to improve profit margins with a well-planned process.</p>\n</div>\n </div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/world-wine-map.png\" width=\"360\" height=\"240\" /></p>\n<h2>FULL SERVICE IN 72 COUNTRIES</h2>\n<p>Import service from all Major wine producing countries – Argentina, Australia, Chile, France, Germany, Italy,New Zealand, Portugal, South Africa & Spain. Export Service to over 72 Countries around the World.</p>\n</div>\n </div></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/services.png\" width=\"360\" height=\"240\" /></p>\n<h2>DISCOUNT FCL OCEAN RATES</h2>\n<p>FCL Discount Service rates for 20’ 40’, 40HC, 20 Refrigerated & 40 Refrigerated containers. We also provide breakbulk and flat rack service for wine Industry machinery such as barrels, tractors and oversize machines for breweries and distilleries.</p>\n</div>\n </div></div><div id=\"pgc-7-0-3\" class=\"panel-grid-cell\" data-weight=\"0.25\" ><div id=\"panel-7-0-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"textwidget\"><p><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/wine-to-china.png\" width=\"360\" height=\"240\" /></p>\n<h2>CHINA & HONG KONG EXPERTS</h2>\n<p>Export Service from California Wine Countryand West Coast Ports to all destinations in China. Full service from Winery Warehouse to final door.We can consult and assist with Hong Kong & China Compliance requirements for customs release.</p>\n</div>\n </div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"5px"}\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":true}\" ><div class=\"widget-title--big panel-widget-style panel-widget-style-for-7-1-0-0\" ><h3 class=\"widget-title\"><span class=\"widget-title__inline\">OUR SERVICES</span></h3><div class=\"textwidget\"></div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_display":"tile","bottom_margin":"85px"}\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"5\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Bulk Wine</h4>\n <span class=\"icon-box__subtitle\">Bladder Service from Winery to Bottler via Bladder (20K and 24K) or ISO Tank</span>\n\n </div>\n\n</div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"6\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Warehousing</h4>\n <span class=\"icon-box__subtitle\">Bonded warehouse service near SFO Airport and in California wine country, also Nationwide options and Overseas Service</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"7\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Trucking </h4>\n <span class=\"icon-box__subtitle\">Domestic or International, Consolidation, FTL and LCL</span>\n\n </div>\n\n</div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"8\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Container Liners</h4>\n <span class=\"icon-box__subtitle\">Fitted to 20’ and 40 ‘standard dry ocean shipping containers. This liner is designed to insulate and protect against heat, container rain, and cargo sweat</span>\n\n </div>\n\n</div></div><div id=\"pgc-7-2-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-2-0\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-first-child\" data-index=\"9\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Wine Machinery and Products </h4>\n <span class=\"icon-box__subtitle\">Barrels, Corks, Pumps, Bottles and everything associated with the Industry</span>\n\n </div>\n\n</div><div id=\"panel-7-2-2-1\" class=\"so-panel widget widget_pw_icon_box widget-icon-box panel-last-child\" data-index=\"10\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" >\n\n <div class=\"icon-box\">\n\n <i class=\"fa fa-check-circle-o\"></i>\n <h4 class=\"icon-box__title\">Beer and Spirits </h4>\n <span class=\"icon-box__subtitle\">Full Service for all Alcohol Beverages</span>\n\n </div>\n\n</div></div></div><div id=\"pg-7-3\" class=\"panel-grid panel-has-style\" data-style=\"{"class":"call-to-action","background":"#81d742","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"call-to-action siteorigin-panels-stretch panel-row-style panel-row-style-for-7-3\" data-stretch-type=\"full\" ><div id=\"pgc-7-3-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-3-0-0\" class=\"so-panel widget widget_pw_call_to_action widget-call-to-action panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" > <div class=\"call-to-action\">\n <div class=\"call-to-action__text\">\n Have a question on how many cases will fit in the container<br>or what is the best classification for your wine import ? </div>\n <div class=\"call-to-action__button\">\n <a class=\"btn btn-primary\" href=\"http://www.accesswineservice.com/contact-us/\" target=\"_blank\">ASK OUR SERVICE TEAM</a> </div>\n </div>\n </div></div></div></div><div id=\"pg-7-4\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"60px","background":"#444444","background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start"}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-7-4\" data-stretch-type=\"full\" ><div id=\"pgc-7-4-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><img class=\"alignnone size-full wp-image-728\" src=\"http://www.accesswineservice.com/wp-content/uploads/2015/04/Golden-gate-ship.jpg\" alt=\"\" width=\"400\" height=\"196\" />\n<h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Founded in California – Service for America’s Wine, Beer & Spirts Importers and Exporters</h3></div></div></div><div id=\"pgc-7-4-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-568\" style=\"max-width: 200px;\" src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Federal-and-State-Regulatory-Services.png\" alt=\"TTB-logo\"/></p>\n\n<h3 style=\"color: #fff; letter-spacing: 1px;text-align:center;\">Federal and State Regulatory Services for Wine, Beer and Spirits</h3></div></div></div><div id=\"pgc-7-4-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{"background_display":"tile","featured_widgets":"","bigger_title":""}\" ><div class=\"textwidget\"><p><div class=\"logooos_container\"><div class=\"logooos logooos_slider logooos_withtooltip logooos_no_border logooos_listborder logooos_no_radius effect1 \" data-columns=\"1\" data-marginbetweenitems=\"25px\" data-hovereffect=\"effect1\" data-hovereffectcolor=\"#DCDCDC\" data-bordercolor=\"transparent\" data-autoplay=\"true\" data-scrollduration=\"1000\" data-pauseduration=\"9000\" data-buttonsbordercolor=\"#DCDCDC\" data-buttonsbgcolor=\"#FFFFFF\" data-buttonsarrowscolor=\"logooos_darkgrayarrows\" ><div class=\"logooos_item\" data-title=\"Wine Logistics\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=TMmKdPV8p1g\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/Wine-Logistics.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"How to Export Wine to China - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=gqIR1NN0H2k\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/How-to-Export-Wine-to-China-Access-Wine-Service-YouTube.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"FDA Biennial Food Facility Registration Renewal - Access Wine Service\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://www.youtube.com/watch?v=jUWzUCeNTv8\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video2.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div><div class=\"logooos_item\" data-title=\"Wine Importer\" style=\"background-color:transparent; border-color:transparent\">\n <a href=\"http://youtu.be/PiPCbRMMLRE\" target=\"_blank\" style=\"-webkit-background-size: 99%; -moz-background-size: 99%; background-size: 99%;background-image:url(http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg); \"><img src=\"http://www.accesswineservice.com/wp-content/uploads/2017/10/video1.jpg\" title=\"\" style=\"max-width:99% !important; max-height:99% !important;\" /></a></div></div></div></p><h3 style=\"color: #fff; letter-spacing: 1px; text-align: center;\">Youtube Videos</h3></div></div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2017-11-01 10:10:38','2017-11-01 10:10:38','',7,'http://www.accesswineservice.com/2017/11/01/7-revision-v1/',0,'revision','',0),(820,1,'2017-11-01 10:44:54','2017-11-01 10:44:54','{\n \"cargopress-pt-child::footer_left_txt\": {\n \"value\": \"Access Supply Chain Service Business <a href=\\\"http://www.accesswineservice.com/terms-and-conditions/\\\"> Terms and Conditions </a>\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','097e4366-09c9-4346-b744-97841cc5194e','','','2017-11-01 10:44:54','2017-11-01 10:44:54','',0,'http://www.accesswineservice.com/2017/11/01/097e4366-09c9-4346-b744-97841cc5194e/',0,'customize_changeset','',0),(821,1,'2017-11-01 10:50:51','2017-11-01 10:50:51','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','2d55fc39-4e7f-4d9f-823c-f14f9b32b795','','','2017-11-01 10:50:51','2017-11-01 10:50:51','',0,'http://www.accesswineservice.com/2017/11/01/2d55fc39-4e7f-4d9f-823c-f14f9b32b795/',0,'customize_changeset','',0),(822,1,'2017-11-01 10:52:51','2017-11-01 10:52:51','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/07/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','11c63628-37ba-4b08-962e-0db2c8bc2ca7','','','2017-11-01 10:52:51','2017-11-01 10:52:51','',0,'http://www.accesswineservice.com/2017/11/01/11c63628-37ba-4b08-962e-0db2c8bc2ca7/',0,'customize_changeset','',0),(823,1,'2017-11-01 10:57:02','2017-11-01 10:57:02','','logo','','inherit','open','closed','','logo-3','','','2017-11-01 10:57:02','2017-11-01 10:57:02','',0,'http://www.accesswineservice.com/wp-content/uploads/2017/11/logo.png',0,'attachment','image/png',0),(824,1,'2017-11-01 10:57:16','2017-11-01 10:57:16','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/11/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','d6fff4c1-d9fb-4a3a-a7a0-02f16a943db6','','','2017-11-01 10:57:16','2017-11-01 10:57:16','',0,'http://www.accesswineservice.com/2017/11/01/d6fff4c1-d9fb-4a3a-a7a0-02f16a943db6/',0,'customize_changeset','',0),(825,1,'2017-11-01 11:07:29','2017-11-01 11:07:29','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','0c403e03-9dc6-46c1-952a-cc6f9b7c91da','','','2017-11-01 11:07:29','2017-11-01 11:07:29','',0,'http://www.accesswineservice.com/2017/11/01/0c403e03-9dc6-46c1-952a-cc6f9b7c91da/',0,'customize_changeset','',0),(826,1,'2017-11-01 11:08:23','2017-11-01 11:08:23','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/11/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','8d365ed3-0e26-4480-a08b-e5b19c6f0ae3','','','2017-11-01 11:08:23','2017-11-01 11:08:23','',0,'http://www.accesswineservice.com/2017/11/01/8d365ed3-0e26-4480-a08b-e5b19c6f0ae3/',0,'customize_changeset','',0),(827,1,'2017-11-01 11:14:08','2017-11-01 11:14:08','','Big-Logo-color-on-bottom-service','','inherit','open','closed','','big-logo-color-on-bottom-service-2','','','2017-11-01 11:14:08','2017-11-01 11:14:08','',0,'http://www.accesswineservice.com/wp-content/uploads/2017/11/Big-Logo-color-on-bottom-service.jpg',0,'attachment','image/jpeg',0),(828,1,'2017-11-01 11:42:33','2017-11-01 11:42:33','http://www.accesswineservice.com/wp-content/uploads/2017/11/cropped-Big-Logo-color-on-bottom-service.jpg','cropped-Big-Logo-color-on-bottom-service.jpg','','inherit','open','closed','','cropped-big-logo-color-on-bottom-service-jpg','','','2017-11-01 11:42:33','2017-11-01 11:42:33','',0,'http://www.accesswineservice.com/wp-content/uploads/2017/11/cropped-Big-Logo-color-on-bottom-service.jpg',0,'attachment','image/jpeg',0),(829,1,'2017-11-01 11:42:53','2017-11-01 11:42:53','{\n \"blogdescription\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"site_icon\": {\n \"value\": 828,\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','5c4d5200-5be7-460c-9d08-fa9bc82204ab','','','2017-11-01 11:42:53','2017-11-01 11:42:53','',0,'http://www.accesswineservice.com/2017/11/01/5c4d5200-5be7-460c-9d08-fa9bc82204ab/',0,'customize_changeset','',0),(830,1,'2017-11-01 11:50:16','2017-11-01 11:50:16','{\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"300\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','332efa12-12ab-48bf-bd13-38cc391de612','','','2017-11-01 11:50:16','2017-11-01 11:50:16','',0,'http://www.accesswineservice.com/2017/11/01/332efa12-12ab-48bf-bd13-38cc391de612/',0,'customize_changeset','',0),(831,1,'2017-11-01 11:58:28','2017-11-01 11:58:28','{\n \"cargopress-pt-child::logo2x_img\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/07/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"cargopress-pt-child::favicon\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/11/cropped-Big-Logo-color-on-bottom-service.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','87e8a8a3-6d3e-404d-9030-55e2bf98b894','','','2017-11-01 11:58:28','2017-11-01 11:58:28','',0,'http://www.accesswineservice.com/?p=831',0,'customize_changeset','',0),(832,1,'2017-11-01 12:13:28','2017-11-01 12:13:28','{\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"225\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','f1e3aa4f-8abd-41eb-81f4-18d9d5895b48','','','2017-11-01 12:13:28','2017-11-01 12:13:28','',0,'http://www.accesswineservice.com/?p=832',0,'customize_changeset','',0),(833,1,'2017-11-01 12:13:50','2017-11-01 12:13:50','{\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"270\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','3d940a6a-6489-443b-b2fd-ec75978b5e30','','','2017-11-01 12:13:50','2017-11-01 12:13:50','',0,'http://www.accesswineservice.com/2017/11/01/3d940a6a-6489-443b-b2fd-ec75978b5e30/',0,'customize_changeset','',0),(834,1,'2017-11-01 12:15:54','0000-00-00 00:00:00','{\n \"cargopress-pt-child::logo_top_margin\": {\n \"value\": \"10\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"265\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"cargopress-pt-child::favicon\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','13e2851c-5120-4953-8a51-e653c0b3acf4','','','2017-11-01 12:15:54','2017-11-01 12:15:54','',0,'http://www.accesswineservice.com/?p=834',0,'customize_changeset','',0),(835,1,'2017-11-01 12:16:43','2017-11-01 12:16:43','{\n \"cargopress-pt-child::favicon\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','c58d40e5-6e39-4d4c-82b7-9372cabd434c','','','2017-11-01 12:16:43','2017-11-01 12:16:43','',0,'http://www.accesswineservice.com/2017/11/01/c58d40e5-6e39-4d4c-82b7-9372cabd434c/',0,'customize_changeset','',0),(836,1,'2017-11-01 12:17:33','2017-11-01 12:17:33','{\n \"cargopress-pt-child::favicon\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/11/cropped-Big-Logo-color-on-bottom-service.jpg\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','81ede77d-fbfe-4bce-b397-30842d4bebd7','','','2017-11-01 12:17:33','2017-11-01 12:17:33','',0,'http://www.accesswineservice.com/2017/11/01/81ede77d-fbfe-4bce-b397-30842d4bebd7/',0,'customize_changeset','',0),(837,1,'2017-11-01 12:26:07','2017-11-01 12:26:07','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','4b1fc4d9-10b3-40b5-ae19-391dc79bec17','','','2017-11-01 12:26:07','2017-11-01 12:26:07','',0,'http://www.accesswineservice.com/2017/11/01/4b1fc4d9-10b3-40b5-ae19-391dc79bec17/',0,'customize_changeset','',0),(838,1,'2017-11-01 12:27:33','2017-11-01 12:27:33','{\n \"cargopress-pt-child::logo_img\": {\n \"value\": \"http://www.accesswineservice.com/wp-content/uploads/2017/11/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','759ff824-c8c6-4fdb-8fc6-18be6179bbe6','','','2017-11-01 12:27:33','2017-11-01 12:27:33','',0,'http://www.accesswineservice.com/?p=838',0,'customize_changeset','',0),(839,1,'2017-11-01 12:27:54','2017-11-01 12:27:54','{\n \"cargopress-pt-child::logo_top_margin\": {\n \"value\": \"5\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','e46d7354-0ad2-468b-b0d6-80a22ac9e438','','','2017-11-01 12:27:54','2017-11-01 12:27:54','',0,'http://www.accesswineservice.com/2017/11/01/e46d7354-0ad2-468b-b0d6-80a22ac9e438/',0,'customize_changeset','',0),(840,1,'2017-11-01 12:28:15','2017-11-01 12:28:15','{\n \"cargopress-pt-child::logo_top_margin\": {\n \"value\": \"10\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"255\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','a515c334-8ab7-4c01-b54e-584d21f1df5b','','','2017-11-01 12:28:15','2017-11-01 12:28:15','',0,'http://www.accesswineservice.com/2017/11/01/a515c334-8ab7-4c01-b54e-584d21f1df5b/',0,'customize_changeset','',0),(841,1,'2017-11-01 12:28:40','0000-00-00 00:00:00','{\n \"cargopress-pt-child::header_logo_width\": {\n \"value\": \"255\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','auto-draft','closed','closed','','84aa720c-57ae-401a-b3fc-7afd3a29408b','','','2017-11-01 12:28:40','0000-00-00 00:00:00','',0,'http://www.accesswineservice.com/?p=841',0,'customize_changeset','',0); /*!40000 ALTER TABLE `wp_posts` 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 (9,29,0),(23,31,0),(24,31,0),(27,3,0),(27,4,0),(27,27,0),(121,29,0),(155,7,0),(155,12,0),(155,17,0),(155,18,0),(155,23,0),(169,10,0),(169,11,0),(169,13,0),(169,25,0),(174,5,0),(174,8,0),(174,28,0),(181,2,0),(181,3,0),(181,15,0),(184,6,0),(184,7,0),(184,22,0),(186,8,0),(186,11,0),(186,20,0),(188,3,0),(188,6,0),(188,25,0),(191,2,0),(191,4,0),(191,17,0),(194,2,0),(194,7,0),(194,25,0),(196,3,0),(196,7,0),(196,28,0),(233,29,0),(551,32,0),(552,32,0),(553,32,0),(554,32,0),(719,30,0),(720,30,0),(721,30,0),(741,33,0),(742,33,0),(746,33,0),(766,36,0),(767,36,0),(768,36,0),(781,36,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=37 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,'category','',0,3),(3,3,'category','',0,4),(4,4,'category','',0,2),(5,5,'category','',0,1),(6,6,'category','',0,2),(7,7,'category','',0,4),(8,8,'category','',0,2),(9,9,'category','',0,0),(10,10,'category','',0,1),(11,11,'category','',0,2),(12,12,'category','',0,1),(13,13,'post_tag','',0,1),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,2),(18,18,'post_tag','',0,1),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,3),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,1),(28,28,'post_tag','',0,2),(29,29,'nav_menu','',0,3),(30,30,'nav_menu','',0,3),(31,31,'nav_menu','',0,2),(32,32,'nav_menu','',0,4),(33,33,'wplss_logo_showcase_cat','',0,3),(36,36,'logooocategory','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Cargo','cargo',0),(3,'Delivery','delivery',0),(4,'International','international',0),(5,'Logistic','logistic',0),(6,'Moving','moving',0),(7,'Shipping','shipping',0),(8,'Storage','storage',0),(9,'Tracking','tracking',0),(10,'Transport','transport',0),(11,'Trucking','trucking',0),(12,'Warehouse','warehouse',0),(13,'Benefits','benefits',0),(14,'Benefits Trucking','benefits-trucking',0),(15,'Cargo','cargo',0),(16,'Cargo Solutions','cargo-solutions',0),(17,'logistic','logistic',0),(18,'marketing','marketing',0),(19,'Marketing Transport Logistic','marketing-transport-logistic',0),(20,'Shipping','shipping',0),(21,'top benefits trucking','top-benefits-trucking',0),(22,'Tracking','tracking',0),(23,'transport','transport',0),(24,'Transport Logistic','transport-logistic',0),(25,'Trucking','trucking',0),(26,'Trucking Benefits','trucking-benefits',0),(27,'Unbeatable Services','unbeatable-services',0),(28,'Warehouse','warehouse',0),(29,'Main Menu','main-menu',0),(30,'Access Links','access-links',0),(31,'Top Menu','top-menu',0),(32,'Footer Menu','footer-menu',0),(33,'logos','logos',0),(36,'Youtube Videos','youtube-videos',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wpmudcs1,black_studio_tinymce_widget,text_widget_custom_html'),(13,1,'show_welcome_panel','0'),(14,1,'default_password_nag',''),(15,1,'session_tokens','a:8:{s:64:\"1fec8988c12940e74cbfef2fceb4e301f95b3caa0ba9f79f0d8b598968d1af60\";a:4:{s:10:\"expiration\";i:1510043606;s:2:\"ip\";s:13:\"171.61.220.22\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1508834006;}s:64:\"605a554e4416fc64ada06b6fe039e900fc9fa379f21ccb27acf7e07c2c33b449\";a:4:{s:10:\"expiration\";i:1510737717;s:2:\"ip\";s:14:\"122.173.183.88\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0\";s:5:\"login\";i:1509528117;}s:64:\"dc8231cca9a2aab7067ede467d98a3da2ecccc21f0a8950a2792611cee025af9\";a:4:{s:10:\"expiration\";i:1509701032;s:2:\"ip\";s:14:\"122.173.183.88\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1509528232;}s:64:\"07ea1fc330bb35cc2865bb05bbf44552d0fa780fc78cdce490bc2d583f1f5b3c\";a:4:{s:10:\"expiration\";i:1509702101;s:2:\"ip\";s:14:\"122.173.183.88\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1509529301;}s:64:\"1e1df0d8bb63e9821a8b2f8932e432346e92a3ceea85cd361e7486a7b0f6a6db\";a:4:{s:10:\"expiration\";i:1509710760;s:2:\"ip\";s:14:\"171.61.214.202\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509537960;}s:64:\"be36b939d40d0bb325a0de3557537995fa8d6d74d97cde6bd6f7a938a37b0123\";a:4:{s:10:\"expiration\";i:1509711837;s:2:\"ip\";s:14:\"171.61.214.202\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509539037;}s:64:\"3e03f30441b3f7cf99b81b13cef6a88f2dbb7fb7f99cd697a3c93bc7c32cda7e\";a:4:{s:10:\"expiration\";i:1509711863;s:2:\"ip\";s:14:\"171.61.214.202\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509539063;}s:64:\"e69eb33482924188cff6eca2c9b54dd80604e5cc8a39be6375ea79ed5b3da630\";a:4:{s:10:\"expiration\";i:1509712872;s:2:\"ip\";s:14:\"171.61.214.202\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1509540072;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','804'),(17,1,'wporg_favorites',''),(18,1,'wp_user-settings','libraryContent=browse&editor=html&imgsize=full&siteorigin_panels_setting_tab=content'),(19,1,'wp_user-settings-time','1509535627'),(20,1,'tgmpa_dismissed_notice','1'),(21,1,'po_data','a:1:{s:15:\"network_dismiss\";b:1;}'),(22,1,'wp_meta-box-order_inc_popup','a:3:{s:4:\"side\";s:0:\"\";s:6:\"normal\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),(23,1,'nav_menu_recently_edited','32'),(24,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(25,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(26,1,'closedpostboxes_page','a:2:{i:0;s:17:\"customsidebars-mb\";i:1;s:12:\"aiosp_tabbed\";}'),(27,1,'metaboxhidden_page','a:8:{i:0;s:19:\"acf_acf_page-slider\";i:1;s:12:\"revisionsdiv\";i:2;s:11:\"postexcerpt\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),(28,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"122.173.46.0\";}'),(29,1,'aioseop_seen_about_page','2.4'),(30,1,'wp_media_library_mode','grid'),(31,1,'upload_per_page','400'),(32,1,'aioseop_visibility_notice_dismissed','1'),(46,3,'nickname','Chris'),(47,3,'first_name','Chris'),(48,3,'last_name','Chris'),(49,3,'description',''),(50,3,'rich_editing','true'),(51,3,'comment_shortcuts','false'),(52,3,'admin_color','fresh'),(53,3,'use_ssl','0'),(54,3,'show_admin_bar_front','true'),(55,3,'locale',''),(56,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(57,3,'wp_user_level','10'),(58,3,'dismissed_wp_pointers',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BA5obExJpDlQEfPT9va.T5kDhYOQl..','admin','er.jitin8@gmail.com','','2016-03-03 07:12:18','',0,'admin'),(3,'Chris','$P$BfL7pPA3OB/7i/NyF73.8CgnvcR5dH.','chris','ak413683@gmail.com','http://www.accesswineservice.com','2017-11-01 09:39:06','1509529152:$P$BDMGrkKSttKkomnm0.G2HglSIJretS/',0,'Chris Chris'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpeditor_settings` -- DROP TABLE IF EXISTS `wp_wpeditor_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpeditor_settings` ( `key` varchar(50) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpeditor_settings` -- LOCK TABLES `wp_wpeditor_settings` WRITE; /*!40000 ALTER TABLE `wp_wpeditor_settings` DISABLE KEYS */; INSERT INTO `wp_wpeditor_settings` VALUES ('admin_page_roles','a:3:{s:8:\"settings\";s:14:\"manage_options\";s:12:\"theme-editor\";s:11:\"edit_themes\";s:13:\"plugin-editor\";s:12:\"edit_plugins\";}'),('enable_plugin_active_line','1'),('enable_plugin_line_numbers','1'),('enable_plugin_line_wrapping','1'),('enable_post_active_line','1'),('enable_post_editor','1'),('enable_post_line_numbers','1'),('enable_post_line_wrapping','1'),('enable_theme_active_line','1'),('enable_theme_line_numbers','1'),('enable_theme_line_wrapping','1'),('hide_default_plugin_editor','1'),('hide_default_theme_editor','1'),('plugin_editor_allowed_extensions','php~js~css~txt~htm~html~jpg~jpeg~png~gif~sql~po~less~xml'),('plugin_file_upload','1'),('plugin_indent_unit','2'),('post_indent_unit','2'),('replace_plugin_edit_links','1'),('run_overview','1'),('theme_editor_allowed_extensions','php~js~css~txt~htm~html~jpg~jpeg~png~gif~sql~po~less~xml'),('theme_file_upload','1'),('theme_indent_unit','2'),('upgrade','1'),('version','1.2.6.3'); /*!40000 ALTER TABLE `wp_wpeditor_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'royalstag' -- /*!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 2022-06-09 7:08:53